/* @override http://virtualaccess.com/css/popup.css */
body {
	background: #fff;
	color: #292929;
}

a {
	color: #d97a2d;
	font-weight: bold;
}

a:hover {
	color: #c9610d;
}

.wrap {
	margin: 20px;
	width: 800px;
}

h5 {
	margin-bottom: 10px;
	font-size: 150%;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
}

ul {
	list-style: none;
	line-height: 1;
}

ul li {
	overflow: auto;
	margin: 0 0 10px 0;
}

ul.details {
	float: left;
	width: 390px;
}

ul.comments {
	float: right;
	width: 390px;
}

ul.submit {
	clear: both;
}

label {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

label.error {
	width: auto;
	margin: 4px 0 0 0;
	padding: 3px 0 3px 21px;
	font-size: 11px;
	color: #900;
	background: url(/images/bullet_error.png) 0 50% no-repeat;
}

input.subject_other, input.business_other {
	margin-left: 180px;
}

label strong, span.required {
	color: #900;
	font-weight: bold;
}

input, textarea, select {
	display: block;		
	float: left;	
	width: 98%;
	padding: 3px;	
	font: normal 16px/1.5 "Helvetica Neue", Arial, Verdana, sans-serif;
}

input, textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;		
}

input:focus, textarea:focus {
	border: 1px solid #666;
}

select {
	margin-top: 5px;
	width: auto;
	min-width: 300px;
}

textarea {
	height: 150px;
}

.hiddenFields {
	display: none;
}

ul.submit li {
	margin: 0;
}

ul.submit input {
	margin: 0 300px;
	width: 200px;
	padding: 6px 0;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 100%;
	cursor: pointer;
	border: none;
	background: #292929;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;	
}

input.submit:hover {
	background: #666;
}
