/*-----------------------------------------------------------
1. Общее
------------------------------------------------------------*/
p { margin: 0 0 1em 0; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; line-height: 1.5; font-weight:bold;color: #223d45; text-align:left;}
h1{font-size:19px;color:#223d45;font-weight: normal;text-shadow: 0px 1px 1px #ffffff;}
h2{font-size:15px;}
h3{font-size:13px;}
h4{font-size:12px;}
h5{font-size:11px;}


a, a:visited, a:link,a:active,a:hover{ color: #c43e00; text-decoration:underline}
a:hover { color: #000000; }
a.button{ color: #000000;}
a.button:hover{ color: #ffffff;}
a.button.ui-state-focus{color: #ffffff;}

button { overflow: visible; padding: .3em 1em .5em 1em; }

/*-----------------------------------------------------------
2. Шрифты
------------------------------------------------------------*/

html { font-size: 100.01%; color: #181818;}
body { font-size: 12px; line-height: 1.125em; font-family: Arial, Tahoma, sans-serif; color: #181818; }
* html body { font-size: 100%; }

/*
font-size: 0.6875em for 11px (16x0.6875=11)
font-size: 0.75em for 12px (16x0.75=12)
font-size: 0.875em for 14px (16x.875=14)
*/

input, textarea, select { font-family: Arial, Tahoma, sans-serif; }
form label.error{color:#7e252b;display:block;font-size:11px;}
form input.error,form textarea.error{background: #f4e2e3; border:solid #f2b7bb 1px;}

pre { font-family: 'Courier New'; }


/************************/

.cornersTop,.ui-corner-top{
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.cornersBottom{
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
.cornersAll{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cornersNone{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.topCorner{
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
}
.bottomCorner{
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
}
.cornersAll7{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.obligate{font-size:20px; color:rgb(227, 138, 52);font-weight: bold;}
