/* 
    CSS Stylesheet for www.unionstation.org Narnia 
    created 4.2.09
    by Scott Connerly
    copyright 2009 River City Studio
*/

#formContent {
	margin: 32px; 
	padding: 0px 55px; 
	height: 550px;
	width: 500px;
}
#formContent input, #formContent select {
	background-color: #FBF4E3;
	width: 155px;
}
#formContent input.darker {
	background-color: #5B0004;
	color: #fff;
}
#formContent p {

}
#formContent table {
	width: 350px;
	margin: auto;
}
#formContent table tr td {
	text-align: right;
	font-size: 13px;
}
#formContent p.red{
	width: 95%;
	padding: 7px;
	margin: 10px;
	margin-right: 10px;
	border: red thin solid;
	background-color: #fcc;
	font-weight: bold;
	text-align: center;
}