body {
	background-color:#93d4f3;
	background-image: url(../images/bg.png);
	background-position: bottom center; 
	background-attachment:fixed;
	background-repeat:repeat-x;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
#content {
    border: #d0d0d0 1px solid;
    border-radius: 8px;
    width: 810px;
    min-height: 400px;
    background: #efefef;
    margin: 10px auto;
    padding: 20px;
    padding-top: 10px;
}
.sytBox {
    background-color:#ffffff;
    color:#333;
    border-radius:8px;
    padding:10px;
    border: solid #ddd 1px;
    }
    
#loginbox {
    padding: 20px;
    width: 700px;
    margin: auto;
    background: #fff;
    border: #e1e1e1 1px solid;
}
#login_image {
    border-radius: 8px;
    padding: 20px;
    background: url(../images/loginimage.png);
    width: 770px;
    height: 280px;
}
#login_image2 {
    border-radius: 8px;
    padding: 20px;
    background: url(../images/loginimage.png);
    width: 770px;
    height: 320px;
}
#main_login {
    width: 230px;
    margin-top: 20px;
    border-radius: 8px;
    float: right;
    background: #fff;
    padding: 10px;
    border: #333 2px solid;
}
#main_maintenace {
    width: 750px;
    margin-top: 20px;
    border-radius: 8px;
    float: right;
    background: #fff;
    padding: 10px;
    border: #333 2px solid;
}
#main_register {
    width: 430px;
    margin-top: 20px;
    border-radius: 8px;
    float: right;
    background: #fff;
    padding: 10px;
    border: #333 2px solid;
}
#powered_by {
    font-size: 13px;
}
#container hr {
    border: none;
    border-top: #d0d0d0 1px solid;
}
input,
textarea,
select {
    border-radius: 5px;
    outline: none;
    border: 1px #ccc solid;
    float: left;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    width: 210px;
    background-color: #efefef;
}
input:focus {
    border-color: #ccc;
    background-color: #fafafa;
}
input[type="submit"],
[type="button"],
input.button {
    color: #888;
    border-color: #ddd;
    background: #f0f0f0;
    cursor: pointer;
    padding: 3px;
    height: 35px;
    width: 120px;
}
input[type="submit"]:hover,
[type="button"]:hover,
input.button:hover {
    background-color: #e6e6e6;
    border-color: #d6d6d6;
}
td {
    font-size: 13px;
    font-weight: bold;
}
hr {
    border: none;
    border-top: #d0d0d0 1px solid;
}
#logo {
    float: left;
}
#stats {
    margin-top: 14px;
    float: right;
}
#clear {
    clear: both;
}
#message {
    padding: 5px;
    color: #bc532a;
    height: 17px;
    background: #fffde5;
    border: #f2e2c2 1px solid;
    margin-bottom: 0px;
}
#main_left {
    width: 500px;
    float: left;
}
#main_right {
    width: 300px;
    float: right;
}
#user_info {
    width: 130px;
    float: left;
}
#avatar-plate:hover {
    background-position: 2px 75px;
}
#user {
    padding-left: 13px;
}
#featured_campaign{
    width:810px;
    height:140px;
    margin-top:15px;
    border-radius:8px;
    background:url(../images/headerimage.png)
}
.buttonContainer{
    width:515px;
    height:52px;
    float:right;
}
#enter_area{
    float:right;
    height:90px;
    width:400px;
    padding-top:24px;
    margin-right:50px;
    margin-top:25px;
}
#enter {
    background-image: url(../images/enter.png);
    width: 142px;
    height: 49px;
    float: right;
}
input#register,
textarea,
select {
    outline: none;
    border: 1px #e0e0e0 solid;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    width: 200px;
}
input:focus {
    border-color: #ccc;
    background-color: #fafafa;
}
input[type="submit"],
input.button {
    color: #888;
    border-color: #ddd;
    background: #f0f0f0;
    cursor: pointer;
    padding: 3px;
    height: 40px;
    width: 90px;
}
input[type="submit"]:hover,
input.button:hover {
    background-color: #e6e6e6;
    border-color: #d6d6d6;
}
#user_infos {
    margin-top: 40px;
    width: 250px;
    background: #333333;
    float: left;
}

.enterButton a {
    text-shadow: white 1px 1px 1px;
    display: block;
    font-weight: 500;
    float: right;
    width: auto;
    height: 38px;
    background-image: url(../images/enterButton.png);
    border-radius: 7px;
    -moz-border-radius: 7px;
    background-repeat: repeat-x;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #333333;
    padding-top: 14px;
    background-color: #007a00;
    padding-left: 15px;
    padding-right: 15px;
    color: #333;
    font-size: 18px;
    text-decoration: none;
}
.enterButton a:hover {
    float: right;
    background-position: 0 -52px;
    background-repeat: repeat-x;
    background-color: #333333;
    width: auto;
    height: 38px;
    background-image: url(../images/enterButton.png);
    border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
    text-shadow: white 1px 1px 1px;
    border: 2px solid #333;
    padding-top: 14px;
    padding-left: 15px;
    padding-right: 15px;
    color: #333333;
    font-size: 18px;
}
.content-box{
    width:490px;
    background-color: #ffffff;
    border-radius:8px;
    -moz-border-radius:8px;
    color:#555555;
    -o-border-radius:8px;
    -webkit-border-radius:8px;
    }
.content-box-content {
    padding: 10px;
}
.content-box-content p {
    padding: 0;
    margin: 0;
}
.title {
    width: 96%;
    border-bottom: solid #ccc 1px;
    color: #333333;
    font-size: 13px;
    height: 20px;
    margin: 10px;
    padding-top: 5px;
}
.userAmounts {
    bottom: 100px;
    float: right;
    display: table-cell;
    vertical-align: middle;
    margin-right: 10px;
    text-wrap: normal;
}