/*============================================================
	Basic & Reset
============================================================*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

.clear
{
	width: 100%;
	clear: both;
	height: 1px;
	line-height: 1px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}










/*============================================================
	Defaults
============================================================*/
p
{
	line-height: 18px;
	margin-bottom: 18px;
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

li
{
	line-height: 18px;
}



/*============================================================
	Headings
============================================================*/
h1
{
	font: normal 28px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #333;
}

h2
{
	font: normal 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #1a6c99;
}







/*============================================================
	Body
============================================================*/
body
{
	font-size: 11px;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	background: #efece5;
	color: #777;
	text-align: center;
	margin-bottom: 10px;
}




















/*============================================================
	Primary structures
============================================================*/
#container
{
	width: 600px;
	text-align: left;
	margin: auto;
	overflow: hidden;
}



#main
{
	margin-top: 50px;
	background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}







ul.steps
{
	list-style: none;
	padding: 20px;
}

ul.steps li
{
	padding-left: 60px;
	height: 50px;
}

ul.steps li.one
{
	background: url('/images/step1.png');
	background-repeat: no-repeat;
}

ul.steps li.two
{
	background: url('/images/step2.png');
	background-repeat: no-repeat;
}

ul.steps li.three
{
	background: url('/images/step3.png');
	background-repeat: no-repeat;
}









form
{
	
}

fieldset
{
	margin: 18px;
	margin-top: 0;
}

form label
{
	display: block;
	float: left;
	width: 100px;
}

form input.button
{
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 3px;
	color: #444;
	background: #FFF;
}

form input.text
{
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 4px;
	color: #444;
	width: 200px;
	color: #666;
}

form textarea.linkback
{
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 4px;
	color: #444;
	width: 510px;
	color: #666;
}
