/* CSS Document */
#reg {
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica;
	font-size:1em;
	text-align:left;
	color: #000000;
	padding: 0px 0px 20px 0px;
	width: 710px;
}

#reg .mainblock {
padding: 0px 40px 0px 40px;
background:url(../../images/bg_img_page_sq.gif) top repeat-x;
border:solid 1px #CCCCCC
}

#reg .procerror {
	background-color: #CC3300;
}
#reg .label {
	width:150px;
	float:left;
	text-align: right;
	padding-right:5px;
	margin-bottom:6px;
	font-weight: bold;
}
#reg .labelinput {
	float:left;
	margin-bottom:6px;
}
#reg .labelinputalt {
	float:left;
	margin-bottom:0px;
	margin-left:130px;	
}
/* input {background: #fff; border: 1px solid #bcbcbc; width:190px; height:20px; float:right; font-size:10px; margin:0; padding-left:2px} */
#reg input, #reg select {
	background: #fff;
	border: 1px solid #CCCCCC;
	width: auto;
	height: auto;
	float:none;
	font-size:10px;
	margin:0px;
	padding: 1px 0px 1px 0px;
	color:#3c227d;

}
#confcode {
	width: 300px;
	background-color: #DBF2C6;
	border: 3px solid #548F1F;
}

.alttextcolor {
	color:#3c227d;
}

.titleblock, .grayblock, .titleblockalt{
	/*display: block;*/
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 5px;
	display:inline-block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.grayblock {
	font-weight: normal;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-bottom: 5px;
}
.titleblockalt {
	color: #9e0054;
}
.priceitem {
	background-color: #E5E5E3;
	display:inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 4px;
	padding-left: 10px;
	width: 200px;
	float:left;
}
.procerror {
	background-color: #CC3300;
}
.checkbox {
	background-color:#006666;
	border:none;
}
form {
	
	margin: 0px;
	padding: 0px;
}
.imgbutton {
	margin-bottom: 5px;
}

/*==========================*/
#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #548F1F;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
color:white;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #286639;
}

#reg h1 {
	margin-top: 0;
}
