﻿#page #content #contentBody #contentArea .form {
	width:400px;
	overflow:hidden;
	padding-bottom:15px;
	position:relative;
}

.form .lbl {
	line-height:18px;
}
.form .line {
	width:100%;
	float:left;
	margin-bottom:10px;
	clear:both;
}

.form .inp {
	float:left;
	margin-right:20px;
}

.form .txt {
	width:205px;
}

.form .country {
	width:210px;
}
.form .line.group .txt {
	width:170px;
}
.form .line.group select {
	width:72px;
}
.form .line.group .small {
	width:67px;
}

.form .phone .lbl {
	font-size:10px;
	color:#959595;
	position:absolute;
	margin-left:4px;
	margin-top:2px;
}

.form textarea {
	width:360px;
	height:140px;
	padding:4px;
	font-size:11px;
}

.form .btn {
	width:164px;
}

.form em {
	color:#EAAF00;
}

#button .loginButton
{
    background:none;
    float:left;
    height:17px;
    font-weight:bold;
    border:none;
    cursor: pointer;
}

#button #middle
{
    background: #00678a;
    float:left;
    height:17px;
}

#button #middle INPUT
{
    font-weight:bold;
    color:#ffffff;
}

#button #middle IMG
{
    padding-top:7px;
    position: relative;
    left:-4px;
}

#button #left
{

}

#button #right
{
    background:url('../../../Resources/Global/Image/Icons/button_right_bg.gif') ;
    float:left;
    width:9px;
    height:17px;
    border:none;
}

.form .inp .aarCheckBox{
	float:left;
	margin-right:2px;
	xbackground:red;
}

.form .inp .aarText{
	float:left;
	xbackground:red;
}
