﻿/* 
 * Style used by the label output mode.
 * Applied to the error labels that get positioned after an input.
 */
.contradioboton label.error {
	color:#FFF;
	margin-left:2px;
	background-image:url('arrow.gif');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:18px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	font-size: 9px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	float: right;
}
.contradiobuttonytexto2 label.error {
	color:#FFF;
	margin-left:2px;
	background-image:url('arrow2.gif');
	background-position:right center;
	background-repeat:no-repeat;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	font-size: 9px;
	padding-left:2px;
	padding-top: 2px;
	padding-right: 18px;
	padding-bottom: 2px;
}
.contradiobuttonytexto3 label.error {
	color:#FFF;
	margin-left:2px;
	background-image:url('arrow2.gif');
	background-position:right center;
	background-repeat:no-repeat;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	font-size: 9px;
	padding-left:2px;
	padding-top: 2px;
	padding-right: 18px;
	padding-bottom: 2px;
	left: 200px;
}
label.error {
	color:#FFF;
	margin-left:2px;
	background-image:none;
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:2px;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	font-size: 9px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-color: #F00;
	text-align: left;
}

/*
 * Styles used by the modal output mode.
 * '.validity-modal-msg' is applied to the modal boxes 
 * and '.validity-modal-msg:hover' is applied to suggest 
 * to the user that the boxes are clickable.
 */
.validity-modal-msg { 
    position:absolute;
	z-index:100; 
    background-color:#999; 
    border:solid 1px #000; 
    padding:4px;
    cursor:pointer; 
}
.validity-modal-msg:hover { 
    background-color:#aaa; 
}

/*
 * Styles used by the summary output mode.
 * '.validity-summary-container' is a container on the page that should contain a UL 
 * which is the actual summary. The container can hold 
 * an extra bit of text (or anything really) that explains what the summary is.
 * '.validity-erroneous' is applied to every input that fails.
 */
.validity-summary-container { display:none; }
.validity-summary-output ul { }
.validity-erroneous { border:solid 2px #f56600 !important; }
