#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;
}
.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; 
}

#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 {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
    margin: 0;
    padding: 0;
    border: none;
}

