/* CSS Document *//*
 ____________________________________________________________
|                                                            |
|    DESIGN : Jeremie Tisseau { http://web-kreation.com }    |
|      DATE : 2007.08.31                                     |
|     EMAIL : webmaster@web-kreation.com                     |
|  DOWNLOAD : http://web-kreation.com/index.php/freebies/    |
|____________________________________________________________|

*/
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1;
	background-color: #333333;
	background-image: url(images/italk_bg.gif);
}

h1 {
	display: block;
	font-size: 1.4em;
	color: #443833;
	margin: 40px 0 15px 0;
}

h1.dunga {
	display: block;
	font-size: 1.4em;
	color: #443833;
	border-bottom: #443833 1px dotted;
	margin: 40px 0 15px 0;
}
h1.umbra {
	display: block;
	font-size: 1.4em;
	color: #443833;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

h1.quote {
	display: block;
	float: right;
	clear: right;
	font-size: 1.8em;
	font-family: Georgia, Arial, sans-serif;
	color: #333333;
	margin: 40px 0 0 0;
	border: none;
	text-shadow:0px 1px 0 #666666;
}
h1.cereestimare {
	display: block;
	float: right;
	clear: right;
	font-size: 2.2em;
	font-family: Georgia, Arial, sans-serif;
	color: #333333;
	border: none;
	text-shadow:0px 1px 0 #666666;
	padding: 5px;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* the main layout */
#contentForm {
	display: block;
	width: 780px;
	margin: 70px auto;/*this line will center the page*/
	padding: 25px;
	background-color: #fefefe;
	-webkit-border-radius:5px;
	border: 10px solid #F60;
}

#contentForm a {
	color: #F60;
	text-decoration: none;
}

#contentForm p{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;           
	height: 1%;
}
#contentForm .adresa {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 5px;
	height: auto;
	width: auto;
}
#contentForm .adresa p img {
	display: block;
	float: left;
	padding: 5px;
}
#contentForm .ok {
	background-image: url(images/ok.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 30px;
	width: 200px;
	padding-left: 40px;
	padding-top: 25px;
}

#contentForm .oferta {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline-block;
	font-style: italic;
	padding: 5px;
}

small {color: #999; font-size: 0.85em;}

a img {border: none;}

/***** Global Classes *****/
.alignleft {display: block; float: left;}

.alignright {display: block; float: right;}

.aligncenter {
  	display: block;
  	text-align: center;
  	margin: 0 auto;
}

.endOfSection {
  	clear: both;
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	padding: 0;
  	margin: 0;
  	border: 0;
}


/* and now the form itself */
label {
	display: block;
	float: left;
	clear: left;
	margin: 5px 0 10px 0;
	width: 250px;
	line-height: 120%;
}

input, textarea, select {
	padding: 2px;
	font-size: 1em;
	color: #666666;
	background: #F5F5F5;
	border: 1px solid #ccc;
	float: left;
	display: block;
	margin: 5px 0 10px 0;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #FFFFFF;
}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(images/trimite.jpg) no-repeat left top;
	width: 90px;
	height: 28px;
}

.fright {
	display: block;
	float: left;
}

.fright label {
	width: 500px;
	line-height: 160%;
	margin: 0 !important;
}

.fright input {
	margin-right: 5px !important;
}

span.required{
	font-size: 13px !important;
	color: red !important;
}

.errormsg {
	display: block;
	width: 90%;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF9D9D url(images/stop.png) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	-webkit-border-radius:5px;
	border: 1px solid #FF0000;
}
.eroare {
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius:5px;
	background-color: #FCF;
	background-image: url(assets/error.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

