#user-create_edit label, #useredit label
{
    margin-top: 0;
    font-weight: bold;
    color: rgb(85, 85, 85);
}

#user-create_edit .shorttext label
{
    display: inline-block;
    float: none;
    text-align: right;
    width: 12em;
}

#useredit .shorttext label
{
    display: inline-block;
    float: none;
    text-align: right;
    width: 12em;
}

#user-create_edit .reqStar, #useredit .reqStar
{
    float: none;
}

#user-create_edit input[type="text"], #user-create_edit input[type="password"]
, #useredit input[type="text"], #useredit input[type="password"]
{
    width: 185px;
}

#user-create_edit #strengthInfo, #useredit #strengthInfo
{
    display: block;
    position: absolute;
    left: 32.5em;
    width: 25%;
    margin-top: -5em;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    color: #000;
}

#user-create_edit #strengthInfo:before, #useredit #strengthInfo:before
{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 3px;
    left: -15px;
    border-top: 15px solid transparent;
    border-right: 15px solid #ccc;
    border-bottom: 15px solid transparent;
}

#user-create_edit #matchMsg, #user-create_edit #strongMsg, #user-create_edit #noMatchMsg, #user-create_edit #weakMsg,
#useredit #matchMsg, #useredit #strongMsg, #useredit #noMatchMsg, #useredit #weakMsg, #user-create_edit #emailWarningMsg,
#useredit #emailWarningMsg, #useredit #curPassReqMsg, #user-create_edit #failMsg, #user-create_edit #moderateMsg,
#useredit #failMsg, #useredit #moderateMsg
{
    display: block;
    margin: 0.5em 0 0 13.5em;
    padding-left: 1.5em;
    vertical-align: top;
    line-height: 1.4em;
}

#user-create_edit #noMatchMsg, #user-create_edit #failMsg, #useredit #noMatchMsg, #useredit #failMsg,
#user-create_edit #emailWarningMsg, #useredit #emailWarningMsg, #useredit #curPassReqMsg
{
    background: transparent url("/library/image/silk/cancel.png") no-repeat left center;
    color: #000;
}

#user-create_edit #matchMsg, #user-create_edit #strongMsg, #useredit #matchMsg, #useredit #strongMsg,
#user-create_edit #moderateMsg, #useredit #moderateMsg, #user-create_edit #weakMsg, #useredit #weakMsg
{
    background: transparent url("/library/image/silk/accept.png") no-repeat left center;
    color: #000;    
}

#user-create_edit #strengthBar, #useredit #strengthBar
{
	background-color: #ccc;
	width: 188px;
	height: 5px;
	margin: 5px 0px 0px 13.5em;
	text-align: left;
}

#user-create_edit #strengthBarMeter, #useredit #strengthBarMeter
{
	display: inline-block;
	width: 0%;
	height: 100%;
	background-color: #900;
}

#user-create_edit .act input[type="submit"], #useredit .act input[type="submit"],
#userViewForm .act input[type="submit"]
{
    display: inline-block;
    margin: 0 1em;
}

#userViewForm label
{
    font-weight: bold;
    color: rgb(85, 85, 85);
    display: inline-block;
    float: none;
    text-align: right;
    margin-right: 1em;
    width: 9em;
}

#userViewForm .act, #user-create_edit .act, #useredit .act
{
    text-align: right;
}

.act .active
{
    float: right;
}

#userViewForm fieldset
{
    border: 2px solid rgb(200, 200, 200);
    width: 25em;
    padding: 1em;
}

#user-create_edit fieldset
{
    border: 2px solid rgb(200, 200, 200);
    width: 33em;
    padding: 1em;
}

#useredit fieldset
{
    border: 2px solid rgb(200, 200, 200);
    width: 36em;
    padding: 1em;
}

#userViewForm fieldset legend, #user-create_edit fieldset legend, #useredit fieldset legend
{
    padding: 0 0.5em;
    color: rgb(85, 85, 85);
}

input[type="submit"].active
{
    background: #009DCE !important;
    background: -moz-linear-gradient(top, #009DCE 0%, #007EA5 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009DCE), color-stop(100%,#007EA5)) !important;
    background: -webkit-linear-gradient(top, #009DCE 0%,#007EA5 100%) !important;
    background: -o-linear-gradient(top, #009DCE 0%,#007EA5 100%) !important;
    background: -ms-linear-gradient(top, #009DCE 0%,#007EA5 100%) !important;
    background: linear-gradient(top, #009DCE 0%,#007EA5 100%) !important;
    color: #fff !important;
    text-shadow: none !important;
    border: 1px solid #007EA5 !important;
}

input[type="submit"].active[disabled],input[type="submit"].active[disabled="disabled"],input[type="submit"].active[disabled="true"],
input[type="submit"].active[disabled]:hover,input[type="submit"].active[disabled="disabled"]:hover,input[type="submit"].active[disabled="true"]:hover
{
    background: #eeeeee !important;
    background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)) !important;
    background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%) !important;
    background: -o-linear-gradient(top, #eeeeee 0%,#eeeeee 100%) !important;
    background: -ms-linear-gradient(top, #eeeeee 0%,#eeeeee 100%) !important;
    background: linear-gradient(top, #eeeeee 0%,#eeeeee 100%) !important;
    color: #bbb !important;
    border: 1px solid #E0E3E5 !important;
    text-shadow: 0 2px 3px #FFFFFF !important;
    cursor: default;
}

