/*** Demoform ***/

fieldset{
	margin:1.5em 2em;
	padding:1em;
	border: 0;
	background: url("../img/fieldset_bg.gif") repeat-x top #b4dbf4;
}
legend {
	font-weight:bold;
	color:#3ea1e2;
	padding: 0 0.5em;
	font-size:1.2em;
	border:0;
	background: #fff;
}
form em {
	color: #F47525;
}
input {
	margin: 3px 0.5em 0 0;
	font-size:1.2em;
	border: solid #4F7280;
	border-width: 1px;
	padding:1px;
	font-weight: normal;
	color: #000;
	background:#fff;
	width:14em;
}
select {
	margin: 3px 0.5em 0 0;
	font-size:1.2em;
	border: solid #4F7280;
	border-width:1px;
	padding:1px;
	font-weight: normal;
	color: #000;
	background:#fff;
}
textarea {
	margin: 3px 0.5em 0 0;
	font-size:1.2em;
	border: solid #4F7280;
	border-width:1px;
	padding:3px;
	font-weight: normal;
	color: #000;
	background:#fff;
	width:30em;
}
input.check, input.radio {
	width:1em;
	margin: 0 0 0 2em;
	border:0;
	background: transparent;
}

input.button {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left:0.2em;
	background: url(../img/formlist_bg.gif) repeat-x bottom #fff;
	width:auto;
	padding:2px 3px;
}
input.button:active
{
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}
label { margin:0 0.5em; }
.hidden {
	position:absolute;
	left: -9999px;
}
dl { margin:1em 0.5em 0.5em 0.5em; }
dt{
	margin:1.2em 0 0 0;
	line-height:1.5em;
	background: transparent;
	font-weight:bold;
	color:#4F7280;
	padding: 5px 0 0 0;
	border-top:1px solid #fff;
}
dd {
	top:0;
	margin:0.2em 0 0 2em;
	line-height: 1.5em;
	background: transparent;
}
input#netPriceMonth, input#netPriceMonthAlv, 
input#netPriceYear, input#netPriceYearAlv, 
input#EtLicensePrice, input#EtLicensePriceAlv,
input#etDictPrice, input#etDictPriceAlv,
input#etMobPrice, input#etMobPriceAlv {
	border: solid #000066;
	border-width:0 0 1px 0;
	background-color: transparent;
	color: #F47525;
}
#product_bsp input, #product_net input, #product_dict input, #product_mob input {
	padding:0 0.2em;
	width:4em;
	text-align:right;
}
/*feedback form*/
#feedback_form textarea {
	width:200px;
	height:100px;
}
#feedback_form input.check, input.radio {
	width:1em;
	margin: 0 0 0 2em;
	border:0;
	background: transparent;
}

#feedback_form input.button {
	margin-left:0.2em;
	background: url(../img/formlist_bg.gif) repeat-x bottom #fff;
	width:auto;
	padding:2px 3px;
}
#feedback_form dt{
	height: 29px;
	width:160px;
	margin:0;
	background: transparent;
	font-weight:bold;
	color:#4F7280;
	padding: 5px 0 0 0;
	border-top:1px solid #fff;
	text-align:right;
}
#feedback_form dd {
	border-top:1px solid #fff;
	top:0;
	margin:-35px 0 0 160px;
	padding: 0 0 5px 0;
	background: transparent;
}