
#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: fixed;
	top: 5%;
	left: 35%;
	width: 300px;
	height: 460px;
	padding: 0px;
	margin:0;
	background-color: white;
	z-index:101;
	
}

#box_main
{
	display: none;
	position: fixed;
	top: 5%;
	left: 25%;
	width: 600px;
	height: 400px;
	padding: 0px;
	margin:0;
	background-color: white;
	z-index:101;
	
}


#sermobox 
{
	display: none;
	position: fixed;
	top: 5%;
	left: 35%;
	width: 300px;
	height: 460px;
	padding: 0px;
	margin:0;
	background-color: white;
	z-index:101;
	
}

#boxtitle
{

}

#boxtitlemain
{

}


.FormDiv {
 	text-align:center;
}

.FormDiv_main {
 	text-align:center;
	background-color:#38B3CD;
}

.FormHeader {
 	height: 100px;
	width: 300px;
	background-image:url(../images/blue-top.gif);
	background-repeat:repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-align:center;
	line-height:30px;
	color:#FFF;
}

.redx{
	padding-top:4px;
	padding-right:4px;
}

.FormFooter {
 	height: 100px;
	width: 300px;
	background-image:url(../images/blue-top.gif);
	background-repeat:repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	
}

.FormFooterMain {
	height: 150px;
	width: 600px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	background-color:#38B3CD;
	
	
}

.submit-button {
	margin-top:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
}

.nocss {
  display:none;
}

#layer1 {
	position: absolute;
	visibility:hidden;
	display:block;
	width: 300px;
	height: 300px;
	left: 100px;
	top: 100px;
 	background-color:#FFF;
	}

#close {
	float: right;
}

.for-li {
	text-align:left;
	margin-left: 15px;
	margin-right: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000;
}

.labeldiv {
	width:20%;
	float:left;
	text-align:right;
	height:20px;
	padding-top:2px;
	margin-left: 10%;
}

.textdiv {
	width:55%;
	float:right;
	height:20px;
	margin-right: 12%;
}

.rowdiv {
	width: 100%;
	height:40px;
	
}

.label-text {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:20px;
	text-align:right;
}
