/* CSS Document */

form{
	width:778px;
}

.form_step{
	width:778px;
	margin-bottom:10px;
}

.form_buttons{
	width:697px;
	margin-top:10px;
	clear:both;
	text-align:center;
}

.form_agree{
	font-weight:bold;
	text-align:center;
}

.form_agree input{
	float:left;
}

.form_agree label{
	float:left;
}

.form_terms h4{
	text-align:center;
	font-size:10px;
}

#td_location-required{
	margin-bottom:20px;
}

fieldset{
	border:none;
	float:left;
}

legend{
	color:#000;
	font-weight:bold;
	margin:3px 0;
}

label{
	padding:1px 8px;
	width:11em;
	text-align:left;
	float:left;
}	

input, textarea, select{
	background:#F7F7F7;
	border-top:1px solid #999;
	border-left:1px solid #AAB3B3;
	border-bottom:1px solid #D5DDDD;
	border-right:1px solid #AAB3B3;
	margin:2px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000;
}

input.none{border:0}

input.error{
	background:#FFFFCB;
	border-top:1px solid #4BA3B9;
	border-left:1px solid #78C6DA;
	border-bottom:1px solid #9AD2DF;
	border-right:1px solid #78C6DA;
}

input:focus, textarea:focus, select:focus{
	background:#fff;
	border-top:1px solid #4BA3B9;
	border-left:1px solid #78C6DA;
	border-bottom:1px solid #9AD2DF;
	border-right:1px solid #78C6DA;
}

label.required{
	font-weight:bold;
}

input.required, textarea.required, select.required{
	background: #FFFFCC;
}

input.required:focus, textarea.required:focus, select.required:focus{
	background: #FFFFEE;
}

p.required{
	margin-left: 10px;
}

#state{width:3em}
#zip{width:6em}

#submit{
	background:#EEEEEE;
	border-bottom:1px solid #999;
	border-top:1px solid #D5DDDD;
	text-transform:uppercase;
	height:25px;
	width:80px;
}

#submit:hover{
	color:#444;
}

#errors li{
	list-style-image: url(../images/required_bullet.jpg);
	color: #CC3333;
	margin-left: 20px;
}

/*/-------| Pay Per Click |-------/*/

#view {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background:none !important;
}

#ppc-container{
	font-size:12px;
	width:780px;
	margin: 0 auto;
	border:1px solid #000;
	background:#EFEFEF;
}

#ppc-container h1{
	font-size:20px;
	padding: 5px;
	margin:0;
}

#ppc-form, #ppc-nextsteps{
	width:420px;
	float:left;
	position:relative;
}

#ppc-form p{
	padding:0;
	margin:0;
}

#ppc-form fieldset, #ppc-form form, #ppc-nextsteps{
	width : 420px;
	border:0;
	margin:0;
}

#ppc-extra-info{
	background: url(/plugins/images/ppc-right-bg.jpg) no-repeat;
	width:350px;
	float:left;
	height:510px;
}

#ppc-extra-info p{
	padding:20px;
}

#ppc-extra-info dl dd{
	padding:0;
	margin:3px 0 3px 100px;
	background:none;
}

#ppc-extra-info dl{
	padding:0 10px;
	margin:0;
}

#ppc-extra-info dl dd span{
	font-weight:700;
}

#ppc-container h6{
	clear:both;
	background:#333;
	color:#fff;
	margin:0;
	padding:5px;
}

#ppc-form .form_buttons{
	width:400px;
}

#ppc-form input, #ppc-form textarea, #ppc-form select{
	margin:0;
	padding:0;
}

#ppc-nextsteps{
	width:410px;
	float:left;
	padding:10px;
}

#ppc-form select{
	margin:0 0 10px 0;
	padding:0;
}