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

body {
	font-size: 10px; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	color: #808285;
	text-align: left;
	background-color: #fff;
	}

#sendPageWrapper {
	padding:5px;
	background:url(../images/sendFormBG.jpg) no-repeat top left;
	font-family:Georgia, Times New Roman, Serif;
	overflow:hidden;
}

h1, h4 {
	font-size:2.8em;
	font-weight:normal;
	font-family:Georgia, Times New Roman, Serif;
	color:#215d83;
	font-weight:normal;
	padding:0.5em 10px 0.5em 15px;
	display:block;
	width:200px;
	margin:0;
}

p { font-size:1.2em; padding-left:15px; }

input.text, textarea.text {
	width:250px;
	padding:5px 3px;
	margin:0 0 10px 15px;
	font-size:1.2em;
	font-family:Georgia, Times New Roman, Serif;
}

textarea.text {
	height:70px;
}

label.error {
	margin:0 0 0 18px !important;
	color:#F00 !important;
	line-height:18px;
	position:relative;
	top:-7px;
	display:block;

	width:200px;	
}
