/*-- About --*/
body{ opacity:1;}
form{
	padding:0 50px;
}

.form-table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: collapse;
    border-color: #444;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0 1px;
    width: 100%;
}


.form-table th {
    background: #f5f3f3 none repeat scroll 0 0;
    color: #221613;
    padding-left: 15px;
    text-align: left;
}
.form-table th ul{
	margin:30px 0 0 30px;
	font-size:12px;
	list-style-type: square;
}
.form-table th, .form-table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #444;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 8px;
}

.margin-15-0 {
    margin: 15px 0 !important;
}

.form-table input[type="text"], .form-table select{
	margin-bottom:5px;
}
.form-table input[type="text"], .form-table select, .form-table textarea{
	border:1px solid #ccc;
	border-radius:5px;
}
.form-table input:focus, .form-table textarea:focus{
	box-shadow: 0px 0px 10px #4bc8e5;
}
.form-table input[name="know_other"]{
	margin-top:20px;
}


.formError .formErrorContent {
    background: #ee0101 none repeat scroll 0 0;
    border: 2px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 0 6px #000;
    color: #fff;
    font-size: 11px;
    min-width: 120px;
    padding: 4px 10px;
    position: relative;
    width: 100%;
}
.formError .formErrorContent {
    z-index: 991;
}

