.borde
{
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;	
}

.tituloGrupo
{
	font-family:    tahoma;
	color:          #e69f00;
	font-size:      11px;
	font-weight:    bold;
	padding-left:   10px;
	padding-top:    2px;
	padding-bottom: 3px;
}

.formLabel
{
	font-size:     11px;
	font-family:   tahoma;
	color:         #464746;
	font-weight:    bold;
	padding-top:   3px;
	padding-left:  2px;
	padding-right: 3px;
	white-space:   nowrap;
	overflow:      hidden;
	text-overflow: ellipsis;
}

.formLabelDisabled
{
	font-size:     11px;
	font-family:   tahoma;
	color:         #ACA899;
	font-weight:    bold;
	padding-top:   3px;
	padding-left:  2px;
	padding-right: 3px;
	white-space:   nowrap;
	overflow:      hidden;
	text-overflow: ellipsis;
}

.formLabelOnFocus
{
	font-size:        11px;
	font-family:      tahoma;
	color:            #e69f00;
	font-weight:    bold;
	padding-top:      3px;
	padding-left:     2px;
	padding-right:    3px;
	white-space:      nowrap;
	overflow:         hidden;
	text-overflow:    ellipsis;
}

.formLabelError
{
	font-size:     11px;
	font-family:   tahoma;
	color:         #EB4A2A;
	font-weight:    bold;
	padding-top:   3px;
	padding-left:  2px;
	padding-right: 3px;
	white-space:   nowrap;
	overflow:      hidden;
	text-overflow: ellipsis;
}

.formErrorMessage
{
	position:         absolute;
	border:           solid 1px #FFCC66;
	background-color: #FFFFCC;
	font-size:        11px;
	font-family:      verdana;
	color:            #666666;
	padding-top:      4px;
	padding-bottom:   4px;
	padding-left:     12px;
	padding-right:    12px;
}

.formErrorSistema
{
	font-size:        11px;
	font-family:      verdana;
	color:            #e44600;
	font-weight:      bold;
	padding-left:     4px;
	padding-right:    8px;
	padding-top:      4px;
	padding-bottom:   4px;
}

.formText
{
	font-size:     11px;
	font-family:   verdana;
	color:         #666666;
}

.formTextBox
{
	font-size:     11px;
	font-family:   verdana;
	color:         #666666;
	border: solid 1px #999999;
}

.formList
{
	font-size:     11px;
	font-family:   verdana;
	color:         #666666;
}

.formCheckBoxList
{
	font-size:     11px;
	font-family:   verdana;
	color:         #666666;
	border: solid 1px #7f9db9;
}
