body {margin:0;padding:0;width:240px;overflow:hidden;font-family:Tahoma,sans-serif;}
sup {color:red;}
form {margin:0;}
.auth_desc {
	margin: 0;
	padding: 0 0 10px 0;	
	/*color: #bc001d;*/
	color: #444;
	font-size:20px;
	/*font-weight:bold;*/
	text-align:center;
}

.succes{
	color: #006600;
}

.msg {
	color: red;
	text-align:center;
	height:20px;
}

.elem input, .elem select, .help, .call, #show_info{
	
}

.elem {
	margin: 10px 0px 10px 0px;
	width: 240px;
	overflow: hidden;

}
.elem input, .elem select, .elem textarea  {
	color:#666666;
	font-size:12px;
	width: 240px;
	padding: 5px 5px;
	/*border:1px solid #ccc;*/
	border:1px solid #ABADB3
}
.call {
	color: #333333;
	font-size:12px;
	font-weight:bold;
}


.button {
	display: inline-block !important;
	/*color: #fff !important;*/
	font-family: Arial, sans-serif;
	font-size: 14px !important;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px !important;
	padding: 0 15px !important;
	height: 30px !important;
	width: auto;
	/*background-color: #D31534;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*border: 1px solid #D31534;*/
	margin-top: 10px;
	cursor: pointer;
	
	color:#3a3a3a !important;
	background-color: #fff;
	border: 1px solid #999;
}

.button:hover,
.button:focus,
.button:active {
	/*background-position: right bottom;
	background-color: #9CC531;
	border: 1px solid #9CC531;*/
	
	color: #fff;
	background-color: #9CC531;
	border: 1px solid #9CC531;
}

.call label { font-size:11px; font-weight:normal;}