/* CSS Document */
table {
margin: 0px;
}
.formHeading {
	padding-top:40px;
	position:relative;
	
	font-size:18px;
	font-family:Arial;
	color:#da251c;
	font-weight:bold;
}
div.formDescription {
	padding-top:30px;
	padding-right:40px;
	position:relative;
}
p.formDescription {
	margin-top:0px;
	margin-bottom:12px;
	font-size:14px;
	font-family:Arial;
	color:#000000;
	text-align:right;
}
.formInvitation {
	padding-top:40px;
	position:relative;
	
	font-size:14px;
	font-family:Arial;
	color:#da251c;
	font-weight:bold;
}
td.formItem {
	height:80px;
}
td.formLabel {
	font-size:14px;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
	text-align:left;
}
input.formInput, select.formInput {
	color:#FF0000;
	font-size:10px;
	font-weight:500;
	width:97%;
	
	border-width:1px;
	border-color:#da251c;
	border-style:solid;
	/*padding: 2px; */
}
.formComment {
	font-size:10px;
	font-family:Arial;
	color:#666666;
	font-weight:normal;
	text-align:left;
}

#formSpotText {margin-top: 50px;}

#formSpot {
	position:relative;
	right: 0;
	top: 0px;
	cursor:pointer;
	z-index:9999;
	background-image:url(images/spot.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
p.formSpot {
	margin-top:0px;
	margin-bottom:8px;
	margin-right: 25px;
	font-size:14px;
	font-family:Arial;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
p.formSpotBreak {
	margin-top:0px;
	margin-bottom:0px;
}
.formMan {
	width:309px;
	height:325px;
}
#formDarkScreen
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1600px;
	background-color:#000000;
	opacity: 0.8;
	filter:alpha(opacity=80);
	z-index:9998;
	display:none;
}
#formForm
{
	margin:0px;
}
#formSubmitButton
{
	visibility:hidden;
	display:none;
}
.select-free
{
	position:absolute;
	z-index:10;/*any value*/
	overflow:hidden;/*must have*/
	width:33em;/*must have for any value*/;
}
.select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

.select-free .bd{border:solid 0px #aaaaaa;padding:12px;}