@charset "utf-8";


.mainFormTitle {
 	color:#01679a;
	margin-top:-25px;
	font: 22px/30px Tahoma;
}
body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#72716c;
	background: #ECB42A url("../images/yaz/background.png") repeat-x;
}
.container_wrapper {
	width: 700px;
	margin: 0 auto 0 auto;
}
.vitaminFormWrapper h3 { 
	font-size:14px;
	padding:5px 0;
}
.vitaminFormWrapper p { 
	padding-bottom: 5px;
	line-height:16px;
}

#header { 
	height:126px;
	width:700px;
	background: url("../images/yaz/header.jpg") no-repeat;
}
.formContainer {
	padding: 0;
	background: #feea94 url("../images/yaz/formmback.png") no-repeat top;
	height:500px;
	min-height:500px;
}
.formContainerTop {
	height:45px;
	background: url("../images/yaz/sayfa_top.png") no-repeat;
}

.formContainerBottom {
	height:110px;
	padding: 0;
	background: url("../images/yaz/footer.jpg") no-repeat;
}

.vitaminFormWrapper {
	padding:20px 41px 40px 40px;
}

/* set the size of the definition list &lt;dl&gt; and add the background image */
#imap {
	display:block;
	width:700px;
	height:126px;
	background:url(../images/yaz/header.jpg) no-repeat;
	position:relative;
	margin-bottom:0;
}

/* place the &lt;dd&gt;s in the correct absolute position */
#imap dd {
	position:absolute;
	padding:0;
	margin:0;
}
#imap #pvitamin {
	left:26px;
	top:36px;
	z-index:20;
}
#imap #pmeb {
	left:487px;
	top:30px;
	z-index:20;
}
#imap #pturktelekom {
	left:578px;
	top:38px;
	z-index:20;
}
/* style the &lt;dd&gt;&lt;a&gt; links physical size and the background image for the hover */
#imap a#vitamin {
	display:block;
	width:200px;
	height:65px;
	text-decoration:none;
	z-index:20;
}
#imap a#meb{
	display:block;
	width:75px;
	height:75px;
	text-decoration:none;
	z-index:20;
}
#imap a#turktelekom {
	display:block;
	width:100px;
	height:60px;
	text-decoration:none;
	z-index:20;
}
/* style the span text so that it is not initially displayed */
#imap a span, #imap a:visited span {
	display:none;
}
/* move the link background image to position 0 0 when hovered */
#imap a#vitamin:hover, #imap a#meb:hover, #imap a#turktelekom:hover {
	background-position:0 0;
}
