
.container{
-webkit-box-shadow: 0px 0px 10px #575757;
-moz-box-shadow: 0px 0px 10px #575757;
box-shadow: 0px 0px 10px #575757;
border-radius: 5px 5px 5px 5px;
}
.signinbutton { 
    height:30px;    
    width:420px; 
    border:1px solid #d79700;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #fff inset;
    color: #ffffff;
    display: inline-block;
    font-family: arial;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: -1px -1px 0 #d79700 ;
    background: #d79700; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcb100 0%, #d79700 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcb100), color-stop(100%,#d79700)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcb100 0%,#d79700 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcb100 0%,#d79700 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcb100 0%,#d79700 100%); /* IE10+ */
    background: linear-gradient(top,  #fcb100 0%,#d79700 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb100', endColorstr='#d79700',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
}
.indexicon { 
    height:auto;    
    width:80%; 
    border:1px solid #d79700;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #fff inset;
    color: #ffffff;
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    text-align:center;
    text-decoration: none;
    text-shadow: -1px -1px 0 #d79700 ;
    background: #d79700; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcb100 0%, #d79700 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcb100), color-stop(100%,#d79700)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcb100 0%,#d79700 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcb100 0%,#d79700 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcb100 0%,#d79700 100%); /* IE10+ */
    background: linear-gradient(top,  #fcb100 0%,#d79700 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb100', endColorstr='#d79700',GradientType=0 ); /* IE6-9 */
}
.indexuser { 
    height:35px;    
    width:auto; 
    border:1px solid #d79700;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #fff inset;
    color: #ffffff;
    display: inline-block;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: -1px -1px 0 #d79700 ;
    line-height: 35px;
    background: #d79700; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcb100 0%, #d79700 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcb100), color-stop(100%,#d79700)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcb100 0%,#d79700 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcb100 0%,#d79700 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcb100 0%,#d79700 100%); /* IE10+ */
    background: linear-gradient(top,  #fcb100 0%,#d79700 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb100', endColorstr='#d79700',GradientType=0 ); /* IE6-9 */
    padding:0px 10px;
}
/*.signinbutton:hover { */
    /*height:30px;  */
    /*width:100%; */
    /*border:1px solid #d79700;*/
    /*border-radius: 5px;*/
    /*box-shadow: 0 1px 0 0 #fff inset;*/
    /*color: #ffffff;*/
    /*display: inline-block;*/
    /*font-family: arial;*/
    /*font-size: 22px;*/
    /*font-weight: bold;*/
    /*text-decoration: none;*/
    /*text-shadow: -1px -1px 0 #d79700 ;*/
    /*background: #d79700; *//* Old browsers */
    /*background: -moz-linear-gradient(top,  #d79700 0%, #fcb100 100%); *//* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d79700), color-stop(100%,#fcb100)); *//* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #d79700 0%,#fcb100 100%); *//* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #d79700 0%,#fcb100 100%); *//* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #d79700 0%,#fcb100 100%); *//* IE10+ */
    /*background: linear-gradient(top,  #d79700 0%,#fcb100 100%); *//* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d79700', endColorstr='#fcb100',GradientType=0 ); *//* IE6-9 */
/*}*/
table.tb input.inputtext {
    border-radius: 5px 5px 5px 5px;
    color: #515348;
    font-family: arial;
    height: 20px;
    margin:5px;
    width: 95%;
}
table.tb select {
    border-radius: 5px 5px 5px 5px;
    color: #515348;
    font-family: arial;
    height: 20px;
    margin:5px;
    width: 95%;
}
input.inputtext {
    padding: 3px;
}


table.login {
margin: 5px 0;
}
table.login th {
padding: 0.5em 1em 0.5em 0;
vertical-align: top;
text-align: right;
}
table.login td {
}
table.login input.inputtext {
color: #515348;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-family: arial;
height: 30px;
width: 420px;
}
table.login select {
padding: 3px;
color: #515348;
}
table.login tr td.separator {
padding: 10px 0 10px 0;
}
table.login tr td.separator div {
border-top: 1px dotted #bbb;
height: 0;
line-height: 0;
font-size: 0;
}
table.login span.tipinline {
font-size: 0.9em;
color: #777;
}

body.login div.error, body.login div.success {
margin: 0 0 5px 0;
text-align: center;
}
#mainwrapper {
    background-color: #FFF;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    width: 800px;
}
h1 {
    font-size:36px;
    padding:20px 0px;
    color:#FFF;
}
        h2{
            color:#2C8BB8;
            padding-bottom: 10px;
        }
        #fragment-1,#fragment-2,#fragment-3{
            text-align: left;            
            padding: 10px;
        }
        .error {
            font: normal 10px arial;
            padding: 3px;
            margin: 3px;
            background-color: #ffc;
            border: 1px solid #c00;
            color: red;
        }
        #fragment-2 td{
            text-align: left;
            width:50%;
        }

        input.signinbutton:disabled {
            background: #999;
            color: #555;
            cursor: default;
        }
