/**
 * @author GeekTantra
 * @date 20 September 2009
 */
/*input, select {
    border: 1px solid #888;
    background: #ffffff;
    padding: 3px 4px;
    color: #222;
    margin: 0px 5px 0px 0px;
}*/

input:focus, select:focus {
    outline: none;
}

.InputGroup {
    display: inline-block;
    padding: 3px 4px;

}

.ErrorField {
	border-color: #D00;
	color: #000;
	background:#FFB3B3;
}

span.ValidationErrors {
	display: inline-block;
	font-size: 11px;
	text-align:left;
	color: #FF0000;
	padding-left: 10px;
	font-style: italic;
}
