/* ----------------------------------------------------------------
	[ Forms ]
*/


form dl {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
	form dt {
		clear: left;
		float: left;
		padding-right: 10px;
		position: relative;
		text-align: right;
		width: 100px;
	}
	
	form dt.block,
	form dt.separator {
		float: none;
	}
	
	form dt.separator {
		border-bottom: 1px solid #e8e8e8;
		color: #4d4d4d;
		font-size: 1.2em;
		font-weight: bold;
		margin: 40px 0 20px 0;
		text-align: left;
		width: 100%;
	}
	
	form dt.block {
		margin-bottom: 8px;
		text-align: left;
		width: auto;
	}

	form dd {
		clear: right;
		margin-bottom: 5px;
		margin-left: 10px;
		padding-left: 5px;
	}

	form dd.text {
		color: #464646;
		margin-bottom: 20px;
	}
	
	form dd.align {
		margin-left: 105px; 
	}
	
	form dd.buttons {
		margin-left: 105px; 
		margin-top: 15px;
	}
	

/* ---------------------------------------------------------------
*/
	
.needed {
	color: #cc0000;
	cursor: help;
	font-weight: bold;
}

.input,
.textarea {
	width: 500px;
}

.textarea {
	height: 150px;
}

.button,
.submit-button {
	padding: 5px;
}

.submit-button {
	font-weight: bold;
}
