/*----------------------------------------------
	CALLBACK.CSS
	Author:		Engage Interactive
	Requires:	reset.css
				sec1.css
				form.css
----------------------------------------------*/

body,html {
	background:none;
}

#callback {
	width:459px;
	padding:0 10px;
	border:none;
	background:#FFF url(/assets/sec1/images/template/callback_bg.gif) 0 0 no-repeat;
	overflow:hidden;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#callback h3 {
	color:#FFF;
	padding:8px 0 0 20px;
	margin-bottom:16px;
	text-transform:uppercase;
}

#callback .field {
	margin:0 0 10px;
}

#callback .left {
	margin-right:16px;
}

#callback .field input.text {
	width:206px;
}

#callback .field textarea {
	width:444px;
}

#callback .thankyou a {
	display:inline-block;
	padding:3px 4px 5px;
	margin:0;
	border:solid 2px #34246B;
	background:#34246B;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#callback .thankyou a:hover {
	background:#453281;
	cursor:pointer;
	text-decoration:none;
}

.form_wrapper .messages {
	right:0;
	bottom:10px;
}

.form_wrapper .messages p {
	margin:60px 10px 0;
}
