
* {
    border: 0 none;
    margin: 0;
    padding: 0;
}
body {
    color: #2E4961;
    font-family: Tahoma,sans-serif;
    font-size: 13px;
    align:center;
}
a {
    color: #2E4961;
    text-decoration: none;
}
#container {
    margin: 0 auto;
    width: 980px;
}
#content {
    padding: 12px 0;
}

#main {
    float: left;
    width: 790px;
}

.box.fl-panel {
    background: url("../images/bg-blue-1.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #A9D6FF;
    width:35%;
    height: 100%;
    padding: 10px;
    margin-left:35%;
    margin-top:100px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.button , .btn-submit{
    background: url("../images/btn-bg.png") repeat-x scroll 0 bottom transparent;
    border: 1px solid #A9D6FF;
    color: #2E4961;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0;
    width: 100px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.required
{
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior:url("border-radius.htc");
    width:200px;

}
.item2 {
    background-color: #F9F9F9;
    border: 1px solid #A9D6FF;
    margin-top: 10px;
    padding: 10px;
}
.item:first-child {
    margin-top: 0;
}
.item h2, .item2 h2 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 14px;
    text-align: center;
    text-transform: uppercase;
}
.item h2:first-child, .item2 h2:first-child {
    margin-top: 0;
}
.btn-row {
    clear: both;
    padding: 10px 0;
    text-align: right;
}

input[type="text"] {
    border: 1px solid #CCCCCC;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 2px;
    vertical-align: middle;
    width:300px;
}
input[type="radio"] {
    margin-right: 5px;
    vertical-align: middle;
}
input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: middle;
}
input.error[type="text"] {
    background-color: #FDF0F0;
    border: 1px solid #F3BBBB;
}
label {
    cursor: default;
}
th input[type="text"] {
    border: 0 none;
    font-size: 9px;
    font-weight: bold;
    padding: 1px 2px;
    vertical-align: middle;
    width: 60px;
}

fieldset .buttons {
    padding-bottom: 0;
}
fieldset {
    background: url("../images/bg-blue-2.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #A9D6FF;
    margin-left: 0;
    margin-top: 10px;
    padding: 0 10px 10px;
}
legend {
    background-color: #D5EBFF;
    border: 1px solid #73B1E8;
    margin-bottom: 10px;
    padding: 2px 4px;
    text-transform: uppercase;
    width:215px;
}
div.input label, div.textarea label, div.select label {
    display: block;
    margin-bottom: 2px;
}
div.input input, div.select select, div.textarea textarea {
    text-align: left;
}

div.input, div.select, div.check, div.height1x {
    height: 36px;
}
div.input, div.textarea, div.select, div.radio, div.check, div.fl-controls-left {
    width: 200px;

}
div.input input, div.textarea textarea, div.fl-controls-left input, div.fl-controls-left textarea {
    width: 150px;
}

input[type="password"] {
    border: 1px solid #CCCCCC;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 2px;
    vertical-align: middle;
    width:200px;
}

#top.logoPlatin {
    background: url("../images/platin-light-logo_03.png") no-repeat scroll 12px center transparent;
}
#divtop.logoPlatin {
    background: url("../images/platin-light-logo_03.png") no-repeat scroll 12px center transparent;
    width:125px;
    height: 37px;
    float:left;
    margin-top:0px;
}
.formDiv{
    float:left;
    width:215px;
}

p.label {
    background: none repeat scroll 0 center transparent;
    border: 0 none;
    margin-top: 0;
    padding: 0;
    font-size: 11pt;
    margin-bottom:15px;
    text-transform: uppercase;
    width:215px;
}

p.label legend {
    background: none repeat scroll 0 50% transparent;
    border: 0 none;
    font-weight: bold;
    margin-bottom: 7px;
    text-transform: uppercase;
    width:215px;
}



.errorsTop span {
    background: url("../images/msg-red-1.png") no-repeat scroll center top transparent;
    color: #E61717;
    display: block;
    font-size: 14px;
    padding: 23px 20px 20px;

}

.errors{
    color:red;
    display: block;
    margin: 0 auto;
    padding:10px;
    font-size: 14px;
    border-style:solid;
    border-width: 1px;
    border-color:red;
    margin-bottom:15px;
}

.errors ul {
    list-style: none;
    margin-left: 5px;
}
.errors ul li:before {
    content:"- ";
}

.errorsTop {
    background: url("../images/msg-red-1.png") no-repeat scroll center bottom transparent;
    display: block;
    margin: 0 auto;
    padding-bottom: 3px;
    width: 660px;
    border-style:solid;
    border-width: 1px;
    border-color:#f3bbbb;
}
.msg-green, .msg-gree-2, .msg-orange, .errors {
    margin: 0 auto 10px;
}
.green-text {
    color: #008000;
    padding: 20px 0px;
    display: block;
    margin-top: 50px;
}
.red-text {
    color: #E61717;
    padding: 20px 0px;
    display: block;
}
.text-center {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.color-black {
    color: #000;
}
#reset-password-change.fl-panel {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
#reset-password-change .logoPlatin {
    float: none;
    text-align: right;
    width: 100%;
    background: none;
}
#reset-password-change .logoPlatin a {
    float: right;
    background: url("../images/platin-light-logo_03.png") no-repeat scroll 0px center transparent;
}