/* Start Reset.css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}table{border-collapse:collapse;border-spacing:0;}
/* End Reset.css */

body {
    background: url("../images/rws_base.png") repeat-x #eee;
    font-family: Helvetica,Arial,"vera-sans",sans-serif;
}

.topbar {
    background-color:#000;
    height:82px;
    width:100%;
	position: fixed;
	top: 0;
	left: 0;
}

.topbar img {
    margin-left: 11px;
    margin-top: 12px;
    float: left;
}

.container {
    padding-top: 0px;
    width: 550px;
    height: 580px;
    margin: auto;
}

.containerTop {
    padding-top: 0px;
    width: 550px;
    height: 120px;
    margin: auto;
}

.containerBottom {
    padding-top: 0px;
    background-color: #FFF;
    width: 550px;
    height: 640px;
    margin: auto;
    border-radius: 14px;
    -webkit-box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.6);
}

#login-top img {
    padding-top: 20px;
    display:block;
}

#app-label {
    padding-top: 20px;
    font-weight: bold;
	text-align: center;
    font-size: 24px;
    color: #124089;
}

#message {
    padding-top: 14px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#login-top {
    padding-bottom: 0px;
}

#login-msg {
	text-align: left;
    font-size: 14px;
    color: #124089;
    width: 310px;
    margin: auto;
}

ul {
    list-style-type: none;
}

ul li {
    padding-top: 6px;
}

ul img {
    padding-top: 18px;
}

#login-left {
	text-align: right;
    font-size: 14px;
    color: #124089;
    min-height: 2em;
    min-width: 200px;
	position: relative;
	float: left;
    font-weight: bold;
}

#login-right {
	float: right;
	min-height: 2em;
	text-align: left;
	min-width: 350px;
}

#login-right img {
    padding-left: 12px;
    padding-top: 12px;
}

.login-box {
    width: 220px;
    height: 20px;
    font-size: 14px;
}

#loading-top ul {
    float: left;
    margin: auto;
    padding: 0 0 12px 160px;
}

#footer {
    font-family: Helvetica,Arial,"vera-sans",sans-serif;
    padding-bottom: 1em;
    font-size: 13px;
    line-height: 12px;
    position:absolute;
    bottom:0;
    width: 100%;
    text-align:center;
    z-index: -1;
    color: #666;
}