/***CATALOG REQUEST PAGE***/

#bodyRequest {
	width: 700px;
	float: left;
	background-image: url(../images/page_divider_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin-top:9px;
}

#bodyRequest h2 {
	display: none;
}
#bodyRequestContent {
    display: block;
    float: left;
	width: 800px;
	height: 500px;
	padding-top: 23px;
	margin-top:17px;
	padding-bottom:60px;
	color: white;
	height:auto;
	background-image: url(../images/page_title_team.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#bodyRequestPDF {
	padding-top: 40px;
	padding-left: 20px;
	margin-top: 60px;
	float: left;
	width: 269px;
	color: #fff;
}
#bodyRequestContent hr {
	size: 1px; 
	color: #550E0C;
	}
#bodyRequestContent form {
	padding: 0px 0px;
	text-align: left;
}

#bodyRequestContent table {
  width:250px;
}

#bodyRequestContent input, select {
    background-color:#0D0D0D;
    color:#fff;
    border: 1px solid #404040;
    width: 160px;
	padding: 2px 2px;
	text-align: left;
}
#bodyRequestContent input.buttons {
	border: none;
	background-color: #000000;
	margin: 20px 0px;
	width: 82px;
}
#bodyRequestContent input.address {
    width: 340px;
}

#bodyRequestContent select.state{
    width: 50px;
}

#bodyRequestContent input.zip {
    width: 100px;
}
#bodyRequestContent label {
    display: block;
	float: left;
	text-transform: uppercase;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
}

#bodyRequestContent .message {
  margin:15px;
}

#bodyRequestContent .errorMessage {
  margin:15px;
}

#bodyRequestContent .validationError{background-color: #990000; color: #FFF;}

#bodyRequestContent a {
  color:#404040;
  text-decoration:none;  
}

#bodyRequestContent a:hover {
  text-decoration:underline;
}