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: #444;
	font-size:20px;
	
	text-align:center;
}

.succes{
	color: #006600;
}

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

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

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

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


.button {
	display: inline-block !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;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	margin-top: 10px;
	cursor: pointer;
	
	color:#3a3a3a !important;
	background-color: #fff;
	border: 1px solid #999;
}

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

.button1clickbuy {
	color:#fff !important;
	background-color: #F58F31;
	border: 1px solid #F58F31 !important;
}

.button1clickbuy:hover,
.button1clickbuy:focus,
.button1clickbuy:active {
	color: #fff;
	background-color: #9CC531;
	border: 1px solid #9CC531 !important;
}

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