.menuleft{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.menuleft li{
border-bottom: 1px solid #1C1C1C;
}

.menuleft li a{
background: #333 url(images/menu_right.png) no-repeat right top;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 5px 0;
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid #1C1C1C;
}

.menuleft li a:visited, .menuleft li a:active{
color: white;
}

.menuleft li a:hover{
background-color: black;
color: white;
border-bottom: 1px solid black; 
}
/* and here comes the additional code the for body of the page */

*{ margin:0; padding:0;}
body{ font:100% normal Script MT Bold, Monotype Corsiva, Arieal, sans-serif; background:#161712;}
form,input,select,textarea{margin:0; padding:0; color:#ffffff;}

div.box {
margin:0 auto;
width:840px;
background:#222222;
position:inline;
top:15px;
bottom: 15px;
padding: 0 0 0 0;
border:1px solid #262626;
}

div.box h1 { 
color:#ffffff;
font-size:18px;
text-transform:normal;
padding:5px 0 5px 5px;
border-bottom:1px solid #161712;
border-top:1px solid #161712; 
}

a{
text-decoration: none;
}

div.box label {
width:100%;
display: block;
background:#1C1C1C;
border-top:1px solid #262626;
border-bottom:1px solid #161712;
padding:0px 0 0px 0;
}

div.box label span {
display: block;
color:#bbbbbb;
font-size:12px;
float:left;
width:20%;
text-align:left;
padding:2px 14px 0 0;
}

div.box .input_text {
padding:10px 10px;
width:200px;
background:#262626;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
}

div.box .message{
padding:0px 0px 0px 0px;
background:#262626;
color:#bbbbbb;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
font-size: 18px;
overflow: visible;
}

div.box .banner{
background: white;
}

div.box .message .gallery li {
        display: inline;
        list-style-type: none;
		float: left;
        width: 150px;
        min-height: 175px;
        margin: 0 15px 15px 0;
        text-align: center;
	}
div.box .message .gallery li img {
		width: 150px;
		border: 0;
}
.messagebox{
	position:absolute;
	width:100px;
	margin-left:30px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}