@charset "utf-8";
body {
	margin-top:30px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(/images/bee_bg.jpg);
}
#container {
	margin:0 auto;
	min-height: 100px;
	width: 1024px;
	font-family:Arial, Helvetica, sans-serif;
}
#masthead {
	position:relative;
	margin: 0 auto;
	top: 0px;
	height: auto;
	width: 400px;
	text-align:center;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding: 8px;
	//background-color:#FBDD84;
	cursor:default;
	background-color: rgba(254, 229, 172, 0.8);
}

#mainContainer {
	position:relative;
	min-height: 100px;
	width: 880px;
	text-align:left;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	height: auto;
	margin-right: auto;
	margin-left: auto;

}

p {
	margin-bottom:1em;
	text-align: center;
}



/* form */


input {
	padding: 2px;
	margin: 3px;
}
textarea {
	margin: 3px;
	padding: 2px;
}
.send {
	background-color: #91B8D9;
	margin: 3px;
	border: 1px solid #D6F4BB;
	cursor: pointer;
	color: #D6F4BB;
	font-weight: bold;
}
.send:hover {
	background-color:#D6F4BB; 
	color: #90EF3B;
	border: 1px solid #90EF3B;
}
.reset {
	background-color: #D9BBF4;
	margin: 3px;
	border: 1px solid #D6F4BB;
	cursor: pointer;
	font-weight: bold;
	color: #999999;
}
.reset:hover {
	background-color:#D6F4BB; 
	color:#666666;
	border: 1px solid #90EF3B;
}
#form1 {
	width: 450px;
	//background-color: #FBDD84;
	background-color: rgba(254, 229, 172, 0.8);
	padding: 50px;
	margin: 0px auto;
	line-height: 12px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
div.row {
	clear: both;
	padding-top: 10px;
	display: inline;
  }

div.row span.label {
	float: left;
	width: 300px;
	text-align: left;
	line-height: 16px;
	cursor: default;
	font-weight: bold;
	color: #999999;
  }

div.row span.formw {
	float: right;
	width: 400px;
	text-align: left;
  } 
.contactRequired {
	font-size:10px;
	color:#E76F91;
}
.inputFormBAK {
	background-color: #EAEAEA;
	margin-bottom: 15px;
}
.gdh {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #cccccc;
}
img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #cccccc;
}
