iframe{
    -webkit-border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-moz-border-radius: 1em;}

#submitted{
	text-align: center;
	font-size: 16px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-top: 4px;
	font-family: sans-serif;
	font-weight: bold;
	width: 100%;
	color: white;
	background-color: #ff8100;
}	

div.main{
	display:block;
	margin:10px auto; 
	width:390px;
	float: left;
	}

  .errFld {border: 1px solid #F00; /*... or any other css properties ... */} 
  .errMsg { color: #C33; font-weight: bold; font-size: 8pt;  /*... or any other css properties ... */ } 

div.main2{
	display:block;
	margin:10px auto; 
	width:390px;
	float: right;
	}

div.box{
	border:solid 1px #c6cfe1;
	width: 390px;
	background:#dfe4ee;
	padding:10px;
	color:#333333;
	margin-bottom:20px;
	-webkit-border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-moz-border-radius: 1em;
}

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:4px;
	color:#555555;

}

div.box label span{
	display:block;
	float:left;
	padding-right:6px;
	width:120px;
	text-align:right;
	padding-top: 4px;
}

div.box label alt{
	display:block;
	float:left;
	padding-right:6px;
	width:120px;
	text-align:right;
	padding-top: 4px;
}
.spacer{margin-left:80px; 
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}
.green{
	background:url(img/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;

#sendbutton {
	background:#acb4cb; color:#fff; 
	cursor:pointer;
	padding:5px 30px; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	position: relative;
	left: 300px;
}

img.none {
-moz-border-radius: 0;
-webkit-border-radius:0;}
