form {
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}

input,textarea {
	margin: 2px;
	font-family: Arial;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	width: 240px;
	padding: 0.1em;
	background: #F4F1E0 url(../DCDImages/input_bg.gif) top right repeat-x;
	border: 1px solid #999999;
	/*border-top: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;*/
}

select {
	margin: 1px;
	font-family: Arial;
	font-size: 1.3em;
	width: 244px;
	height: 25px;
	line-height: 25px;
	padding: 0.1em 0;
	overflow: auto;
	white-space: nowrap;
}

.code {
	width: 75px;
}

/* fieldset styling */
FIELDSET { /*  space out the fieldsets a little*/
	padding: 0;
	margin: 10px 0 14px 0;
	position: relative;
	display: block;
	border: 0;
	/*border-bottom: 1px solid #525252;*/
	width: 565px;
	min-width: 565px;
	background: #E2E4E9 url(../DCDImages/bg_fieldset.png) top right repeat-x;
}
FIELDSET.eng { /*  space out the fieldsets a little*/
	padding: 0;
	margin: 10px 0 14px 0;
	position: relative;
	display: block;
	border: 0;
	/*border-bottom: 1px solid #525252;*/
	width: 565px;
	min-width: 565px;
	background: #E2E4E9 url(../DCDImages/bg_fieldsetEng.png) top right repeat-x;
}

/* legend styling */
legend {
	font-weight: bold;
	font-size: 11px;
	padding: 0 30px 4px 30px;
	margin: -5px 0 0 0;
	color: #F2EED3;
	background: #5D5F62;
	display: block;
	border: 1px #F0EEDE solid;
	text-align: center;
	width: auto;
	min-width: 130px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius: 5px;
	-moz-margin-start: 0;
}
FIELDSET.eng legend {
	font-weight: bold;
	font-size: 11px;
	padding: 0 30px 4px 30px;
	margin: -5px 0 0 0;
	color: #F0EEDE;
	background: #4C6B83;
	display: block;
	border: 1px #F0EEDE solid;
	text-align: center;
	width: auto;
	min-width: 130px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius: 5px;
	-moz-margin-start: 0;
}


FIELDSET  ul { /*  space out the fieldsets a little*/
	list-style-type: none;
	margin: 10px 0 10px 0;
}

FIELDSET  ul ul { /*  space out the fieldsets a little*/
	list-style-type: none;
	border: 1px #3E280A solid;
	background: #FFF;
	margin: 2px 5px 0 0;
	padding: 0;
	width: 96%;
}

FIELDSET  ul li { /*  space out the fieldsets a little*/
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #3E280A;
	padding: 3px;
}

FIELDSET  ul li.attach { /*  space out the fieldsets a little*/
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: #3E280A;
	padding: 2px;
	width: auto;
	height: 20px;
	display: -moz-grid; 
	display:  block; 
	vertical-align: top; 
	background: #FFF url(../DCDImages/bg_attach.png) top repeat-x;
}

FIELDSET  ul li ul li { /*  space out the fieldsets a little*/
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #3E280A;
	padding: 3px;
}

INPUT.checkbox,INPUT.radio {
	border: none;
	width: 16px;
}

.error {
	color: #E52527;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	padding: 0 1px;
	font-style: normal;
	/*border-bottom: 1px #DECCCC dotted;
	background: transparent url(../DCDImages/cross2.png) top right no-repeat;*/
}

.error2 {
	color: #DA0000;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	padding: 0 2px;
	font-style: normal;
	/*background-color: #FBE3E4;
	border: 1px #DECCCC dotted;*/
}

.required {
	color: #DA0000;
	font-size: 12px;
	font-weight: bolder;
	font-family: Arial;
	padding: 0 2px;
	vertical-align: top;	
}

.attach { /*  space out the fieldsets a little*/
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: #3E280A;
	padding: 2px;
	height: 20px;
	display: -moz-grid; 
	display:  block; 
	vertical-align: top; 
	zoom: 1; 
	*display: block;	
	background: #FFF url(../DCDImages/bg_attach.png) top repeat-x;
	border-top: 1px #3E280A dotted;
}
.textarea {
	margin: 2px;
	font-family: Arial;
	font-size: 14px;
	height: 70px;
	width: 80%;
	padding: 0.1em;
	background: #F4F1E0;
	border: 1px solid #999999;
	overflow: hidden;
	/*border-top: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;*/
}
