/**
 * @author GeekTantra
 * @date 20 September 2009
 */


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

.InputGroup {
	display: inline-block;
	padding: 3px 4px;
	border: 1px solid #FFF;
	border-radius: 0px;
	-moz-border-radius: 0px;
	
}

.ErrorField {
	border-color: #D00 !important;
	color: #D00;
	background: #FFF !important;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #000;
}

span.ValidationErrors {
    clear: both;
    color: #DD0000;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    padding: 0 0 15px 4px;
    width: 100%;
}

