
div#mailform {
	width:640px;
	
	
	}

table.mailformTable {
	width:640px;
	border-collapse:collapse;
	
	}


.formTable tr {
	border:solid 1px #ccc;

	}


.mailformTable th {
	padding:5px;
	text-align:center;

	}
.mailformTable td {
	padding:5px;
	}	
	
	
input.btn {
	float:right;
	display:inline;
	padding:2px 4px;
	}

input.textWidth {
	width:400px;
	
	}	
	
p.errMsg {
	color:#990000;
}






tr.strText {
	vertical-align:top;

}


p.mailformBtn {
	text-align:right;
	padding:20px 0 10px 0;
}

p.mailformBtn input {
	padding:2px 5px;
	}
	
	
div#confirm {
margin:20px 0 40px 0;
width:640px;

}


table.confirmTable {
	width:100%;
}

table.confirmTable th {
	width:30%;
	height:2em;
}



	
.mailsend {
		height:600px;
}

.gray {
background:#f5f5f5;
}		
		