body{
	margin: 0 0 0;
	background: #000000;
}
.left{
	background: url(img/left.gif) repeat-y left;
}
.right{
	background: url(img/right.gif) repeat-y right;
}
.image{
	display: block;
	width: 148px;
	border: 1px solid #EFEDE6;
}
.image:hover{
	border-color: #E0DDD0;
}
.text{
	font: normal normal 12px Trebuchet MS;
	color: #FFFFFF;
}
a.link{
	font: normal normal 12px Trebuchet MS;
	text-decoration: none;
	color: #FFFC00;
}
a.link:hover{
	text-decoration: underline;
}
.form{
	font: normal bold 14px Arial;
	color: #F0EFE8;
}
.bottomInput {
	width:380px; height:25px; padding-top:4px; border:1px solid #94938D; background-color:#F0EFE8;
	font-family: Trebuchet MS;
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal; color:#000; text-align:center;
}