@charset "UTF-8";

body {
	background-image: url(/images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 150%;
	color: #666666;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#226290;
}
a:active {
	color: #990000;
	text-decoration: none;
}

h4 {
	font-size: 16px;
	color: #226290;
	font-weight:normal;
	padding:0; margin:0; width:auto; float:left;
}

.bodytext {
	font-size: 13px;
	line-height: 150%;
	color: #666666;
}
.headtext {
	font-size: 18px;
	color: #226290;
}
.headtext2 {
	font-size: 14px;
	color: #990000;
}
.footer {
	font-size: 13px;
	color: #94aaba;
	text-decoration: none;
	padding-right: 15px;
}

a.footer, a:visited.footer {
	font-size: 13px;
	color: #94aaba;
	text-decoration: none;
	padding-right: 15px;
}

a:hover.footer {
	color: #FFFFFF;
}

.copyright {
	font-size: 12px;
	color: #507189;
}

.titletext {
	font-size: 36px;
	color: #226290;
}
.titletext2 {
	font-size: 24px;
	color: #666666;
}

form div {
	/*padding-left: 40px;*/
	/*padding-right:40px;*/
}


div.rowvendor {
	background-color:#FFF9BF;

}

div.rowmember {
	background-color:#BFE4FF;

}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
	color:#226290;
	font-size:14px;
  }

div.row span.label2 {
  width: 55px;
  padding-left:5px;
	color:#226290;
	font-size:14px;
  }

div.row span.label3 {
  width: 25px;
  padding-left:5px;
	color:#226290;
	font-size:14px;
  }

div.row span.label4 {
  width: 25px;
  padding-left:5px;
	color:#226290;
	font-size:14px;
  }

div.row span.formw {
  float: left;
  padding-left: 25px;
  width: 200px;
  text-align: left;
  }

div.row span.formw2 {
  float: left;
  padding-left:25px;
  text-align: left;
  } 

div.row span.formw3 {
  text-align: left;
  } 

div.row span.formw4 {
  float: left;
  padding-left:25px;
  width: 380px;
  text-align: left;
  } 

div.row span.formw5 {
  padding-left:25px;
  text-align: left;
  } 

div.row span.formsubmit {
  float: left;
  padding-left:175px;
  width: 200px;
  text-align: left;
  } 
    
.formLayout {
	float:left; width: 400px; background-color: #cc9;border: 1px dotted #333; padding: 5px;margin: 0px auto;
}



div.row span.formw .text_field {
	width: 150px;
}

div.row span.formw .text_area {
	width: 154px;	
}

.fieldWithErrors .text_field {
  border-color: red;
}

.fieldWithErrors .text_area {
  border-color: red;
}

