/* CSS Document */

* 
{
	margin:0px;
	padding:0px;
}


#img_cont
{
	background:url(../images_fundal/contact2.jpg) no-repeat left top;
	background-color:#f8f8fa;
}
h1
{
	font-style:normal;
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#000000;
	margin-left:10px;
}

a
{
	text-decoration:underline;
	font-family:'Trebuchet MS';
	font-size:12px;
}
a:hover
{
	color:#000000;
	text-decoration:none;
}
p
{
	 text-align:left;
	 font-size:12px;
	 font-family:"Trebuchet MS";
	 color:#000000;
	 width:500px;
	 margin-top:5px;
	 margin-left:auto;
	 margin-right:auto;
	 margin-bottom:10px;
	 position:absolute; /*nu se deplaseaza elementele indiferent de rezolutie*/
	 left:320px;
}

#content
{
	 margin-top:150px;
	 text-align:left;
}

#content_
{
	margin-top:20px;
	margin-left:100px;
	text-align:left;
	display:block;
	background:url(../images/bkg_contact.png) no-repeat;
	width:389px;
	height:484px;
	position:relative;
}
#content_ input
{
	position:absolute;
	left:167px;
	width:190px;
	background:transparent;
	border:none;
	font-family:'Trebuchet MS';
	font-size:12px;
	color:#0b1a4b;
}
#txt_nume
{	top:240px;	}
#txt_prenume
{	top:260px;	}
#txt_email
{	top:280px;	}
#txt_telefon
{	top:300px;	}
#content_ #txt_tip
{
	top:320px;
	cursor:pointer;
	width:175px;
}
#content_ #tip_btn
{
	position:absolute;
	left:342px;
	top:320px;
	width:20px;
	height:20px;
	cursor:pointer;
	
}
	
#content_ textarea
{
	position:absolute;
	top:360px;
	left:30px;
	width:340px;
	height:79px;
	background:transparent;
	border:none;
	line-height:20px;
	font-family:'Trebuchet MS';
	font-size:12px;
	color:#0b1a4b;
}
#content_ #tip
{
	display:none;
	position:absolute;
	top:337px;
	left:167px;
	width:194px;
	height:177px;
	background:url(../images/bkg_contact_tip.png) no-repeat;
}
#content_ #tip ul
{
	margin-top:12px;
}
#content_ #tip ul li
{
	list-style:none;
	display:block;
	width:188px;
	margin:0px 1px;
	padding:0px;
	font-family:'Trebuchet MS';
	font-size:12px;
	color:#0b1a4b;
	padding:0px 2px;
	cursor:pointer;
}
#content_ #tip ul li:hover
{
	background:#b8c2c9;
}

#content_ #btn_send
{
	position:absolute;
	top:472px;
	left:40px;
	display:block;
	width:117px;
	height:30px;
	cursor:pointer;
	text-indent:-5000px;
	background:url(../images/bkg_contact_btn1.jpg) no-repeat;
}

#content_ #btn_send:hover
{
	background:url(../images/bkg_contact_btn2.jpg) no-repeat;
}

#content_ div.errors
{
	position:absolute;
	top:200px;
	left:370px;
	background:url(../images/bkg_contact_errors.jpg) repeat-x #bbc4cc;
	border:2px solid #294660;
	width:389px;
}
#content_ div.errors ul
{
	background:url(../images/bkg_contact_errors_icon.png) no-repeat;
	position:relative;
	top:0px;
	left:-8px;
	padding:0px 5px 0px 90px;
	min-height:62px;	/* the height of the exclamation mark */
}
#content_ div.errors li
{
	font-family:'Trebuchet MS';
	font-size:12px;
	color:#0b1a4b;
}

#content_ p
{
	text-align:left;
	font-size:12px;
	font-family:"Trebuchet MS";
	color:#000000;
	position:absolute;
	width:390px;
	top:-15px;
	left:-10px;
	padding:5px 10px;
	margin:0px;
	background:url(../images/bkg_contact_p.png);
	border:1px solid #ccc;
	
}

/*		******** confirmation message **********		*/
#content_ #aftermath_oops, #content_ #aftermath_done
{
	position:absolute;
	top:200px;
	left:370px;
	background:url(../images/bkg_contact_errors.jpg) repeat-x #bbc4cc;
	border:2px solid #294660;
	width:389px;
}
#content_ #aftermath_oops div, #content_ #aftermath_done div
{
	background:url(../images/bkg_contact_errors_icon.png) no-repeat;
	position:relative;
	top:0px;
	left:-8px;
	padding:0px 5px 0px 90px;
	min-height:62px;	/* the height of the exclamation mark */
	font-family:'Trebuchet MS';
	font-size:12px;
	color:#0b1a4b;
}
#content_ #aftermath_done div
{
	background:url(../images/bkg_contact_done_icon.png) no-repeat;
}
/* *************************** Start  FOOTER *************************** */
div.footer
{
	text-align:left;
	margin:0px;
	position:absolute;
	left:300px;
	top:710px;

}

div.footer a
{
	text-decoration:none;
	margin:0px;
	padding-left:0px;
	font-size:12px;
	color:#0033FF;
}

div.footer a:hover
{
	color:#000;
}
/* *************************** Stop  FOOTER *************************** */
