/**
author: rgb(raduga) http://mambasana.ru
**/

/**#################### DEFAULT and FORMS CSS ####################**/

body,html {
  padding          : 0;
  margin           : 0 0px !important;
  margin           : 0 0px;
          }
		  
a.m_menu:link,
a.m_menu:visited                                 {color:#ffffff; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:18px;}
a.m_menu:hover                                   {color:#ffffff; text-decoration:none;}	

a.m1:link,
a.m1:visited                                 {color:#B70D0D; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
a.m1:hover                                   {color:#B70D0D; text-decoration:underline;}	

a.m2:link,
a.m2:visited                                 {color:#000000; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
a.m2:hover                                   {color:#000000; text-decoration:underline;}	

a.lang:link,
a.lang:visited                                 {color:#B70D0D; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:14px;}
a.lang:hover                                   {color:#B70D0D; text-decoration:underline;}	

.text { font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:12px; padding:10px;
}	  

.section {
	width: 730px;
	background: #fff;
	margin: 0 0 30px;
}
ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;
	border-bottom: 1px solid #DDD;
	background: #FFF;
}
.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	color: #777;
	cursor: pointer;
	background: #F9F9F9;
	border: 1px solid #E4E4E4;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
}
.tabs li:hover,
.vertical .tabs li:hover {
	color: #F70;
	padding: 0 13px;
	background: #FFFFDF;
	border: 1px solid #FFCA95;
}
.tabs li.current {
	color: #444;
	background: #EFEFEF;
	padding: 0 13px 2px;
	border: 1px solid #D4D4D4;
	border-bottom: 1px solid #EFEFEF;
}
.box {
	display: none;
	border: 0px solid #D4D4D4;
  border-width: 0 0px 0px;
	background: #fff;
	padding: 0 12px;
}
.box.visible {
	display: block;
}

.section.vertical {
	width: 440px;
	border-left: 160px solid #FFF;
}
.vertical .tabs {
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 -160px;
}
.vertical .tabs li {
	padding: 0 13px;
	margin: 0 0 1px;
	border: 1px solid #E4E4E4;
	border-right: 1px solid #F9F9F9;
	width: 132px;
	height: 25px;
}
.vertical .tabs li:hover {
	width: 131px;
}
.vertical .tabs li.current {
	width: 133px;
	color: #444;
	background: #EFEFEF;
	border: 1px solid #D4D4D4;
  border-right: 1px solid #EFEFEF;
  margin-right: -1px;
}
.vertical .box {
  border-width: 1px;
}

#contentForm {
  display: block;
  width: 600px;
  margin: 1px auto;/*this line will center the page*/
  padding: 5px;
  border: 0px solid black;
  background-color: white;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
  font-size:12px;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

span.required{
  font-size: 10px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}