body {
	background-image: url(images/main_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#574d40;
	margin:0px;
}
body,tr, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 54466c;
}
a:link {
	color: #54466c;
	text-decoration: none;
}
a:visited {
	color: #54466C;
	text-decoration: none;
}
a:hover {
	color: #54466C;
	text-decoration: none;
}
a:active {
	color: #54466C;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
	margin:2px;
	padding:0px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
.slice_middle{
background-image:url(images/slice_middle.png);
background-repeat:repeat-y;
padding-top:10px;
padding-bottom:10px;
}
.slice_footer{
background-image:url(images/slice_footer.png);
background-repeat: no-repeat;
height:38px;
}
.footer_text{
font-size: 10px;
font-weight:bold;
padding-top:12px;
}


input, textarea{
	width: 200px;
	margin-bottom: 5px;
	color: 54466c;
	border:#54466c solid 1px;
}

textarea{
	width: 270px;
	height: 120px;
	margin-top:3px;
}

select{
	width: 170px;
	margin-bottom: 5px;
	color: #54466c;
	border:#54466c solid 1px;
	margin-top:3px;
}

.submitbutton {
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding:3px;
	background-color: #54466c;
	border:#BEA7D7 solid 2px;
}

/* Drop In Box CSS */
#dropinboxv2cover{
width: 540px; /*change width to desired */
height: 90px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position: absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 500px; /*change width to above width-40. */
height: 70px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 3px solid #54466C; /*Customize box appearance*/
background-color: #f0eaf6;
padding: 14px;
position: absolute; /*Don't change below 3 rules */
z-index: 99;
left: 0;
top: 0;
}
