body {
	margin: 0;
	padding: 0;
	background: white repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.invalidInput{
	border:1px dotted #F00;
	background-color: #FFECE6;
}

.validInput{
	border: 1px dotted #FF0000;
}

.spacer{clear:both; height:1px;}

#form {
margin: auto;
border:solid 2px #c;
background:#ecf4e7;
width:400px;
}

#form form {
border:0; 
margin:0; 
padding:0;
}

#form h1 {
border: 0;
padding: 0;
font-size:1.3em;
font-weight:bold;
}

#form p {
border:0; 
padding:0;
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #d5e7cc;
padding-bottom:10px;
}

#form label {
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}

#form span.equiry {
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}

#form span.validation 
{
	
	display:block;
	margin-left: 150px;
}

#form div
{
	margin-bottom:1.5em;
}

#content {
	background-color: #ecf4e7;
	padding: 0px;
	margin: auto;
	width: 410px;
}

#logo {
	margin: auto;
	padding-bottom: 15px;
	width: 400px;
	height: 200px;
}

#logo-image {
	float: left;
	padding: 0px;
	width: 230px;
	margin: 0px;
	background-image: url(../site_images/logo.png);
	height: 180px;
}

#logo-text {
	padding: 0px;
	right: 10px;
	top: 100px;
	position: relative;
	float: right;
}

#logo-text h1 {
	text-align: right;
	text-overflow: clip;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.6em;
}

#logo-text h2 {
	text-overflow: clip;
	bottom: 5px;
	position: relative;
	text-align: right;
	font-size: 1em;
}

#form input {
background: #e6e6e6;
border: 1px solid #b3b3b3
float:left;
padding:4px 2px;
width:200px;
margin: 2px 0 2px 10px;
}

#form select {
background: #e6e6e6;
border: 1px solid #b3b3b3
float:left;
padding:4px 2px;
width:200px;
margin:2px 0 20px 10px;
}

#form textarea {
background: #e6e6e6;
border: 1px solid #b3b3b3
float:left;
padding:4px 2px;
width:200px;
height: 150px;
margin:2px 0 2px 10px;
}

#form button {
color: black;
background: #e6e6e6;
border: 1px solid #b3b3b3
clear:both;
margin-left:150px;
width:125px;
height:28px;
text-align:center;
font-weight:bold;
}
