/*****************************/
/* author edytor49@gmail.com */
/*****************************/
body {
	font-family: Tahoma;
}
table {
	margin: 0 auto;
	height: 100%;
}
table tr td {
	vertical-align: middle;
}
.contentframe {
	width: 300px;
	margin: 0 auto;
	padding: 10px 20px 0;
}
.contentframe label {
	font-size: 14px;
	line-height: 30px;
}
.contentframe .right {
	float: right;
}
.contentframe h1 {
	color: #ff9600;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	
}
.error {
	margin-top: 4px;
}
.uspeh {
	display: block;
	line-height: 18px;
	font-size: 16px;
	color: #fff;
	background-color: #3dad00;
	padding: 3px 15px;
	margin-top: 10px;
}
.contentframe .relative {
	position: relative;
}
.contentframe .relative + .relative {
	margin-top: 20px;
}
.contentframe span.error {
	position: absolute;
	bottom: 101%;
	right: 0px;
	width: 206px;
	font-size: 10px;
	color: rgba(243, 18, 18, 1);
}
.error_captha {
	top: 95%;
	left: 0;
	width: 250px !important;
}
input.button {
	display: block;
	width: 100%;
	height: 34px;
	background: #0250A5;
	padding: 8px 15px;
	margin-top: 15px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	transition: 0.25s;
	border: none;
	cursor: pointer;
}
input.button:hover {
	background: #FF9600;
}
input[type='text'], input[type='password'], textarea {
	border: 1px solid #CCCCCC;
	padding: 6px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 3px;
	color: #555555;
	box-shadow: 0 1px 3px #CCC inset;
}
.clear {
	clear: both;
}
