#contentHolder #leftColumn form {
	font-size: 16px;
	line-height: 24px;
}

#contentHolder #leftColumn input[type="text"] {
    border: 1px solid #777777;
    color: #555555;
    font-size: 16px;
    height: 24px;
    color: #000;
}
#contentHolder #leftColumn input[type="password"] {
    border: 1px solid #777777;
    color: #555555;
    font-size: 16px;
    height: 24px;
    color: #000;
}
#contentHolder label {
    display: inline-block;
    float: none;
    margin-right: 0;
    padding-top: 2px;
}
.regButton{
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
    background-color: #4B8DC9 !important;
    border: 0 dotted #777777;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    padding: 2px 8px;
    vertical-align: bottom; 
}
#contentHolder form a{
    color: #4B8DC9;
}
#leftColumn form.general ul li.label {
    color: #999999;
    font-size: 12px;
    line-height: 12px;
    height: 10px;
    width: 600px;
}
#leftColumn form.general ul li {
    float: none;
    list-style: none outside none;
    padding: 6px 0;
}
#leftColumn form.general select{
    border: 1px solid #777777;
    color: #555555;
    font-size: 14px;
    height: 22px;
    color: #000;
}
#leftColumn form.general .smallText{
    font-size: 11px;
    line-height: 18px;
}
#contentHolder #leftColumn label {
    display: inline;
    float: none;
    margin-right: 13px;
    padding-top: 2px;
    cursor: pointer;
}
#leftColumn .tips{
	color: #000;/*#4B8DC9;*/
	font-size: 11px;
	line-height: 20px;
	display: none; 
}
#leftColumn form.general ul li.label {
    font-weight: bold;
    height: 12px;
    margin-top: 9px;
    padding: 0;
    width: 600px;
}
#leftColumn .helpTip{
	font-size: 11px;
}

#leftColumn h1 {
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: none;
}
#contentHolder #leftColumn form.standardForm,
#contentHolder form.standardForm{
    font-size: 0.9rem;
    line-height: 1.3rem;
}
.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;

}
.divider-text span {
    padding: 7px;
    font-size: 0.8rem;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.width-90{width:93%;}
.hidden{display:none;}
.tips{font-size: 0.7rem;}
.text-big{font-size: 1.1rem;line-height: 1.5rem; color:#fff;}
.text-medium{font-size: 1.0rem;line-height: 1.3rem; color:#fff;}
#leftColumn .text-big h1{font-size: 1.3rem;line-height: 1.7rem; color:#fff;}
.registration-row{margin-left: 0;margin-right: 0;background-image: url('/images/registration_bg.jpg'); }
.registration-business-row{background-image: url('/images/registration_business_bg.png');background-size: auto;background-repeat: no-repeat;background-color: #E0E4E7;background-position: top left;}
.registration-business-row .text-big{color:#000;}
.registration-business-row .text-medium{color:#000;}
.registration-business-row h1{color:#000 !important;}
#contentHolder .registration-business-row form{color: #000;}

@media (max-width: 991.98px) {
    .registration-row{margin: 0 -15px;}
}

