@charset "utf-8";
/* CSS Document */

/*контакт*/
body p#notice{
    color:#FF00FF;
    text-align: left;
    font-size: 20px;
    font-style: italic;
	}
    
#upDecor{
    background-image:url("../images/header.png") ;
    width: 800px;
    height: 62px;
    margin-bottom: 9px;
	}

#downDecor{
    background-image:url("../images/footer.png") ;
    width: 800px;
    height: 62px;
    margin-top: -25px;
    margin-bottom:32px;
	}
    
#formBox p{
	text-align:left;		
	}

.left {
	margin-left: 364px;	
	}

label {
	display: block;
	font-size: 16px;
    font-style: italic;	
	}

label.valid {
  width: 24px;
  background: url(../images/valid.png)  center center no-repeat;
  display: inline-block;
  color:#00DF00;
  
  text-indent: -9999px;
}

label.error {
  padding-left: 5px;
  display: inline-block;
  color:#7FBFFF;
}

.input {
	outline:0px solid #FF3;
	display: inline-block;
	height: 30px;
	font:16px Arial, Helvetica, sans-serif;
	border-radius: 5px;
	padding: 0 5px;
	margin-bottom:16px;	
	}

.input:focus{
	border: 2px solid #FF0000;
	}

.textArea:focus{
	border: 2px solid #FF0000;
	}

textarea{
	font:16px Arial, Helvetica, sans-serif ;
	padding: 5px 5px;
	border-radius: 5px;
	}

h2 a:link{
	outline: none; /* Убираем границу вокруг ссылок  */
	color:#FF0000;
	text-decoration: underline;				
	}

h2 a:visited {
	outline: none; /* Убираем границу вокруг ссылок  */
	color: #FF0000;
	text-decoration: underline;
	}

h2 a:hover {
	outline: none; /* Убираем границу вокруг ссылок  */
	color: #F60;
	text-decoration: none;
	}

h2 a:active {
	outline: none; /* Убираем границу вокруг ссылок  */
	color: #F60;
	text-decoration: none;
	}
	
p.reCaptcha{
	outline:0px solid #FF3;
	width:760px;
	float:left;
	margin:170px auto auto 0;
	font-size:18px;	
	color:#7FBFFF;
	text-align:center;
	line-height:1.5;		
	}
/*контакт*/

/*контактАдмин*/
#wrapperAdmin {
	outline:0px solid #FF3;
	width:auto;
	max-width:1280px;
	margin:0 auto;
	padding:0 20px;
	box-sizing:border-box;				
	}

.leftAdmin {
	margin-left: 200px;	
	}

table{
    width: 100%;
    margin: 55px auto 0;
    border-spacing: 0;
    border: 2px solid #FFFFFF;
    caption-side: top;
    table-layout: fixed;
    box-sizing: border-box;
	}

caption{
    color:#FF0000;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 5px;    
	}

tr, td, th{
    border: thin solid #FFFFFF;
    padding: 5px;
    overflow-wrap: anywhere;
    word-break: break-word;
    vertical-align: top;
	}

tr, td{
    font-family: Tahota, Verdana, sans-serif;
    font-size: 14px;
    }

th{
    background-color: #CCCCCC;
    font-family:"Times New Roman", Times, serif;
	}

.contactRemove{
    text-align: left;
    font-size:20px ;
	}

/*контактАдмин*/
