﻿#formcontainer {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	vertical-align:top;
}

#col1, #col2 {
 width: 49%;
}

#col1 {
	float: left;
}

#col2 {
	float: right;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

fieldset label {
	display: block;
	margin: 4px 0 0 5px;
	color: #666;
}

fieldset select, fieldset textarea {
	background-color: #fff;
	border: 1px solid #666;
	margin-left: 5px;
}

fieldset input {
	background-color: #fff;
	border: 1px solid #666;
	margin-left: 5px;
}

fieldset fieldset {
	border: none;
	margin: 10px 0;
}

fieldset fieldset label {
	display: inline;
	margin: 2px;
}

fieldset p {
	margin: 15px 0 0 5px;
	padding: 0;
}

input.button {
 background-color: #b22222;
	color: #fff;
	margin: 0px;
}



/******* for your IE style sheet *********/

fieldset fieldset input {
	border: none;
}


#Sepbar1 {
	border-top-width: medium;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	float:none;
	width: 100%;
	margin: 0px;
	padding: 0px;

}
#Sepbar2 {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	float:none;
	width: 98%;
}
.redtext {
	color: #990000;
}


