@charset "utf-8";
/* CSS Document */
/* sendmail start */
.sendmail { padding: 1.5em 0; margin: 0; }
table.sendmail { font-size: 100%; border-collapse: separate; border-spacing: 0; border: none; }
table.sendmail td, table.sendmail th { border: none; padding: .3em .5em .3em 0; }
table.sendmail input, table.sendmail textarea { font-family: sans-serif; font-size: 100%; }


input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	border-top: 3px solid #FF9D9D;
	border-bottom: 3px solid #FF9D9D;
	background-color: #FF0000;
	background-image: url(error.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 0;
	text-align: center;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

body {
	margin:0px;
	padding:0px;
	background-color: #DCF0DC;
	}

#Header {
	margin:0px 0px 0px 100px;
	padding:0px;
	}

.Content {
	margin:0px 0px 50px;
	}

p, div {
	font-size:15px;
	line-height:20px;
	font-family:arial, helvetica, sans-serif;
	margin:2px 0px 2px 0px;	
	}

#Content>p {margin:0px;}

#Content>p+p {text-indent:0px;}



a {
	color:#0000FF;
	text-decoration:none;
	font-family:arial, helvetica, sans-serif;
	}

a:link {color:#0000FF;}

a:visited {color:#800080;}

a:hover {color:#FF9900;}

h1 {
	color:#333;
	font:24px/24px arial, helvetica, sans-serif;
	font-weight:900;
	}

h2 {
	color:#333;
	font:12px arial, helvetica, sans-serif;
	font-weight:700;
	margin:0px 0px 3px 0px;
	}

h3 {
	color:#666;
	font-size:11px;
	font-weight:800;
	margin:0px 0px 0px 0px;
	}

#Copyright {
	clear:both;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-weight:800;
	color:#999;
	}

#copyrightText {
	position:relative;
	left:-17px;
	}



.first {margin-top:0px; padding-top:0px;}

/* for graceful form layout */
form {
	font-size:14px;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

td {
	font-family:arial, helvetica, sans-serif;
}

ul {
	padding: 0px;
	padding-left: 0px;
	margin: 0px;
	}
