html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Start forms CSS*/

a:link, a:visited {
	color:#7BBB01;
}

a:hover, a:active {
	color:#333;
}

h2 {
	font-size:25px;
	color:#7BBB01 !important;
	font-family:Georgia,Serif;
	font-weight:normal;
	margin-bottom:10px;
}

.formpage {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	padding:160px 50px 20px;
	width:604px;
	background:transparent url(formimages/logo.jpg) no-repeat scroll right 22px;
	position:relative;
}

strong {
	font-weight:bold;
	color:#333;
}

.static {
	line-height:25px;
	font-size:15px;
	font-family:Georgia, 'Times New Roman', Serif;
	
}

.static p {
	margin-bottom:15px;
}

.static ol {
	list-style:decimal;
	margin-left:20px;
	margin-bottom:15px;
}

form{
 	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	width:600px;
	background:#fcfff0;
}

fieldset{
	
}

form ul li {
	display:block;
	overflow:hidden;
	padding:10px 0;
	background:#fcfff0 url(formimages/libg.gif) repeat-x bottom left;
	border-top:1px solid #f2fdc6;
	border-bottom:1px solid #b5bd93;
	padding:20px;
}

label {
	float:left;
	padding-right:10px;
	width:190px;
}

input {

	margin-bottom:12px;
	margin-left:200px;
	margin-top:-10px;
	width:190px;

	font-family:Arial, Helvetica, Sans-serif;
	font-size:12px;
	padding:5px;
	border:1px solid #888;
}

textarea {
	width:190px;
	overflow:hidden;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:12px;
	padding:5px;
	border:1px solid #888;
	height:150px;
}

select {
	border:1px solid #888;
	padding:5px;
}

select:hover, select:focus, input:hover, input:focus, textarea:hover, textarea:focus {
	background:#eaeaea;
	border:1px solid #333;
}


.phone {}

.area {
	display:inline !important;
	width:40px;
	margin:0 !important;
}

.number {
	display:inline !important;
	width:128px;
	margin:0 0 0 10px !important;
}

.checkbox input {
	width:15px;
	margin:0;
}

.required {
	font-size:20px;
	font-weight:bold;
	color:red;
	margin-left:10px;
	font-family:Georgia, Serif;
	vertical-align:middle;
}

h3 {
	font-size:15px;
	font-family:Georgia, 'Times New Roman', Serif;
}

table {
	margin:0 auto;
}

.aligncenter {
	text-align:center;
	margin-top:10px;
}

.noborder{
	border:none !important;
}

.item {
	border-right:1px solid #ccc;
}

td {
	border-bottom:1px solid #ccc;
	padding:5px;
}

.home {
	font-size:22px;
	left:104px;
	position:absolute;
	text-decoration:none;
	top:66px;
}

form h3 {
	text-align:center;
	padding:10px 0;
}

/*Submit*/

.submit input {
	margin-top:0 !important;
}

a.submitform {
	background:#777;
	padding:5px;
	color:white !important;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
	text-decoration:none !important;
	font-family:Arial, Sans-serif !important;
}

/*Errors*/

#errors {
	background:pink none repeat scroll 0 0;
	border:1px solid red;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}

#errortitle {
	border-bottom:1px solid #FED8EE;
	display:block;
	font-family:Georgia,'Times New Roman',Serif;
	font-size:15px;
}
