@CHARSET "UTF-8";
.work_row {
	border:1px solid white;
	clear:both;
	overflow:hidden;
}
.work_box {
	background-color:#FAFFFA;
	display:block;
	float:left;
	margin:5px;
	padding:5px;
	text-align:center;
	width:200px;
}

#rates {
	background-color:#FAFFFA;
	border-collapse:collapse;
	margin:auto;
	width:98%;
}
#rates tr th {
background:none repeat scroll 0 0 #EEEEEE;
text-align:center;
}
#rates tr th, #rates tr td {
border:1px dotted #AAAAAA;
margin:0;
padding:3px;
}
#rate_form {
margin:auto;
text-align:center;
width:300px;
}
#rate_form table td {
margin:0;
padding:1px 3px;
text-align:left;
}
#rate_form table {
background-color:#FAFFFA;
border:1px dashed #339000;
border-collapse:collapse;
width:100%;
}
#rate_form table caption {
font-size:15px;
font-weight:bold;
}
#comment  {
width:100%;
}

.specs  {
display:block;
margin-top:15px;
max-height:390px;
overflow:auto;
}
.portfolio_user {
display:block;
float:left;
padding:15px 0;
width:400px;
}
.about  {
border-top:1px dotted #CCCCCC;
clear:both;
margin:5px 2px 2px 0;
padding:3px;
width:663px;