@charset "utf-8";
/* CSS Document */
html, body {
    margin: 0;
    padding: 0;
    background-image: url(../images/all.png);
    background-color: #000000;
    font-family: "trebuchet MS";
    color: #FFFFFF;
}

.header {
    background-image: url(../images/top.png);
    background-repeat: repeat-x;
    height: 249px;
    width: 100%;
}

.menu {
    width: 100%;
    margin: auto;
    height: 100px;
    float: right;
}

ul {
    list-style-type: none;
}

ul, li {
    margin: 0;
    padding: 0;
}

.link li {
    display: inline-block;
    margin-right: 10px;
}

.link li a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.link li a:hover {
    color: #666666;
    text-decoration: none;
}


.menudivider {
    background-image: url(../images/divider.png);
    color: #666666;
    width: 5px;
}

/*  */
.link li ul {
    visibility: hidden;
    position: absolute;
	padding-top: 7px;
}

.link li ul li {
	display: list-item;
}

.link li:hover > ul {
    visibility: visible;
}

.errmsg {
	color: #FF0000;
}

.roundedCornerButton {
    border: none;
    background: url('../images/btn_normal.png') no-repeat top left;
    width:127px;
    height:26px;
    font-size:13px;
    text-align:center;
    color:#000;
}
.roundedCornerButton:hover {
    border: none;
    background: url('../images/btn_hover.png') no-repeat top left;
    width:127px;
    height:26px;
    font-size:14px;
    text-align:center;
    color:#FFF;
}

.upload{
  font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#905d34;
border: 1px solid #8f1010;
color:#FFFFFF;
cursor:pointer;
font-size:11px;
padding:4px 8px 4px 8px;
}

 .upload:hover {
background-color:#841313;
}