Your IP : 216.73.216.87


Current Path : /home/bitrix/www2/auth/registration/
Upload File :
Current File : /home/bitrix/www2/auth/registration/style.css

table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld2 {
	position: absolute;
	top: 23px;
	left: 315px;
	float: right;
	height: 28px;
	padding: 3px 0 0 11px;
	color:#fff;
	width: 130px;
	background-repeat: no-repeat;
	background-image: url(images/error.png);
}
.error-fld2 + input{
	border-color: #c00 !important;
	background: #ffe0e1 !important;
}