/*
 *
 * @version 1.0
 * @author Reiner Keller @ anumo
 * @copyright (C) 2009
 *
 */

/*********************************************************/

fieldset {
	width: 97%;
	padding: 0px 0px 12px 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #CECECE;
}

/* Only IE6 */
* html fieldset {
	padding: 0px 0px 18px 18px;
}

/* Only IE7 */
*+html fieldset {
	padding: 0px 0px 18px 18px;
}

fieldset legend {
	margin-left: 2px;
	color: #676767;
	font-weight: bold;
}

fieldset .ftext {
	width: 97%;
	margin: 0px 10px 0px 4px;
}

/* Only IE6 */
* html fieldset .ftext {
	width: 97%;
	margin: 0px 10px 0px 2px;
}

/* Only IE6 */
* html legend {
	margin-left: -5px;
}

/* Only IE7 */
*+html legend {
	margin-left: -3px;
}

fieldset label {
	float: left;
	height: 22px;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
}

fieldset div {
	float: left;
	width: 250px;
	height: 48px !important;
	height: 42px;
	margin-bottom: 6px;
	line-height: 22px;
}

fieldset div div {
	float: left;
	width: auto;
	height: 22px;
	margin: 0px 10px 0px -4px;
	line-height: 22px;
	vertical-align: middle;
}

fieldset input,
fieldset input.itext,
fieldset input.focus {
	float: left;
	width: 228px;
	border-style: solid;
	border-width: 1px;
	border-color: #CECECE;
}

fieldset input.focus {
	border-style: solid;
	border-width: 1px;
	border-color: #FF6600;
}

fieldset select,
fieldset select.focus {
	float: left;
	width: 234px;
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;

}

fieldset select.focus {
	border-style: solid;
	border-width: 1px;
	border-color: #FF6600;
}

fieldset textarea {
	float: left;
	width: 480px;
	height: 100px;
	padding: 4px 0px 4px 4px;
	margin-bottom: 10px;
	border: 0;
	font-weight: normal;
	color: #000000;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #CECECE;
}

input.radio {
	width: auto;
	padding-right: 5px;
	margin-left: 3px;
	background-color: transparent;
	border: 0;
}

/* Only Firefox */
:root input.radio {
	margin: 3px 5px 0px 6px;
}

input.submit,
input.shover {
	float: right;
	width: 110px;
	margin-top: -1px;
	margin-right: 17px !important;
	margin-right: 19px;
	padding: 6px 0px 4px 18px;
	background-color: #676767;
	background-image: url("../image/icon/submit.gif");
	background-repeat: no-repeat;
	background-position: 12px 8px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #676767;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

input.shover {
	background-color: #A70000;
	border-color: #A70000;
}

*+html input.submit,
*+html input.shover {
	margin-right: 19px !important;
}

input {
	float: left;
	padding: 4px 0px 4px 4px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #F29D20;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: middle;
}

/*********************************************************/

