/*  #############################################  */
/*  ###                                       ###  */
/*  ### opengi sample loginmanager stylesheet ###  */
/*  ###                                       ###  */
/*  #############################################  */

body {
    margin:0;
    padding:20px;
    background-image: url(/BrokerAdmin/resources/images/generic_background.jpg);
    background-repeat: repeat-x;
    background-position: top;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12px;
    font-weight:normal;
    line-height:14px;
    color: #333;
}
#MainContainer {
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    float:none;
}
#DisplayPanel {
    width: 710px;
    padding: 0 25px;
}
div {
    float:left;
}
select,input {
    font-size:11px;
}
input {
    height: 18px;
    line-height:18px;
    border: solid #D7D7D7 1px;
    float:left;
    display:block;
}
#LoginContainer label {
    float:left;
    display:block;
    width:200px;
    line-height: 18px;
}
#LoginContainer p {
    overflow: hidden;
}
p {
    margin:10px 0;
}
a:link, a:visited {
    color: #333333;
    background-color: transparent;
}
a:hover, a:active {
    color: #000;
    background-color: transparent;
}
.HeadingDiv {
    padding: 30px 0 15px;
    width: 100%;
}
.HeadingText {
    font-size: 22px;
    color: #0F5C8A;
    line-height: 26px;
}
.ErrorMessage {
    color: #FF0000;
    width: 710px;
}
.ContentDiv {
    padding:20px 0 0 0;
    width:710px;
}
.ContentDiv .HeadingText {
    font-size: 16px;
    font-weight: bold;
    width:710px;
    padding: 0 0 5px;
}
.IntroText {
    clear:left;
    padding:25px 0 15px;
}
.submit input {
    position: relative;
    width: 110px;
    height: 31px;
    cursor:pointer;
    background-repeat: no-repeat;
    border:0;
    background-image: url(/BrokerAdmin/resources/images/generic_next_button.jpg);
    text-indent:-1000000px;
}
.submit {
    padding:20px 0 0 200px;
}
#Header {
    width:760px;
    height:100px;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:center center;
}
#UserName, #Password {width:120px; line-height:14px;}