/*
=========================================
	form style (.ask)
=========================================*/
/*
-----------------------------------------------
	: common
-----------------------------------------------*/
fieldset {
	margin-top: 1em;
	border-top: 1px solid #cccccc;
	}
legend {
	padding: 0 0.5em;
	color: #003366;
	font-weight: bold;
	font-size: 108%;
	}
	
.fieldset-inner {
	padding: 1em 0;
	color: #222222;
	}

/*--- clearfix ---*/
.fieldset-inner:after,
.fm-multicolumn:after,
.fm-multiselect:after {  /*-- for Modern browser --*/
	display: block;
	clear: both;
	height: 0.1px;
	line-height: 0;
	visibility: hidden;
	content: " ";
	font-size: 0.1em;
	}
.fieldset-inner,
.fm-multicolumn,
.fm-multiselect { display: inline-block; }  /*-- for IE7, Mac IE5  --*/
/* Hides from IE-mac ¥*/
* html .fieldset-inner,
* html .fm-multicolumn,
* html .fm-multiselect { zoom: 1; }  /*-- trigger hasLayout for IE6, 5 --*/
.fieldset-inner,
.fm-multicolumn,
.fm-multiselect { display: block; }
/* End hide from IE-mac */
/*--- /clearfix ---*/

.fieldset-inner div {
	margin-bottom: 0.5em;
	display: block;
	}
.fieldset-inner label {
	padding: 0 10px 0 0;
	float: left;
	width: 120px;
	text-align: right;
	}
	
.ask-question  {
	padding-left: 130px;
	}
.ask-other {
	padding-left: 100px;
	}
.ask-question label,
.ask-other label {
	padding-bottom: 0.25em;
	display: block;
	width: 440px;
	text-align: left;
	}

.fieldset-inner div input[type=text],
.fieldset-inner div input[type=password], /* (IE6,) IE7,Opera */
.fieldset-inner div textarea {
	padding: 1px;
	border-width: 1px !important;
	border-color: #9a9a9a #dddddd #dddddd #9a9a9a !important;
	border-style: solid !important;
	color: #333333;
	}
/* setting a consistent width, 320px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea {
	width:24.5em;
	*width:23.8em;
	}
input:focus, textarea:focus {
	color: #000000;
	background: #ffffee;
	}
input#mail, input#zipcode,  input#tel, input#fax {
	ime-mode: disabled
	}

.question-opt {
	margin: 1.5em  0  1em;
	color: #003366;
	font-weight: bold;
	font-size: 100%;
	}

.fm-multicolumn .col {
	float: left;
	width: 48%;
	letter-spacing: -1px;
	}
.fm-multi div {
	margin: 5px 0;
	white-space: nowrap;
	}
.fm-multi label {
	margin-top: 3px;
	padding-left: 2em;
	}
.fm-multicolumn label {
	margin-top: 3px;
	clear: left;
	}
.fm-multi label input,
.fm-multicolumn label input {
	margin-right: 0.3em;
	}
* html .fm-multicolumn .col label {
	width: 90%;
	}
.fm-multiselect {
	float:left
	}
.fm-multiselect label {
	float:none;
	margin-left:3px;
	}

/* required fields -does not work in IE */
/*
fieldset div.fm-req label:before { 
	content: "* ";
	color: #cc0000;
	}
*/
fieldset div.fm-req,
fieldset div.fm-opt {
	clear: left;
	font-size: 93%;
	}
fieldset div.fm-req label {
	font-weight: bold;
	}
fieldset div.fm-req em {
	margin-right: 0.5em;
	color: #cc0000;
	}

#fm-submit {
	margin-top: 0.5em;
	padding: 10px 5px 5px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	background: #fff6bf;
	text-align: center;
	}
#fm-submit a {
	border: 0 !important;
	}

.privacy-note {
	margin: 1em 0.5em;
	line-height: 1.25;
	font-size: 77%;
	}
.privacy-note p {
	margin: 0;
	}
.privacy-note .privacypolicy {
	margin-top: 0.5em;
	}
.privacy-note .privacypolicy img {
	margin-right: 4px;
	vertical-align: middle; 
	}

/*
-----------------------------------------------
	: note (use mailnews)
-----------------------------------------------*/
fieldset.note {
	margin: 1em;
	border: #e0ebf5 2px solid;
	color: #222222;
	}
fieldset.note legend {
	padding: 0 0.5em;
	color: #1f5592;
	font-size: 100%;
	}
fieldset.note ul {
	margin: 0 3em;
	padding: 0.5em;
	}
fieldset.note ul li {
	list-style-type: disc;
	}


/*
-----------------------------------------------
	: seminar overwrite
-----------------------------------------------*/	
.seminar h2 {
	margin: 1.5em 0 0;
	font-size: 108%;
	} 