div.podiForm {
	width: 100%;
	margin:0px;
	padding:10px;
}

div.podiFormEntry {
	margin-bottom: 5px;
}

div.podiFormEntry label {
	width: 120px;
	text-align: right;
	padding: 2px 5px 0px 0px;
	clear: both;
	float: left;
}

div.podiFormEntry input, 
div.podiFormEntry select,
div.podiFormEntry textarea {
	border: 1px #AAAAAA solid;
	background-color: #FAFAFA;
	padding: 2px;	
}

div.podiFormEntryError label {
	color: #FF0000;
}

div.podiFormEntryError input, 
div.podiFormEntryError select,
div.podiFormEntryError textarea {
	border: 1px #FF0000 solid;
	background-color: #FFAAAA;
}

div.podiFormEntry input[type="radio"],
div.podiFormEntryError input[type="radio"] {
	border: none !important;
	background-color: #FFFFFF !important;
}

div.podiFormErrorMessage {
	width: 80%;
	margin: auto;
	border: 1px #FF0000 solid;
	background-color: #FFAAAA;
	padding: 10px;
	color: #424242;
	font-weight: bold;
	text-align: center;
}
