/*
misc
*/

.signupDiv {
    font-size : 10pt;
    width: 400px;
    margin: 20px auto;
    float: none;
    background-color: #D3E2F5;
    min-height: 300px;
    border-radius: 6px;
    box-shadow: 2px 2px 30px -4px #000;
    padding: 25px;
}

.signupDiv h2 {
    font-size: 18px;
    border-bottom: 1px dotted #333;
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 13px;
    padding: 0;
    height: inherit;
    min-height: 0px;
}

.signupDiv p{
    clear : both;
}

.row {
    margin-bottom: 8px;
}
.row .label {
    float: left;
    width: 150px;
    font-size: 16px;
    padding-top: 8px;
}
.row .input input {
    width: 179px;
    padding: 9px;
}
#signup #buttonRow {
    width: 100%;
    margin: 20px 0 0;
}

.row .label {
    float: left;
    width: 150px;
    font-size: 16px;
    padding-top: 8px;
}

.signupDiv #buttonRow{
    height: 50px;
    float: left;
    text-align : center;
    width: 100%;
    margin: 20px 0 0;
}

.reqStar, #passwordIsNotGood {
	color:#d60000;
}

#passwordIsGood{
    color : #006600;
}

#passwordText {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    height: auto;
    text-align: left;
    margin: 0 0 11px;
}

#passwordStatus,
#confirmStatus {
	width: 20px;
	height: 20px;
	float: right;
	margin: 6px 14px 0 0;
}
#passwordStatus.rejected,
#confirmStatus.rejected {
	background: url('/communityplatform/public/images/community/common/btngraph_cancelMd.png') no-repeat center center;
}
#passwordStatus.accepted,
#confirmStatus.accepted {
	background: url('/communityplatform/public/images/community/common/btngraph_acceptMd.png') no-repeat center center;
}
