body{
	width:640px;
	height:270px;
	background-image:url(../img/bg_comanda.jpg);
	background-repeat:repeat-x;
	padding:5px;
	background-color:#fff;
}
.comanda_left{
	width:290px;	
	float:left;
}
.forms{
	padding-left:5px;	
}
.forms br{
	clear:both;	
}
.forms label{
	width:70px;	
	margin-bottom:2px;
}
.forms input{
	margin-bottom:2px;	
}
.forms textarea{
	width:150px;	
	border: 1px solid rgb(72, 170, 51);
	float: left;
	height:75px;
}
.forms .smallInput{
	width:41px;	
}
.forms .smallSpan{
	width:50px;	
}
.comanda_right{
	width:300px;
	float:left;
	font-size:11px;
}
.small{
	font-size:9px;
	color:#333;
	margin-top:4px;
}
.cn{
	margin-bottom:10px;	
}
#mesaj_form{
	padding-bottom:15px;
	font-weight:bold;
	padding-left:10px;
	font-size:11px;
}
