/**
*
*	Form content
*
**/

/* multiple radio & checkbox */
form .checkbox label,
form .radio label{
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
}
form .checkbox input,
form .radio input{
	width: 20px;
	border: 0;
	margin-left: 0;
}
form .checkbox,
form .radio{
	margin-left: 0;
}

form fieldset.checkbox,
form fieldset.radio{
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
	border: 0;
}
form fieldset.checkbox legend,
form fieldset.radio legend{
	width: 400px;
	margin-left: -2px;
	margin-top: 1px;
	font-size-adjust: 100%;
}
form fieldset.checkbox ul,
form fieldset.radio ul{
	float: left;
	overflow: hidden;
	zoom: 1;
	width: 540px;
}
form fieldset.checkbox ul li,
form fieldset.radio ul li{
	float: left;
	width: 103px;
}


/* button, submit, image & like a button */
form .submit input,
form .button input,
form .image input{
	border: 1px solid #999999;
    background: #a4203c;
    color: #FFFFFF;
    height: 24px;
}
form .submit input:hover,
form .button input:hover,
form .image input:hover{
    background: #891b32;
}
form .submit label,
form .button label,
form .image label{
    width: 0px;
	display: block;
	float: left;
}

span.sim_button_std{
/* 	width: 300px; */
	border: 1px solid #999999;
	height: 16px;
	padding: 2px;
	font-size: 12px;
	display: block;
	background: #A4203C;
	color: #FFFFFF;
	text-align: center;
}
span.sim_button_std:hover{
	cursor:pointer;
	background: #e0e0e0;
}




/* dropdown */
form .dropdown select{
	width: 300px;
	height: 21px;
	padding: 2px;
	font-size: 12px;
}
form .dropdown label{
    width: 110px;
	display: block;
	float: left;
}


/* input, text, password */
form .input input,
form .text input,
form .password input{
	width: 300px;
	border: 1px solid #999999;
	height: 16px;
	padding: 2px;
	font-size: 12px;
}
form .input label,
form .text label,
form .password label{
    width: 110px;
	display: block;
	float: left;
}


/* file, upload */
/*
form .text input,
form .password input{
	width: 300px;
	border-color: #999999;
	border-style: solid;
	height: 21px;
	padding: 2px;
	font-size: 12px;
}
form .text label,
form .password label{
    width: 210px;
	display: block;
	float: left;
}
*/


/* tiny, textarea */
form .tiny textarea,
form .textarea textarea{
	margin-top: 8px;
	width: 510px;
	height: 150px;
}
form .tiny label,
form .textarea label{
	display: block;
	width: 100%;
}




/* Misc */
form .readonly{
	background: #e9e9e9;
}
form .filling_help,
form .error_msg{
    font-style:italic;
	font-size: 76%;
}

form .filling_help{
	color: #8fb8cc;
	margin-left: 110px;
}
form .error_msg{
	color: #ff0000;
}

label:first-letter,
span.label:first-letter,
span.filling_help:first-letter,
span.error_msg:first-letter{
	text-transform: capitalize;
}

form ul li{
	margin-bottom: 2px;
}
form fieldset{
	padding: 0;
	margin: 0;
	border: 0;
}
div#content-wrapper div#c-body-wrapper div#content div#article form fieldset h2{
	margin-bottom: 7px;
}

form ul ul{
	margin: 0;
	margin-left: 0;
	padding: 0;
}

form .lang_hidden{
	display: none;
}

form ul.lang_switcher{
	border-bottom: 1px solid #afafaf;
	margin-top: 5px;
/*
	overflow: hidden;
	zoom: 1;
*/
	width: 510px;
	text-align: right;
}
form ul.lang_switcher li{
	display: inline;
}

form ul.lang_switcher li.current{
	border-bottom: 1px solid #1d9df7;
}

form div.multi_lang_content{
	width: 515px;
	background: #ff63bd;
}