html,*{
    margin:0px;
    padding:0px;
}

body{
    background-image:url(images/background.jpg);
    background-position:top left;
    background-repeat:repeat-x;
    background-color:#ddf6e2;
	text-align: center;
}

p{
    font-family:Trebuchet MS, arial, sans-serif;
    font-size:11.5px;
    color:#8e563f;
    margin-top:10px;
    line-height: 14px;
}

h1{
    font-family:Trebuchet MS, arial, sans-serif;
    font-size:13.5px;
    color:#8e563f;
}

a {
    color:#c8937d;
    text-decoration:none;
}

a:hover {
    color:#8e563f;
    text-decoration:underline;
}

input{
    font-family:Trebuchet MS, arial, sans-serif;
    color:#8e563f;
    margin-bottom:8px;
    width:130px;
    height:15px;
    border: 1px solid #ececec;
    padding-top:3px;
}

label{
    float:left;
    width: 190px;
}

#login label{
    float:left;
    font-family:Trebuchet MS, arial, sans-serif;
    font-size:11.5px;
    color:#8e563f;
    text-align:left;
    width:60px;
    margin-top:3px;
    clear:left;
}

#wrapper{
    width:664px;
    height:419px;
    position:relative;
    top:30px;
    background-image:url(images/page.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    margin:auto;
    text-align: left;
}

#logolink a{
    border:none;
}

#login{
    left:320px;
    position:relative;
    top:-88px;
    width:300px;
}

#login form{
    margin-top:10px;
}

#login form a{
    color:#8E563F;
    display:block;
    font-family:Trebuchet MS,arial,sans-serif;
    font-size:11.5px;
    left:201px;
    position:relative;
    text-decoration:none;
    top:-25px;
    width: 107px;
}

#loginbutton{
    background-color:#FFFFFF;
    color:#8E563F;
    cursor:pointer;
    height:20px;
    left:200px;
    padding-top:0;
    position:absolute;
    top:26px;
    width:50px;
}

#main{
    position:relative;
    top:-75px;
    left:35px;
    width:600px;
}
#mini-content{
    width: 664px;
    text-align: left;
    margin: 10px auto;
}
#mini-content div label{
	text-align: right;
	margin-right: 25px;
}
#mini-content div input.submitbtn{
	height:20px;
	margin:0;
	padding:0;
	width:85px;
}
#footer{
	left:18px;
	position:absolute;
	top:382px;
}
/*#footer a{*/
/*    margin-left:15px;*/
/*}*/
#page{
    width:320px;
    height:20px;
    text-align:center;
    position: absolute;
    top:35px;
    left:305px;
}
#page-copy{
    position: absolute;
    width:310px;
    height:50px;
    text-align:center;
    top:55px;
    left:320px;
}
#interface_nav{
    width:600px;
    text-align:center;
    position: absolute;
    top:140px;
    left:30px;
    font-family:Trebuchet MS, arial, sans-serif;
    font-size:13.5px;
    color:#8e563f;
}
#mini-content{
    width:565px;
    position: absolute;
    top:155px;
    left:50px;
    font-family:Trebuchet MS, arial, sans-serif;
    font-size:13.5px;
    color:#8e563f;
    height: 195px;
    padding-top: 10px;
}
#edit_users{
    width:565px;
    height: 185px;
    overflow: auto; 
}
select{
    margin-bottom: 8px;
}
input.fileupload{
    margin-bottom:8px;
    height:25px;
}
fieldset{
    border: 1px solid #efefef;
    background-color:#FBF5EF;
    padding-top:10px;
}
fieldset:hover{
    background-color:#ddf6e2;
}
table{
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    width:100%;
}
td{
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding:5px;
}
tr:hover{
  background-color: #FBF5EF;
}
.deletebtn{
    height: 25px;
    margin-bottom:0px;
}
#delete_files{
    width:565px;
    height: 185px;
    overflow: auto; 
}
