.mainbox {
	padding: 50px;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 900px;
	color: white;
	font-family: arial;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}
legend {
	font-size: 0.8em;
	color: #624069;
	margin-left: -10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
legend span {
	font-weight: normal;
}
fieldset p { margin: 0.6em 0; }
fieldset label { float:left; width: 30%; font-weight: bold; }
fieldset label span {
	color: #B9B995;
	font-weight: normal;
}
fieldset .smTxt { font-size: 0.8em; color: #666; }
fieldset input { width: 300px; border: solid 1px #7f9db9; padding: 2px; color: #494949; }
fieldset .top { margin: 1.4em 0 0.6em 0; }

fieldset label.error {
font-weight:bold;
color: white;
float: none;
padding:3px;
margin-left:10px;
background-color:red;
}

.commentBox { font-family: Arial, Helvetica, sans-serif; width: 376px; font-size: 13px; }


#addB { margin-top: 20px; }
.submitB {
}

.hide { display: none; }
.show { display: block; }.submitB input {
	width: 120px;
}
