/*--------------------------------------------------------
	mailform style
--------------------------------------------------------*/
table.infield {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.00;
	background-color: #CCCCCC;
	margin: 0px 10px 0px 10px;
	width: 530px;
}
table.infield tr {
	border-bottom: solid 1px #CCCCCC;
}
table.infield tr th {
	/*background-image: url(../images/th_bg.gif);*/
	border: solid 1px #FFFFFF;
	background-color: #F1F5FA;
	padding: 10px;
	text-align: left;
}
table.infield tr th p{
	color: #252525;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
table.infield tr th img{
	float: right;
}
table.infield tr th span{
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	color: #999999;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
table.infield tr td {
	border: solid 1px #FFFFFF;
	background-color: #EFEFEF;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 2em;
}
table.infield tr td input,textarea {
	vertical-align: middle;
	border-top : 1px solid gray ;
	border-bottom : 1px solid gray ;
	border-left : 1px solid gray ;
	border-right : 1px solid gray ;
	background-color : #FFFFFF;
	padding: 2px;
	color : #232323;
}
div#confirmWindow {
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0px;
	visibility: hidden;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
}
div#confirmBody {
	padding: 20px;
	margin: 0px auto 0px auto;
}
div#confirmBody h2 {
	color: #FFFFFF;
}
div.buttons {
	padding: 10px;
}