﻿#Controles input[type="text"], input[type="password"]
{
    width: 245px;
    height: 32px;
    margin-left: 17px;
    padding: 0px 0px 0px 10px;
    border: 1px solid #C03400;
    font-size: 14px !important;
}

#Controles .RadInput_Error_Default 
{
    background: #fff 98% -292px no-repeat url('../../Images/sprite_error.gif') !important;
    border: 1px Solid #C03400  !important;
    color: #C03400 !important;
}

#Controles .RadInputMgr_Default 
{
    border: 1px solid #C03400;
    font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 10px;
}

#MensajeError
{
    font-size: 13px;
    width: 240px;
    padding: 4px 4px 4px 17px;
    text-align: justify;
    color: red;
}
#MensajeError ul li{
 margin-left: -10px;
}
.Enlace{
 font-size: 11px;
}
.ui-widget-header{
 background: #C03400 url(images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x;
 border: 1px solid #C03400 !important; 
}

