
/* Form */
#formEsq{float:left; display:inline; width:290px; height:10px; margin:10px 0 0 5px;  }
#formDreta{position:relative; top:275px; left:320px; //top:254px; //left:0px; top:250px\0/; left:308px\0/; width:290px; height:10px; }

form {
	float:left; display:inline;
	width: 580px;
	padding: 10px 0 0 15px;
	margin: 70px 0 0 20px auto;
	font-size:1em;
	font-family:'TitilliumText22LMedium', Arial, sans-serif;
}

label {
	display: block;
	margin:8px 0 3px 0;
	width: 100%;
	background-repeat: no-repeat;
}

.blue {
	color: #9f3b24;
	font-weight: bold;
}



/* Congratulation message */
.MsgSent {
	Display: inline;
	float:left;
	padding: 10px 10px 10px 10px;
	margin:10px 0 0 15px;
	color:#3a2300 !important ;
}



/* Error message */
.MsgError {
	Display: inline;
	float:left;
	color:#3a2300 !important ;
}

.MsgError h1 {
	padding-left: 20px;
	height: 85px;
	line-height:1em;
	color: #3a2300;
}

.MsgSent p, .MsgError p {
	font-size: 1em;
	color:#3a2300;
}

/***** FormCheck *****/
.tipsbox .tipsbox_top_left{
	background : url('../images/top_left.png') no-repeat;
	_background : url('../images/top_left.gif') no-repeat;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_top{
	background : url('../images/top.png') repeat-x;
	height : 17px;
	_background : url('../images/top.gif') repeat-x;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_top_right{
	background : url('../images/top_right.png') no-repeat;
	_background : url('../images/top_right.gif') no-repeat;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_left{
	background : url('../images/left.png') repeat-y;
	width : 17px;
	_background : url('../images/side.gif') repeat-y;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_right{
	background : url('../images/right.png') repeat-y;
	width : 22px;
	_background : url('../images/side.gif') repeat-y;
	_width : 9px;
}

.tipsbox .tipsbox_bottom_left{
	background : url('../images/bottom_left.png');
	_background : url('../images/bottom_left.gif') no-repeat;
	_background-position : 9px 0px;
}

.tipsbox .tipsbox_mark{
	background : url('../images/mark.png') no-repeat;
	height : 36px;
	_background : url('../images/mark.gif') no-repeat;
}

.tipsbox .tipsbox_bottom_right{
	background : url('../images/bottom_right.png');
	_background : url('../images/bottom_right.gif') no-repeat;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background : url('../images/inner.png');
}

.tipsbox .tipsbox_inner_ie6 {
	padding : 4px;
}

.tipsbox .tipsbox_error {
	background : url('../images/error.png') no-repeat;
	_background : url('../images/error.gif') no-repeat;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.tipsbox p, .tipsbox {
	font-size: .9em;
	font-family:Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.tipsbox p {
	padding-left: 55px;
	line-height: 15px;
}

.tipsbox p span {
	font-size: 1em;
	font-weight: bold;
	color: red;
	line-height: 35px;
}


.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #A00;
}

.error_f p span {
	font-size : 1.1em;
	color : #000;
	margin : 5px 0px 0px 0px;
}

/***** Niceforms *****/
/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*General styles - NOT really related to the forms*/


#container {padding:20px;}

/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3a2300;
	background:rgba(102, 73, 29, 0.2);
	border:none;
	padding:5px;
	
}
label {
	color:#3a2300;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}
label.chosen {color:#3a2300;}



/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:#ececec;
	border:none;
	padding:4px 0 4px 4px;
	vertical-align:middle;
	border:1px solid #ccc;
	background:#000;
	border:none;
}

.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
	background:#ececec;
}
.textCornerHovered {background:#fff;}

/*Text areas*/

.txtarea textarea {
	float:left;
	display:inline;
	border:4px solid #ccc;
	background:none;
	padding:0;
	margin:-109px 0 0 0;
	padding:4px 0 4px 4px;
	background:#ececec;
}



/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	float:left; display:inline; width:230px; height:27px; background:#593b0e; color:#fff; text-align:center; padding:0; border:none; cursor:pointer; font-size:1em;}

.buttonSubmitHovered {background:#344148 !important; color:#efd3b8;}
.buttonImg {vertical-align:bottom;}


