@charset "UTF-8";
/* CSS Document */


#errMsg{
	font-weight:bold;
	color:#ff0000;
}
#errMsg p{
	text-indent:-1em;
	margin-left:1em;
}

table#formTbl{
	width:674px;
}
table#formTbl th{
	width:213px;
}

input.txtInput{
	width:460px;
	padding:1px;
}

div.alCenter input,
div.alCenter img{
	position:relative;
	left:-38px;
}
