@charset "utf-8";

/* Page Structure Styles
----------------------------------------------- */

body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
}

div {
	position: relative;
}

#wrapper {
	margin: 15px auto;
	width: 770px;
}



/* Headline Styles
----------------------------------------------- */

h1, h2 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	
	font-size: 20px;
	line-height: 25px;
}

h2 {
	margin-top: 25px;
	margin-bottom: 10px;
	
	font-size: 18px;
}



/* General Table Display Styles
----------------------------------------------- */

td {
	padding: 3px 0;
}



/* General Form Element Styles
----------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}
input.city{
	width: 212px;
}
input.state{
	width: 40px;
}
input.zip{
	width: 90px;
}

input.medium {
	width: 140px;
}

input.check{
	text-align:left;
	width: 20px;
	float: left; 
	overflow:visible;
}

input.quarter {
	width: 176px;
}
input.half {
	width: 360px;
}
input.full {
	width: 725px;
}


/* Form Presentation Styles
----------------------------------------------- */

p.formhead {
	padding-left: 15px;
	
	line-height: 25px;
	color: #fff;
	
	background: #72b2fd;
}

div.form {
	margin-bottom: 10px;
	padding: 15px;
	
	border: 2px solid #72b2fd;
	
	background: #f1faff url(../interface/forms/application.jpg) -2px -2px no-repeat;
}

div.submit {
	padding: 10px;
	
	border: 2px solid #72b2fd;
	
	text-align: right;
	
	background: #f1faff url(../interface/forms/application.jpg) -2px -2px no-repeat;
}



/* Form Error and Alert Styles
----------------------------------------------- */

#formwarning {
	float: left;
	
	padding: 0 10px;
	
	line-height: 25px;
	color: #fff;
	
	background: #f00;
}

