@import "main.css";

/* ***** CONTAINER  ***** */

#container #main_content {
	width: 620px;
	height: 485px;
	z-index: 1000;
	float: left;
}

#container #main_content #label {
	background: url(../img/main_content_bg2.png) repeat-y;
	/* 'per explorer 6, 5.5 e 5'   */
	_background-image: url(../img/blank.gif);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/main_content_bg2_ie.png", sizingMethod="scale");
	/* 'per explorer 6, 5.5 e 5'   */
	width: 570px;
	height: 370px;
	padding: 20px 25px 0;
}

#container #main_content #bottom_wrapper {
	background-image: url(../img/main_content_bg_bottom2.jpg);;
	/* 'per explorer 6, 5.5 e 5'   */
	/*_background-image: url(../common/transparent.gif);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/main_content_bg_bottom2.png", sizingMethod="crop");*/
	/* 'per explorer 6, 5.5 e 5'   */
	background-repeat: no-repeat;
	width: 620px;
	height: 95px;
}

#container #main_content #label p {
	color: #888989;
	text-decoration: none;
	font-style: italic;
	line-height: 125%;
	font-size: 15px;
	margin-bottom: 10px;
}

#panel {
	position: absolute;
}

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

/* ***** FORM ***** */

#container #main_content form {
	width: 570px;
	padding-top: 20px;
	z-index: 2000;
}

#container #main_content form .formBloc {
	float: left;
	width: 230px;
	margin-left: 35px;
	display: inline;
	margin-bottom: 20px;
}

#container #main_content form .formBloc label, #container #main_content form .formBlocLarge label {
	color: #999;
	font: italic 14px "Times New Roman", Times, serif;
	text-decoration: none;
}

#container #main_content form .formBloc input {
	width: 230px;
	border-style: none;
	border-bottom: 1px dotted #999;
	color: #666;
	font: italic 14px "Times New Roman", Times, serif;
}

#container #main_content form .formBloc select {
	width: 230px;
}

#container #main_content form .formBlocLarge {
	float: left;
	width: 460px;
	margin-left: 35px;
	display: inline;
	margin-bottom: 15px;
}

#container #main_content form .formBlocLarge textarea {
	border: 1px solid #ccc;
	width: 491px;
	color: #666;
	font: italic 14px "Times New Roman", Times, serif;
	padding: 2px;
	height: 80px;
	overflow: auto;
}

#container #main_content form .formBlocLarge#check {
	margin-left: 30px;
}

#container #main_content form .formBlocLarge#check label {
	font-size: 12px;
}

#container #main_content form .formBlocLarge#check #checkbox {
	margin-right: 5px;
	border: 1px none #ccc;
	float: left;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: 0px;
	/* IE */
	margin-top: expression(2);
}

#container #main_content form .formBlocLarge #submit {
	width: 70px;
	background-color: #666;
	border: 1px solid #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font: normal normal 11px "Trebuchet MS", sans-serif;
	height: 20px;
	padding-bottom: 2px;
}

#container #main_content form .formBlocLarge #submit:hover {
	background-color: #C43D8C;
	border: 1px solid #ff4fb7;
	cursor: pointer;
}

#container #main_content form .formBlocLarge #reset {
	width: 70px;
	height: 20px;
	padding-bottom: 2px;
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #999;
	text-decoration: none;
	font: normal normal 11px "Trebuchet MS", sans-serif;
}

#container #main_content form .formBlocLarge #reset:hover {
	background-color: #999;
	border-style: solid;
	border-color: #999;
	color: #666;
	cursor: pointer;
}