td#formCell div#formContainer{
						width: 450px;
						height: 400px;
						margin: 0 0 0 25px;
}

td#formCell h1{
						margin: 0 25px 10px 25px;
						font-size:20px;
						font-family: arial, helvetica, verdana;
						color:#8e131f;
}
td#formCell p{
						margin: 0 25px 0 25px;
						font-size:13px;
						font-family: arial, helvetica, verdana;
						color:#8e131f;
}
td#formCell td.tdLeft dt{
						font-size:13px;
						font-weight:normal;
						font-family: arial, helvetica, verdana;
						color:#8e131f;
}
td#formCell td.tdLeft dt a{
						font-size:13px;
						font-weight:bold;
						text-decoration:underline;
						color:#8e131f;
						background-color:#ffffcc;
}
td#formCell td.tdLeft dt a:hover{
						color:#4f0d13;
}
td#formCell table#formTable{
						width: 450px;
}
td#formCell table#formTable td.tdLeft{
						width: 170px;
						text-align:right;
}
td#formCell table#formTable td.tdCenter{
						width: 5px;
						text-align:right;
}
td#formCell table#formTable td.tdRight{
						width: 275px;
						text-align:left;
}
td#formCell textarea,
td#formCell input.inputText{
						width:270px;
						font-size:13px;
						font-family: arial, helvetica, verdana;
						color:#8e131f;
;
}