/*Form02 */
/*-------------------------------------------------*/

form{
	width: 520px; 
	font-family: Verdana, Arial, Sans-Serif;
	background-image: url(bg/mouse.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border:#CCCCCC dotted 1px;	
}
label,input,select,textarea {
	display: block;
	width: 350px;
	float: left;
	margin-bottom: 10px;
}
textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
label {
	text-align: right;
	width: 130px;
	padding-right: 30px;
}

br {
	clear: left;
}
.obblig{
	color: Red;
}
.descr{
	width: 165px;
}
.button{
		color:#000;
		border: 1px solid #333;
		background:#FFF;
		margin: 1px 0 10px 0;
}
