body{
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

.myform2{
margin:0 auto;
width:390px;
}

/* stylizedlevel2 */

#main{
border:solid 0px #d1d1d1;
background:#f6f6f6;
color:#666666;
display:block;
font-size:12px;
font-weight:normal;
text-align:left;
}

#main label .radio{
display:block;
font-weight:bold;
text-align:left;
float:left;
}

#main .full{
color:#666666;
display:block;
font-size:12px;
font-weight:normal;
text-align:left;
float: left;
width:400px;
padding-bottom: 10px;
}

#main textarea{
float:left;
font-size:12px;
padding:4px 2px 15px;
border:solid 1px #aacfe4;
width:300px;
height: 100px;
margin:2px 0 5px 10px;
}

#main .areacode{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:50px;
margin:2px 0 20px 10px;
}



/* ----------- stylized ----------- */
#stylized{
/*border:solid 2px #b7ddf2;
background:#ebf4fb;*/
border:solid 0px #d1d1d1;
background:#f6f6f6;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}

/* border:solid 1px #aacfe4;
width:200px; */

#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px 15px;
border:solid 1px #aacfe4;
width:200px;
height: 125px;
margin:2px 0 5px 10px;
}

#stylized .normal{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:left;
}

#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}

#stylized .antispamtext{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:left;
padding-left: 10px;
padding-bottom: 5px;
width:245px;
float: right;
}

#stylized .disclaimerbig{
color:#666666;
display:block;
font-size:14px;
font-weight:normal;
text-align:right;
float:right;
width:355px;
text-transform:uppercase;
margin-right:45px;
}

#stylized .disclaimersmall{
color:#666666;
display:block;
font-size:10px;
font-weight:normal;
text-align:right;
float: right;
width:355px;
margin-right:45px;
}

#stylized .headersmall{
color:#666666;
display:block;
font-size:12px;
font-weight:normal;
text-align:left;
float: right;
width:400px;
padding-bottom: 10px;
}

#stylized .requiredtext{
color:#666666;
display:block;
font-size:12px;
font-weight:normal;
text-align:left;
float: right;
width:400px;
padding-bottom: 20px;
}

#stylized input{
float:left;
font-size:12px;
padding:4px 2px;

margin:2px 0 20px 10px;
}

#stylized .required{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
background:#FFF url(images/required.gif) no-repeat right;
}

#stylized .areacode{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:50px;
margin:2px 0 20px 10px;
}
#stylized .phone{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:100px;
margin:2px 0 20px 10px;
}
/*
#stylized button{
clear:both;
margin-left:150px;
margin-bottom: 15px;
width:125px;
height:31px;
background:#575757;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
border: 2px double #EEE;
}

#stylized button:hover {
border: 2px double #DDD;
}
*/

/* REQUIRED BUTTON STYLES: */		
button {
	float:right;
	margin-top:15px;
	margin-right: 50px;
	position: relative;
	border: 0; 
	padding: 15px 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 15px 0 0; 
	margin-right:45px; 
	font-size:1.5em; 
	text-align: center; 
	background: transparent url(images/btn_blue_sprite.gif) no-repeat right -140px; 
}
	
button.submitBtn span {
	padding: 13px 0 0 15px; 
	height:37px; 
	background: transparent url(images/btn_blue_sprite.gif) no-repeat left top; 
	color:#fff; 
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -210px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -70px;
}
