body {
  background-color: #e1ddd9;
  font: 12px Arial, Helvetica, sans-serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
  overflow-x:hidden;
}
#inhalt { 	
  position:absolute;
  width:400px;
  margin:-100px 0px 0px -200px;
  top: 50%; 
  left: 50%;

  text-align: left;
  padding: 0px;
  background-color: #fff;
  border: 1px dotted #000000;
  overflow: hidden;
  z-index:6;
}
p, h1 {
margin: 0px; 
}

#inhalt p, h1{
padding: 6px 0 0 5px; 
}

h1 {
font-size: 14px;
text-align: center;
color: #564b47;
background-color: #C3D9FF;
background:transparent url(images/titlebg.gif) repeat-x scroll left top;
padding-top:15px;
}

a { 

background-color:transparent;
text-decoration: none; 
}



.title {
background:#C0F38B;
position:absolute;
text-align:left;
width:99%;
height:80px;
padding:4px;
}

.nav{
	padding: 30px 10px 20px 0;
	 font: 14px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    right: 0;
	text-align: right;
}


.nav a{
   color: #333;
    text-decoration: none;
	font-weight:bold;
}

.nav a:hover{
	color: #666;
    text-decoration: none;
}

.navselected{
    font-weight: bold;
}





div#formcontainer {
	background: #fff;
	color: #454545;
	font: 12px Tahoma, sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

div#formcontainer div#formset {
	padding: 5px;
	background-color: #FFF;
}

div#formset p#legend {
	margin-bottom: 1em;
}

div#formset p#legend em {
	color: #C00;
	font-style: normal;
}

div#formset div#errors {
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 35px;
	border: #FC6 1px solid;
	background: url(img/icon_error.gif) #FFC no-repeat 5px 5px;
}


div#formset div.information, div#formset div#hesap{
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 35px;
	border: #FC6 1px solid;
	background: url(img/icon_info.gif) #FFC no-repeat 5px 5px;
	width:160px;
	float:right;
}

div#formset div#hesap{ /*onay.asp deki banka hesap bilgileri*/
	width:250px;
}


div#formset div#errors p {
	margin: 0;
}

div#errors ul {
	margin: auto;
	margin-bottom: 0.5em;
	list-style: disc;
}

div#formset div#errors p em {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}

div#formset p  {
	margin: 0;
}

div#formset fieldset {
	margin: 0 0 1em 0;
	padding:0;
	border: #DDD 1px solid;
}

div#formset fieldset legend {
	font-weight: bold;
	color: #666;
}

div#formset fieldset div {
	padding: 0.25em 0;
}

div#formset label, 
div#formset span.label {
	margin-right: 0.5em;
	padding-right: 0.5em;
	width: 10em;
	display: block;
	float: left;
	text-align: right;
/*	position: relative; */
}
div#formset label.normal {
	margin: 0;
	padding: 0;
	width:auto;
	display:inline;
	float:none;
	clear:both;
}

div#formset label.error, 
div#formset span.error {
	color: #C00;
}

div#formset label em, 
div#formset span.label em {
/*	position: absolute; */
	right: 0;
	font-size: 120%;
	font-style: normal;
	color: #C00;
}

div#formset input.error {
	border-color: #C00;
	background-color: #FEF;
}

div#formset input:focus,
div#formset input.error:focus, 
div#formset textarea:focus {
	background-color: #FFC;
	border: 1px solid black;
	color:#FF0000;
}

/*div#formset div ul {
	margin: 1.25em 0 1em 10em;
	list-style: none;
}
*/

div#formset div ul li {
	float: none;
}

div#formset fieldset div.controlset label, div#formset fieldset div.controlset input {
	display: inline;
	float: none;
	width: auto;
}

div#formset fieldset div.controlset div {
	margin-left: 11em;
}

div#formset div.buttonrow {
margin-left: 12em;
}

div#formset .button {
	width: 90px;
}
