@charset "UTF-8";
/* CSS Document */

.formcontainer {
	width: 100%;
	background-color: #FFFFA8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFA8;
	border-bottom-color: #FFFFA8;
	position: relative;
}
.formcontainer .margin{
	margin: 15px;
}
.formcontainer .leftformcolumn {
	float: left;
	position: relative;
	width: 280px;
}
.formcontainer .rightformcolumn {
	float: right;
	position: relative;
	width: 280px;
}
.formcontainer .leftformcolumn .field {
	float: right;
}
.formcontainer .rightformcolumn .field {
	float: right;
}
.formcontainer .submit{
	float: right;
}
.formcontainer  h1  {
	padding: 0px;
	display: block;
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: normal;
}
.formcontainer h1 strong  {
	color: #666666;
	font-weight: bold;
}
.formcontainer p {
	font-size: 12px;
	color: #000000;
	margin-bottom: 5px;
	line-height: 24px;
}
.formcontainer a {
	color: #3A3A87;
	text-decoration: underline;
}
.formcontainer a:hover {
	color: #000000;
}
.formcontainer #youarenotloggedin {
	background-image: url(/images/strip_yellow.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.formcontainer #registerandsend {
	background-image: url(/images/strip_green.gif);
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 8px;
	margin-bottom: 8px;
}

