/*
	George Sherlock Forms CSS
*/

.autoform .checkbox,
.autoform .password,
.autoform .enum {
	margin-left:			10px;
	padding-bottom:			2px;
}

.autoform .multicheck  {
	float:					left;
	width:					100px;
}

.autoform .date .title,
.autoform .text .title,
.autoform .upload .title,
.autoform .varchar .title,
.autoform .password .title,
.autoform .enum .title {
	float:					left;
	clear:					left;
	width:					140px;
	margin-right:			10px;
	text-align:				right;
}

.autoform .checkbox input {
	float:					left;
	clear:					left;
	margin-right:			10px;
}

.autoform .checkbox .title {
	float:					left;
}

.autoform .multicheck {
	display:				block;
	clear:					both;
	
	width:					100%;
}

.autoform .multicheck .title {
	float:					left;
	clear:					left;

	padding-top:			10px;
	font-weight:			bold;
}

.autoform .spacer  .title {
	float:					left;
	clear:					left;

	padding-top:			10px;
}

.autoform .multicheckbox {
	float:					left;
	width:					170px;
	margin-bottom:			0!important;
}

.autoform .varchar .element input,
.autoform .password .element input,
.autoform .text .element textarea,
.autoform .upload .element input,
.autoform .date .element input {
	float:					left;
	width:					240px;
	border:					1px #6282AF solid;
	
	margin-bottom:			5px;
}

.autoform .enum .element select {
	float:					left;
	max-width:				320px;
	min-width:				150px;
	
	margin-bottom:			5px;
}

.autoform .text .element textarea {
	height:					150px;
}

.autoform .varchar .hint,
.autoform .multicheck .hint,
.autoform .password .hint,
.autoform .text .hint,
.autoform .enum .hint,
.autoform .date .hint,
.autoform .checkbox .hint {
	display:				block;
	clear:					left;
	
	font-style:				italic;
	color:					#FF9000;
}

.autoform .buttons .submit {
	float:					right;
}

.autoform .buttons {
	display:				block;
	clear:					both;
	padding-bottom:			40px;
}

.autoform .edit {
	overflow:				hidden;
	float:					left;
	background-image:		url(icons/16x16/edit-copy.png);
	background-repeat:		no-repeat;
	
	width:					16px;
	height:					16px;
	
	margin-right:			5px;
	text-indent:			-1000px;
}

.autoform .subtitle {
	float:					left;
	clear:					both;
	font-size:				8pt;
	color:					#666;
	margin-bottom:			6px;
}

.autoform .mandatory {
	color:					#FF9000;
	font-weight:			bold;
}
