/*Defaults Styling*/

#niceform {margin-left: 15px; float:left;}
#niceform fieldset {
	border:none;
	padding:10px;  
	margin-bottom:36px;
	margin-left: auto;
	margin-right: auto;
	width:500px;
}

#niceform fieldset p{
	font-size:11px;
	color:#666666;
	margin-bottom:10px;
	border-bottom:solid 1px #CCC;
	padding-bottom:10px;
}
#niceform fieldset h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	color:#000000;
}

#niceform input, textarea, select {font:12px/12px Arial, Helvetica, sans-serif; padding:4px; float:left;}
#niceform fieldset.action {background:#9da2a6; border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; margin-top:-20px;}

#niceform legend {
	background:#bfbf30; 
	color:#fff; 
	font:17px/21px Calibri, Arial, Helvetica, sans-serif; 
	padding:0 10px; margin:-26px 0 0 -11px; 
	font-weight:bold; border:1px solid #fff; 
	border-color:#e5e5c3 #505014 #505014 #e5e5c3;
}
#niceform label {
	font-size:11px;
	font-weight:bold;
	color:#000;
	display:block;
	float:left;
	width: 100px;
	line-height: 10px;
}
#niceform input { 
	background: #FFFFFF;
	border: 1px solid #666;
	color: #666;
}

#niceform .checkbox { border:none; margin-left: 85px; margin-top: 10px;}

#niceform label.opt {font-weight:normal; width: auto; line-height: 35px; padding-left: 5px;}
#niceform dl {clear:both; margin-bottom: -10px;}
#niceform dt {float:left; text-align:right; width:100px; line-height:25px; margin:0 10px 10px 0;}
#niceform dd {float:left; width:auto; line-height:25px; margin: 0px 0 0px 0;}



#niceform label .small{
	color:#666666;
	display:block;
	font-size:10px;
	font-weight:normal;
	line-height: 10px;
}
#niceform .privacy { line-height:normal; border:none; width:300px;}
#niceform .button{

	width:125px;
	height:31px;
	background: url(../images/button.gif) no-repeat;
	text-align:center;
	line-height:25px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border: none;
}

/*Safari*/
#niceform select, input, textarea, button {outline:none; resize:none;}
