@charset "UTF-8";
/* CSS Document */

/*
img{
    border: none;
}
a{
    color: #59A7D7;
    text-decoration: none;
}
input{
    border:1px solid #999;
}
h1{
    font-size: 14px;
}
h2{
    font-size: 13px;
    color: #59A7D7;
    border-bottom: 1px solid #59A7D7;
}


#body{
    margin: 0px auto;
    width: 920px;
    color:#555;
    background:	#e3e3e3;
}
#main{
    border: 5px #999 solid;
    background:	#e3e3e3;
}
#nav{
    text-align: left;
    font-size: 12px;
    height: 40px;
}
#nav a{
    color: #555;
}
#nav ul{
    padding: 15px 0px 0px 0px;
    margin: 0px;
    list-style-position: inside;
}
#nav li{
    display: inline;
    margin: 0px;
    padding: 10px 30px;
    border-right: 1px solid #444;
}
#nav li.last{
    border: none;
}
#nav li:hover, li.active{
    background: #FFFFFF;
}
#manage-account{
    width: 170px;
    height: 44px;
    position: relative;
    float: right;
}

#content{
    height: 800px;
    width: 700px;
    background: #FFF;
    text-align: left;
    padding: 10px 15px;
}

*/
#copyright{

}


/*
.form{

}
table thead{
    background: #59A7D7;
    color: #fff;
}
table thead a{
    color: #FFF;
}
table td, .form table th{
    padding: 2px 5px;
}


table td{
    border: 1px solid #999;
}


.form ul{

}
.form li{

}
*/

label{
    font-weight: bold;
    width: 170px;
    display: inline-block;
    float: left;
}

.formrow{
    height: 24px;
}
.formrow label{
    font-weight: bold;
    width: 170px;
    display: inline-block;
    float: left;
}
