@import url(http://fonts.googleapis.com/css?family=PT+Sans&subset=cyrillic);
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot') format('embedded-opentype'),
         url('../fonts/OpenSans.woff2') format('woff2'),
         url('../fonts/OpenSans.woff') format('woff'),
         url('../fonts/OpenSans.ttf') format('truetype'),
         url('../fonts/OpenSans.svg#OpenSans') format('svg');
}
body {font-family: PT Sans; font-size: 14px;}
*{margin: 0; padding: 0}
a{color: #fe0000}
a:hover {

  -webkit-transition: all linear 0.3s;
     -moz-transition: all linear 0.3s;
      -ms-transition: all linear 0.3s;
       -o-transition: all linear 0.3s;
          transition: all linear 0.3s;		
}
p{margin: 10px 0;}
fieldset,img {border: none;}
select, input, textarea {
  background-color: #ffffff;
  border: 1px solid #fe0000;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
	font-family: Segoe UI;
	font-style: italic;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;	
		  
    color: #000;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 8px 10px;		  
}
select:focus, input:focus, textarea:focus { border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.clear{clear:both;}
.all {max-width: 1180px; margin:0 auto;}
.w{position: absolute; top:-100px;}

/*Стили ошибок и предупреждений*/
#system-message .alert {
    background: rgba(254, 0, 0, 0.5) none repeat scroll 0 0;
    border: 2px solid #fe0000;
    font-family: OpenSans;
    font-size: 16px;
    padding: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	position:relative;
}
#system-message .close {
    background: #fe0000 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    padding: 3px 5px;
    position: absolute;
    right: 25px;
}
#system-message .close:hover {
-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
-moz-box-shadow:    inset 0px 0px 10px 0px rgba(0, 0, 0, 0.85);
box-shadow:         inset 0px 0px 10px 0px rgba(0, 0, 0, 0.85);	
}
#system-message h4.alert-heading {
    font-family: PT Sans;
    font-size: 24px;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}


