/* CSS Document */
/* CSS Document */
/*Form contact*/
/*	#contact-form .btns a {
	padding:8px 12px 4px;
	padding:7px 8px 11px 6px;
	margin-right:8px;
	cursor:pointer;
	}*/
	#contact-form , #register{
	line-height:1em;
	margin:0;
	padding:6px 0 0;
	}
#contact-form .title , #register .title {
	display:block;
	padding-bottom:5px;
	font-size:12px;
	line-height:20px;
	}	
#contact-form textarea, #contact-form input , #contact-form select , #register textarea, #register input , #register select {
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:solid 1px #c7c6c7;
	border-left:solid 1px #c7c6c7;
	border-right:solid 1px #efefef;
	border-bottom:solid 1px #efefef;
	padding:9px 5px 10px;
	background:#f5f4f5;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	width:100%;
	position:relative;
	outline:none;
	box-shadow:none;
	}
#contact-form input.button , #register input.button{
	margin:0;
	border:none;
	display: inline-block;
	height: 29px;
	padding: 0 18px;
	font-size: 13px;
	line-height: 29px;
	color: #fff;
	cursor: pointer;
	background: #3a3a3a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
		
#contact-form textarea , #register textarea{
	overflow:auto;
	height:344px;
	}	
#contact-form label , #register label {
	min-height:70px;
	display:block;
	}	
#contact-form label.message , #register label.message {
	min-height:200px;
	}	
#contact-form .error, #contact-form .empty, #contact-form .success ,
#register .error, #register .empty, #register .success
 {
	display:none;
	}	
/*#contact-form .btns a {
	margin-right:10px;
	}	*/
#contact-form .error, #contact-form .empty ,
#register .error, #register .empty
 {
	color:red;
	padding:5px 0;
	}	
#contact-form .btns , 
#register .btns
{
	padding:20px 0px 0 0;
	}
#contact-form .link , 
#register .link 
{
background: url(../images/link-tail.gif) repeat-x 0% 0%;
display: inline-block;
height: 37px;
float: left;
overflow: hidden;
line-height: 36px;
text-decoration: none;
font-size: 1em;
font-weight: bold;
color: #fff;		
