body {
	background-image:url(../images/ost.jpg);
}

.message {
	font-family:verdana;
	margin:0.2em;
	padding:0px;
	width:550px;
	border:0px;
}

.message .name {
	font-weight:bold;
	font-size:0.8em;
	width:200px;
	overflow:hidden;
}
.message .favorite {
	width:60px;
	text-align:center;
}

.message .ts {
	font-size:0.6em;
	width:200px;
	text-align:right;
}

.message .content {
	margin-left:10px;
	font-size:0.6em;
	overflow:hidden;
	width:500px;
}

#toolbar {
	font-family:verdana;
	font-size:0.6em;
	display:block;
}

#toolbar .status {
	width:100%;
	display:inline;
	float:left;
	text-align:center;
}

#form form {
	margin-bottom:0px;
	padding:0px;
}
#messageform {
	font-family:verdana;
}

#messageform fieldset {
	background-color:#fff;
	margin-left:0px;
	border:1px solid #ff66cc;
	padding:1em;
	margin-bottom:0px;
	font-family:verdana;
	width:590px;
}
#messageform label {
	font-size:1em;
	margin-right:0.5em;
	margin-left:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:normal;
	font-size:0.6em;
	width:100px;
	float:left;
	display:block;
}

input,select,textarea
{
font-family:verdana;
font-size:0.8em;
margin-left:10px;
color: #781351;
background: #fbdef7;
border: 1px solid #781351;
overflow:auto;
margin-top:5px;
}
#name,#favorite,#content {
	width:240px;
}


button {
background: #fbdef7;
border: 1px solid #ff66cc;
}

#captcha {
	width:80px;
	margin-top:5px;
	margin-left:10px;
}
#code {
	width:76px;
}
#submit {
	margin-top:10px;
	margin-left:123px;

}

#toolbar table {
	border:1px solid #ff66cc;
	background-color:#fff;
	margin-bottom:4px;
	margin-top:4px;
	width:622px;
}

#messages {
	border:1px solid #ff66cc;
	background-color:#fff;
	padding:10px;
	width:600px;
}
#header {
	width:620px;
	border:1px solid #ff66cc;
	text-align:center;
	background-color:#ff9fd5;
}
