/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f9f9f9;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #6F268A;
	margin: 10px 0px;
	padding: 0px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
}

h1 span {
	letter-spacing: -3px;
}

.purpleText {
	font-weight: bold;
	color: #6F268A;
}

.status {
	font-weight: bold;
	color: #FF0000;
	font-size: 85%;
	text-align: left;
	height: 22px;
}

#top {
	width: 302px;
	text-align: left;	
	float: right;
	margin-top: 25px;
}

#top a{
	font-size: 11px;
	color: #6F268A;
	font-weight: bold;
	text-decoration: none;
}

#top a:hover{
	font-size: 11px;
	color: #f9f9f9;
	font-weight: bold;
	background: #6F268A;
	text-decoration: none;	

}

#wrap {
	width: 700px;
	height: 450px;
	background-color: #f9f9f9;	
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 700px;
	height: 80px;
	background-image: url(../images/altusLogo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#content {
	width: 698px;
	height: 333px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image: url(../images/gc.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.copy {
	width: 85%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

.error{
	width: 85%;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
	margin-right: 0px;

}

.copy div{
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

div.right {
	float: right;
	width: 47%;
	height: 333px;
	text-align: left;	
}

#footer {
	width: 700px;
	height: 35px;
	background-image: url(../images/emsLogo.gif);
	background-repeat: no-repeat;
	background-position: right -2px;
	text-align: left;
}

#footer p{
	font-size: 85%;
	margin: 12px 0 0 25px;
	padding: 0px;
}

/* Form Elements */

form {
	margin: 0px;
	padding: 0px;
}

#form {
	margin-bottom: 0px;
	width: 250px;
	text-align: left;
	padding: 5px 0 0 0;
	margin-right: 0px;
	margin-left: 0px;
}

input.txt{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid  #DBDBDB;
	font-size: 10px;
	height: 12px;
	padding: 2px 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

input.btn {
	height: 20px;
	width: 45px;
	font-size: 9px;
	margin-left: 2px;
	background-color: #D4D0C8;
	border: 1px outset #666666;
}

form p {
	clear: left;
	padding: 5px 0 0;
	margin: 0;
	line-height: 17px;
}
form p label {
	float: left;
	width: 55%;
	text-align: right;
	font-size: 93%;
	margin: 0px;
	padding: 0px;
	
}

fieldset {
	border: 1px solid #F2F2F2;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../images/formBG.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

legend {
  font: bold 110% Arial, Helvetica, sans-serif;
  color: #333333;
  background-color: #FFFFFF;
}

