﻿.progress
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 1000;
}

.progressbox
{
	position: fixed;
	top: 43%;
	z-index: 1001;
	left: 0;
	right:0;
}
.progressbox div
{
	border: solid 1px #4e0200;
	padding: 10px;
	width: 300px;
	background-color: #fff;
	text-align: center;
	margin: auto;
}
.error
{
    border-color: #730000!important;
    background-color: #f6d8d8!important;
}
.ajax__validatorcallout
{
    display: none;
}
.registrationformpanel div p label
{
    display: block;
    width: 170px;
    text-align: right;
    float: left;
    line-height: 22px;
    margin: 1px 3px 1px 0;
}
.item input
{
    float: left;
    border: 0;
    background: transparent none no-repeat;
    width: auto!important;
    line-height: 22px;
    margin: 1px 3px;
}
.item label
{
    width: auto!important;
    line-height: normal;
}
.error input
{
    background-color: #f6d8d8!important;
    border: solid 1px #730000!important;
}
