#content .red{
	color: #c00;
	font-weight: bold;
}

#content p{
	padding: 15px 0 5px 0;
}

#content p.message{
	font-weight: bold;
}

#content table{
	border-collapse: collapse;
	width: 100%;
}
#content table th,
#content table td{
	border: 2px solid #ccc;
	padding: 15px;
	text-align: left;
}
#content table td{
	font-size: 13px;
}
#content table th{
	background: #eee;
	font-size: 14px;
	vertical-align: top;
}
#content table th label{
	font-weight: bold;
}
#content table th label .required{
	color: #c00;
}
#content table th .desc{
	font-size: 90%;
	display: block;
}

#content input,
#content textarea{
	border: 2px solid #aaa;
	width: 410px;
	padding: 3px;
}
#content textarea{
	height: 200px;
}
#content .radio input{
	width: 20px !important;
}

#content table .mini{
	width: 150px;
}

#content table .micro{
	width: 50px;
}

#content .warning{
	background: #fbb;
}

#content #buttons{
	padding: 30px 0 100px 0;
	text-align: center;
}
#content #buttons button{
	background: transparent;
	padding: 0 5px;
}





