﻿
.inputsContainer
{
    border: solid 1px #D0D0D0;
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 95%;
	background-color: #f7fafa;
}

.inputLabel
{
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
    padding: 8px 0px 0px 2px;
    vertical-align: middle;
}

.alert
{
	color: Red;
}


input[type=text]
{
	height: 20px;
}

select
{
	height: 25px;
	color: #7c7c7c;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}


.captchaRow
{
	padding-top: 20px;
	text-align: left;
}

.actionButtons
{
    margin-top: 10px;
    margin-bottom: 25px;
}

div.err
{
    color: Red;
}

div.succ
{
	color: Green;
}
span.success
{
    color: Green;
    font-family: Calibri;
    font-size: 14px;
}

.actionButtons
{
	text-align: center;
}

ul li a{/*color:#ca232a;*/ color: #565187; text-decoration:none}
ul li a:hover{ color: #565187; text-decoration:underline}

.Empty
{
	display: none;
}

.inputselect 
{
	width:435px; 
	height:27px ;
	vertical-align:top; 
	padding:4px 3px 3px 31px; 
	border:1px solid #e3e3eb; 
	border-top:1px solid #acadb2;
}

.inputinput 
{
	border-radius: 4px; 
	width:400px; 
	height:19px ;
	vertical-align:top;  
	padding:3px 0 3px 33px; 
	border:1px solid #e3e3eb; 
	border-top:1px solid #acadb2;
}

.form_quest td
{
	padding:0 0px 10px 0;
}