/*
.form .required {font-size:1.4em;color:#0c752b;}

.form label.label, .form label.error {
	clear				: both;
	float				: left;
	text-align			: left;
	font-size			: 12px;
	color				: #000000;
	display				: block;
	padding-top			: 3px;
	width				: 150px;
}

.form label.error {
	color				: red;
}

.form label.checkbox {
}

.form .radiobutton {
	clear				: both;
	padding-left		: 100px;
}

.form div.input {
	margin-top			: 2px;
	width:100%;
}

.form div.radio {
	clear				: both;
	float				: left;
	margin-bottom		: 6px;
}

.form div.preview {clear:both; float:left; margin:5px 0 0 0; font-size:12px;}
.form div.preview label.label {margin:0 0 5px 0;padding:0;width:150px;}


.form div.space {
	clear				: both;
}

.form div.submit, .form div.back {
	margin-bottom		: 20px;
	margin-top			: 20px;
}

div.input input.button, .tooltip, .button {
	width				: auto;
	margin				: 0px;
	font-size			: 12px;
	cursor				: pointer;
}

.tooltip {
	text-decoration		: none;
	padding				: 0px 3px;
}

.form div.back {
	float				: left;
	text-align			: left;
}

.form div.options {
	border-top			: 2px solid #E5E5D3;
	clear				: both;
	padding-top			: 2px;
	margin-top			: 5px;
	margin-bottom		: 5px;
	color				: #000000;
	text-align			: justify;
}

.form .input input, .form .input textarea {
	padding				: 1px 2px;
	width				: 202px;
	margin-bottom		: 5px;
}

.form .input select {
	width				: 208px;
}

.form .input submit {
	width				: 100%;
}

.form textarea {
	height				: 100px;
}

.error-message {
	padding-bottom		: 10px;
	font-size			: 12px;
}
*/

/* Overlib Style */
/*
div.domTTOverlib {
    color				: #000000;
    border				: 1px solid #0C752B;
    background-color	: #E5F3E9;
}
div.domTTOverlib .caption {
    font-family			: Verdana, Helvetica;
    font-size			: 9px;
    font-weight			: bold;
    color				: #FFFFFF;
}
div.domTTOverlib .contents {
    font-size			: 9px;
    font-family			: Verdana, Helvetica;
    padding				: 5px;
    background-color	: #97D5A9;
}


form p {font-size:1.2em;}
form p span.ftitle {margin:0 0 1em;font-family:verdana,sans-serif;font-size:1.2em;color:#f5821f;}
form div.input, form div.preview {margin:0 0 5px;width:100%;font-family:arial,sans-serif;float:left;}
form div.input label.label {width:185px;font-size:1.2em;color:#6b6266;float:left;padding-top: 2px}
form div.preview {font-size:1.2em;}
form div.preview label.label {width:185px;font-size:1em;color:#6b6266;float:left;}
form div.input label.error {color:red;}
form div.input span.required {margin:0 0 0 5px;font-family:arial,sans-serif;font-size:1.2em;color:#f5821f;display:block;float:left;}
form.form div.input input {font-family: Verdana; width:250px;font-size:1.2em;float:left;}
form.form div.input select {font-family: Verdana; font-size:1.2em;float:left;}
form.form div.preview input {width:250px;font-size:1.2em;float:left;}
form.form div.checkbox-p input {width:auto;}
form.form div.checkbox-p label {margin:2px 0 0;width:250px;font-size:1.2em;color:#6b6266;}
form.form div.preview .checkbox-p label {font-size: 1em;}
form.form div.date input {margin:0 5px 0 0;width:100px;float:left;}
form.form div.date img {float:left;}
form.form div.date span.required {float:left;}
*html form.form div.input input.button {margin:0 5px 0 0;}
form div.input textarea.textarea {width:250px;font-family:arial,sans-serif;font-size:1.2em;float:left;}
form p.error {color: red;}
*/






