/* @override http://rosemontdev.com/drcathysantone-dev/contact/form.css */

form {
	width: 355px;
	margin: 20px auto;
	display: table;
}

form h2 {
	clear: both;
	margin: 0!important;
	padding: 0!important;
	font-size: 18px;
	line-height: 150%;
	font-weight: normal;
}

div.box {
	clear: both;
	margin-bottom: 10px;
	display: inline-block;
	padding: 5px 10px;
}

div.box.error {
	background: #FFDFDF url("images/li-err-bg.png");
	border: 1px solid #DF7D7D;
	float: left;
}

label.required {
	font-size: .9em;
	text-align: center;
	color: #ff0000;
}

div.box label {
	width: 100px;
	float: left;
	margin-right: 10px;
	text-align: right;
}

div.box label.error {
	color: #ff0000;
	font-style: italic;
}

div.box input {
	border: 1px solid;
	width: 180px;
	height: 20px;
	line-height: 20px;
	background: #fff;
	padding: 0 10px;
}

div.box select {
	width: 200px;
	height: 25px;
	line-height: 25px;
}

div.box ul.checkboxs {
	width: 200px;
	float: left;
	margin: 0!important;
	padding: 0!important;
}

div.box ul.checkboxs li {
	list-style: none;
}

div.box ul.checkboxs input {
	width: 15px;
	margin-right: 10px;
	border: none;
}

div.box textarea {
	width: 199px;
	height: 100px;
	border: 1px solid!important;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff!important;
}

.box p {
	text-align: center;
}

img#captcha {
	float: left;
}

a#reset {
	display: block;
	width: 21px;
	height: 21px;
	margin: 11px 0 0 10px;
	padding: 0;
	float: left;
}

#captcha-info {
	float: right;
	display: inline;
	margin: 10px 35px 0 0;
}

div.box.btn-submit {
	width: 100%;
	text-align: center;
	margin: 10px 0;
	float: left;
}

div.box input.submit {
	padding: .45em 1.4em;
	width: 90px;
	height: 30px;
	line-height: 18px;
	font-size: 14px;
	color: #555;
	color: rgba(0,0,0,0.7);
	text-decoration: none;
	background: #bf2d04;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-decoration: none;
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
	font-weight: normal;
	border: none;
}