fieldset
{
    padding: 2px;
}
fieldset p
{
    clear: both;
    line-height: 25px;
    margin: 0px;
    padding: 10px;
	
}

fieldset .input label
{
    width: 100px;
    float: left;
    text-align: right;
    padding-right: 10px;
}
fieldset .input input,.global_textbox
{
    width: 200px;
    border: solid 1px #cccccc;
     padding: 3px;
}
fieldset .input .tips
{
    display: block;
    margin-left: 110px;
    color: #666666;
}
fieldset .button,.global_button,button
{
    background: url('/images/common/btn.gif');
    border-style: none;
    line-height: 22px;
    color: #ffffff;
    cursor:pointer;
    text-transform:uppercase;
}

fieldset .selected
{
    background-color: #F1F7F9;
}
fieldset .selected .tips
{
    color: #333333;
}
form.cmxform span.error, span.error
{
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: #ff0000;
    text-transform: uppercase;
padding-left:5px;
}
fieldset div.error
{
    display: none;
}
fieldset input:focus
{
    border: 1px dotted black;
}
fieldset input.error
{
    border: 1px dotted red;
}
fieldset .input input,.global_textbox
{    margin-bottom: 0px;
}
fieldset .input input.txbUserName{
    background:#ffffff url('/images/common/username.gif') no-repeat left center;
    padding-left:18px;
}
fieldset .input input.txbPassword{
    background:#ffffff url('/images/common/password.gif') no-repeat left center;
    padding-left:18px;
}
fieldset .input .otherInput,fieldset .input .otherInput *{width:auto;float:none;padding:0px;border:none none none;}