@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color: #fff;
	background: #473B69;
}
h2 {
	font-size: 16px;
}
#pup_error {
	height:500px;
	width:400px;
	overflow:hidden;
	margin: 0 auto;
}
#message, #emailbox {
	margin-bottom:10px;
}
#message {
	background: url("/images/report-message-box.jpg") no-repeat center top scroll;
	padding:10px 20px;
	height:126px;
	width:315px;
}
#emailbox {
	background: url("/images/report-input-box.jpg") no-repeat center top scroll;
	padding:10px 20px 0;
	height:29px;
	width:312px;
	line-height:39px;
}
form#error_form textarea {
	width:315px;
	height: 126px;
}
form#error_form input.error-btn {
	background: url("/images/report-submit.jpg") no-repeat center top scroll;
	height:51px;
	width:155px;	
	color:#fff;
	line-height: 51px;
	margin-left:10px;
	cursor:pointer;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
}
form#error_form textarea, form#error_form input {
	border: none;
}
