.form {
    padding: 25px 135px 20px;
}
.form label {
    display: block;
    font-size: 14px;
    padding: 0;
    height: 30px;
}
.errorFormText {
    float: left;
    width: 270px;
    overflow: hidden;
    padding-bottom: 20px;
}
.errorFormText label {
    display: block;
    font-size: 14px;
    padding: 0;
    height: 30px;
    color: #F33;
}
.form .left-column {
    float: left;
    width: 270px;
}
.form .left-column .phone-field {
    padding-bottom: 15px;
}
.phone-field {
    float: left;
    width: 270px;
    overflow: hidden;
    padding-bottom: 20px;
}
.input2 {
    float: left;
    position: relative;
}
.input2 input {
    float: left;
    border: 1px solid #cccccc;
    font-size: 22px;
    padding: 7px 10px;
	margin: 0;
	width: 180px;
}
.errorFormField input {
    float: left;
    border: 1px solid #cccccc;
    font-size: 22px;
    padding: 7px 10px;
	margin: 0;
	width: 180px;
}
.input2 .tl2, .input2 .tr2, .input2 .bl2, .input2 .br2 {
    background: url(../images/design/input-corners.gif);
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
}
.input2 .tr2 {
    left: auto;
    right: 0;
    background-position: 5px 0;
}
.input2 .bl2 {
    top: auto;
    bottom: 0;
    background-position: 0 -5px;
}
.input2 .br2 {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    background-position: 5px -5px;
}
.text-field {
    float: left;
    width: 400px;
    padding-bottom: 20px;
}
.text-field textarea {
    width: 380px;
    height: 120px;
    border: 1px solid #cccccc;
    font-size: 18px;
    padding: 7px 10px;
}
.text-field .button {
    float: right;
    clear: both;
    margin-right: -2px;
    display: inline;
}
.symbols {
    background: #f2f2f2;
    height: 35px;
    line-height: 35px;
    float: left;
    margin-left: 10px;
    display: inline;
    position: relative;
    color: #666;
    padding: 0 15px;
    font-size: 12px;
    white-space: nowrap;
}
#chrLeft {
    color: #c00;
    padding-left: 10px;
    font-style: normal;
}
.auth-button {
	text-align: center;
	margin: 20px -2px 15px 0;
}
.button {
    margin-top: 30px;
    float: left;
}
.sent {
    background: url(../images/design/sent.png) 0 50px no-repeat;
    color: #666;
    width: 405px;
    font-size: 12px;
    margin: 0 auto;
    padding: 50px 0 50px 115px;
	position: relative;
}
.sent h2 {
    font-size: 24px;
    color: #879114;
    font-weight: bold;
    padding: 0 0 17px;
}
.sent .proceed {
    color: #999900;
    font-size: 14px;
    text-decoration: underline;
}
.sent .proceed:hover {
    text-decoration: none;
}
#error{
    width: 655px;
    line-height: 1.1em !important;
    font-size: 12px;
	border: 3px solid red;
	border-radius:6px 6px 6px 6px; 
    -moz-border-radius:6px 6px 6px 6px;
    -webkit-border-top-left-radius:6px 6px; 
    -webkit-border-top-right-radius:6px 6px; 
    -webkit-border-bottom-right-radius:6px 6px; 
    -webkit-border-bottom-left-radius:6px 6px;
	padding: 8px 4px;
	text-align:center;
	margin-bottom: 10px;
	margin-left: 1px;
	visibility:hidden;
}
