@CHARSET "UTF-8";

/* ######################### STRUKTUR LOGIN START ######################### */

#left-middle{
	height:auto;
	width:42%;	
}

#right-middle{
	height:auto;
	width:50%;
	float:left;
	margin-left:7%;
	line-height:1;
}

/* ################### LOGIN START ################### */
/* CSS Document */
form{
	width:99.9%;
	line-height:1.2; 	
}

form input[type="submit"]{
  font-size:1em;
  background:none;
  border:none;
  margin-top:1em;
}
form input[type="submit"]:hover{
    cursor:pointer;
}

form textarea{
  font-family:font_smaek_normal, Verdana, sans-serif;
	resize:none;
	width:99.9%;
  border:1px solid #999999;
  padding:2px;
  font-size:1em;
}
form table tr td input{
  border:1px solid #999999;
  font-family:font_smaek_normal, Verdana, sans-serif;
	resize:none;
	width:90%;
	font-size:1em;
	padding:3px; 
}


form table{
	font-size:1em;	
	width: 100%;
}
form table td{
	vertical-align:top;
  padding-top:3px;
  padding-bottom:3px;
}
form table td + td{
  padding-top:0;
}


