/* CSS Document */

#midden_blok_scroll {
	overflow-x: hidden;
	overflow-y: auto;
}

#midden_blok_scroll a {
        color: #000000;
        text-decoration: none;
}


#form {
	margin: 10px;
	width: 450px;
}
	
#form table {
	width: auto;
	font-size: 1em;
}
	
#form table th {
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}
	
#form table td {
	font-size: 0.9em;
}
	

#form .txtline,
#form .txtarea {
	width: 250px;
	border: 1px solid #999999;
}
	
#form .txtarea {
	height: 80px;
}
	
#form .submit {
	margin: 5px auto;
	background-color: #CC0033;
	color: #FFFFFF;
	border: 1px solid #CC0033;
}
	
#form .submit:hover {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #CC0033;
}
	
#form .required {
	text-align: center;
	font: 0.8em;
}
	
#form .center {
	text-align: center;
}

p a:link,
p a:active,
p a:hover,
p a:visited{
   text-decoration:none;
   font-weight:bold;
}
