/*
	Classes
*/
.clearfix:after {
	content:				".";
	display:				block;
	height:					0;
	clear:					both;
	visibility:				hidden;
}

.list {
	margin-left:			30px;
}

.list li {
	font-style:				italic;
}

.form .block  {
	clear:					both;
}

.form .block .title {
	float:					left;
	width:					130px;
	
	font-weight:			bold;
}

.form .block .mandatory {
	color:					#D1085F;
}

.form .block .hint {
	float:					left;
	clear:					left;
	
	font-style:				italic;
}

.form .varchar  input {
	width:					300px;
}

.form .text  textarea {
	width:					300px;
	height:					80px;
}