/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/
label {
	color:#000;
	cursor:pointer;
	padding-left:8px;
	line-height:16px;
}

label.chosen {color:#333;}

legend
{
	border-bottom: 1px solid #898989;
	font-weight: bold;
	margin: 0 0 20px 0;
}
/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(../_images/niceforms/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../_images/niceforms/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(../_images/niceforms/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(../_images/niceforms/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
input[type=text] {
	height:13px;
	/*background:url(../_images/niceforms/input_bg.gif) repeat-x left top;*/
	border:1px solid #898989;
	color:#898989;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin: 0 0 10px 67px;
	font-size:.9em;
	padding-top:2px;
	vertical-align:middle;
	width:200px;
}
textarea {
	border:1px solid #898989;
	color:#898989;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	font-size:.9em;
	height: 200px;
	padding-top:2px;
	vertical-align:middle;
	width:200px;
}
.textinput, .textinputHovered {
	height:13px;
	/*background:url(../_images/niceforms/input_bg.gif) repeat-x left top;*/
	border:1px solid #898989;
	color:#898989;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin-left:67px;
	font-size:.9em;
	padding-top:2px;
	vertical-align:middle;
	width:255px;
}

.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

textarea.textareaAjoutDoc {
	margin:0;
	padding:0;
	border:1px solid #898989;
	color:#898989;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	font-size:.9em;
	padding-top:2px;
	display:block;
	width:255px;
	height:80px;
}

/*Text areas*/
/*
.txtarea .tr, .txtarea .tr_xon {background:url(../_images/niceforms/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(../_images/niceforms/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(../_images/niceforms/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(../_images/niceforms/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(../_images/niceforms/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(../_images/niceforms/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(../_images/niceforms/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(../_images/niceforms/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}
*/

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(../_images/niceforms/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../_images/niceforms/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../_images/niceforms/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#898989;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#FFF;
	color:#898989;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#898989;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#898989;
	background:#FFF;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(../_images/niceforms/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}


.select_multiple
{
	border:1px solid #6f7074;
	color:#898989;
	display: block;
	margin: 0 0 10px -9px;
	padding: 3px 0 0 2px;
	width: 198px;
}
.first_select
{
	height: 18px;
}
	.select_fleche
	{
		margin: -2px 0 0 179px;
		position: absolute;
	}
.scroll200
{
	background: #FFFFFF;
	height: 200px;
	overflow: scroll;
	z-index: 1000;
}
	.scroll200 li label
	{
		color:#898989;
	}


/****************************/
/*			RESIZE			*/
/****************************/
#resizeMe
{
	border: 1px solid #000000;
	position: absolute;
	width: 93px;
	height: 94px;
	left: 100px;
	top: 70px;
	cursor: move;
	background-image: url(images/tocrop.jpg);
	background-repeat: no-repeat;
}
#resizeSE,
#resizeE,
#resizeNE,
#resizeN,
#resizeNW,
#resizeW,
#resizeSW,
#resizeS
{
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #333;
	border: 1px solid #fff;
	overflow: hidden;
}
#resizeSE{
	bottom: -10px;
	right: -10px;
	cursor: se-resize;
}
#resizeE
{
	top: 50%;
	right: -10px;
	margin-top: -5px;
	cursor: e-resize;
}
#resizeNE
{
	top: -10px;
	right: -10px;
	cursor: ne-resize;
}
#resizeN
{
	top: -10px;
	left: 50%;
	margin-left: -5px;
	cursor: n-resize;
}
#resizeNW{
	top: -10px;
	left: -10px;
	cursor: nw-resize;
}
#resizeW
{
	top: 50%;
	left: -10px;
	margin-top: -5px;
	cursor: w-resize;
}
#resizeSW
{
	left: -10px;
	bottom: -10px;
	cursor: sw-resize;
}
#resizeS
{
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	cursor: s-resize;
}
#toberesize
{
	background-color: #FF0000;
	border: 1px solid #000000;
	left: 50px;
	float: left;
	position: absolute;
	top: 50px;
}
#preview_resize
{
	position: absolute;
	margin: 50px 0 0 376px;
}
#preview_formulaire
{
	display: none;
	height: 94px;
	width: 93px;
}
#retour_profil
{
	cursor: pointer;
	display: none;
	margin: 10px 0 0 0;
}
#erreur_upload_photo
{
	display: none;
}
#erreur_document_upload
{
	position: absolute;
	display: none;
}
#document_name
{
	margin: 30px 0 0 25px;
	position: absolute;
}

#selected_keyword
{
	border: 1px solid #000000;
	background: #DBDFE2;
	margin: 0 0 0 150px;
	padding: 5px;
	width: 245px;
}


.label_radio
{
	color: #898989;
	display: block;
	float: left;
	margin: -1px 5px 0 -7px;
}
.bouton_radio
{
	float: left;
	margin: 0 5px 10px 0;
}


