@charset "utf-8";
/* CSS Document */

a{color:#0033CC;}

.heading-f{
	border:0px; 
	margin:0px; 
	padding:0px;
font-family: Cambria, serif;
font-size: 20px;
font-style: normal;
font-weight:500;
text-transform: normal;
letter-spacing: normal;
color:#15769e;
}

input{	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
h2{	color:#666666; 
	margin-bottom:20px;
	font-size:16px;
}

div.main{
	margin:30px 30px; 
	width:350px;
	}

div.box{
	/*border:solid 1px #c6cfe1;
	background:#dfe4ee;*/
	padding:10px;
	color:#333333;
	margin-bottom:20px;
}
div.box h1 {
	font-size:14px;
	color:#000000;
	padding-bottom:4px;
}
div.box p{padding-bottom:14px;}

div.box input .input-text{
	border:1px solid #3b6e22;
	color:#666666;
	width:180px;
}

div.box label{
	display:block;
	margin-bottom:10px;
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

div.box label span{
	display:block;
	float:left;
	padding-right:6px;
	width:70px;
	text-align:right;
	font-weight:bold;
}
.spacer{margin-left:80px; 
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}
.green{
	background:url(../images/green.gif);
	padding:0px 6px;
	border:1px solid #3b6e22;
	height:24px; 
	line-height:24px;
	color:#FFFFFF;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}