/*****************************************************************/

.editform {
	color			: #666;
}

.editform h2 {
	color			: #717171;
	font-size		: 1.8em;
	font-weight		: normal;
	margin-bottom	: 0.5em;
}

	.editform p {
		font-size		: 1.1em;
		margin-bottom	: 1em;
		padding-bottom	: 1em;
		border-bottom	: 1px #e9e9e9 solid;
	}
	
	.editform fieldset {
		height			: auto;
		_height			: 1%;
		overflow		: hidden;
		padding-bottom	: 8px;
		width			: 650px;
	}
	
	#edit_recipient_new fieldset {
		width		: auto;
	}

	.editform a.fr {
		margin-top		: 2em;
	}
	
	.editform a.fr,
	.editform a.fr:link,
	.editform a.fr:visited,
	.editform a.fr:hover,
	.editform a.fr:active {
		font-size		: 1.1em;
		color			: #999;
	}
	
	.editform label, 
	.editform input, 
	.editform ins,
	.editform span, 
	.editform select {
		float			: left;
		display			: inline;
		font-size		: 1.1em;
	}
	
		.editform ins {
			font-size		: 1em;
		}

	
		.editform label {
			width			: 130px;
			margin			: 6px 20px 0 0;
		}

		.editform em {
			float			: left;
			display			: none;
			/* clear			: left; */
			font-style		: normal;
			color			: #d12420;
			/* margin			: 0.1em 0 0 153px; */
			
			margin			: 0.1em 0 0 10px;
			width			: 165px;
		}
	
		.editform .wrong em {
			display			: inline;
		}

		.editform fieldset input,
		.editform fieldset select,
		.editform fieldset textarea {
			font-size		: 1.2em;
			padding			: 2px;
			font-family		: Arial, sans-serif;
			color			: #666;
			border			: 1px #c0c0c0 solid;
		}
		
		.editform fieldset *[disabled="disabled"] {
			/* background		: #fff; */
			color			: #666;
		}
		
		.editform span {
			padding			: 1px;
			border			: 2px #fff solid;
		}
		
			.editform .wrong span {
				border			: 2px #d12420 solid;
			}
		
		
			.editform fieldset input { width: 195px; }
			.editform fieldset select { width: 165px; }
			.editform fieldset select.requiredselect { width: 201px; }


			.editform ins {
				margin-top		: 0.3em;
				text-decoration	: none; 
				margin-left		: 152px;
				color			: #999;
				clear			: left;
				width			: 250px;
			}
			
			.editform div.cleared {
				width			: 100%;
				border-top		: 1px #e9e9e9 solid;	
				padding-top		: 1.5em;
				margin-top		: 1.5em;
			}			
			
				.editform div.cleared * {
					float			: right;
					display			: inline;
				}
			
			.editform .resetform {
				background		: none;
				border			: 0;
				color			: #999;
				font-size		: 1.1em;
				margin-right	: 15px;
				text-decoration	: underline;
				cursor			: pointer;
			}
			
			
			/* .additional_data label {
				margin-left		: 152px;
				font-size		: 1em;
				color			: #999;
			} */			
			
			.additional_data span {
				/* clear			: left; */
				margin-left		: 150px;
			}
			
			.additional_data ins {
				clear			: left;
				color			: #999;
				margin-top		: 0;
				width			: 270px;
				margin-left		: 152px;
			}
			
			.additional_data .wrong span {
				margin			: 0 0 0 150px;
			}

