/* CSS Document */

html,body
{
margin:0px;
background-repeat:repeat-y;
background-position:left;
background-color:#FFF;
}
.wdth
{
width:1000px;
margin:0 auto;
overflow:hidden;
}
.sid
{
width:256px;
float:left;
}
.cnt
{
width:700px;
float:left;
}
.paddin
{
padding:10px;
}
.font
{
font-family:Arial, Helvetica, sans-serif;
color:#1F1A17;
font-size:12px;
line-height:17px;
}
.cssopca
{
opacity:0.9;filter:alpha(opacity=100);
border:none;
}
.cssopca:hover
{
opacity:0.4;filter:alpha(opacity=40);
cursor:pointer;
border:none;
}
.imagerow
{
	float:right;
	overflow:hidden;
	padding:2px;
	width:180px;
}
.imagerow img
{
	margin-bottom:8px;
	width:180px;
	height:auto;
	border:none;
}
.field
{
	background-color:#FFF;
	width:300px;
	height:10px;
	border:1px solid #FFF;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.fieldarea
{
	background-color:#FFF;
	width:300px;
	height:100px;
	border:1px solid #FFF;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.send 
{
	background-color:#F90;
	font-size:12px;
	color:#FFF;
	border:none;
	width:75px;
}
.buttonsele
{
	border-right:5px solid #FC0;
		border:none;
}
.bottonjo
{
	border:none;
}