/* CSS Document */

.register table .reg_zag {
color: #016ea2;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
padding-top: 25px;
padding-bottom: 8px;
}

.register  {
font-size: 12px;
}

	.reg_error {
	color: #ff0000;
	}
	
		.reg_error  strong{
		font-size: 16px;
		}
	
.register table td {
vertical-align: middle;
padding: 5px;
}
	
.register input {
width: 290px;
margin: 0 5px 0 0;
}

.register table .reg_check {
font-size: 11px;
line-height:22px;
padding-top: 20px;
}

	.reg_check input {
	vertical-align: middle;
	}
	
	.reg_check div {
	float: left;
	margin: 0 0 0 20px;
	line-height: 20px;
	}
	
	.reg_btn {
	margin: 15px 0 0 172px;
	display: block;
	}
	
	.register table .reg_contacts td {
	background: #f5f5f5;
	padding-top: 8px;
	padding-bottom: 4px;
	}
	
		.register table .reg_contacts td a{
		font-size: 11px;
		}
	
	.reg_primer {
	font-size: 11px;
	color: #6c6969;
	font-style: italic;
	}