/*CSS Fuer den Login-Bereich*/

.commentform {
display: none;
}

form {
	background: #F0F0F0 url(../images/entry_top_comment.gif) no-repeat left top;
	width: 400px;
	margin-left: 11%;
	margin-top: 3%;
}

fieldset {
	position: relative;
	padding: 20px;
	border: none;
	background: transparent url(../images/entry_bottom_comment.gif) no-repeat left bottom;
}

fieldset p label {
	padding: 5px 0;
}

fieldset p input#uinput {
	margin-bottom: 8px;
}


legend {
	padding-top: 10px;
	font-size: small;
	font-weight: bold;
	color: black;
}

label {
	display: block;
}


input.button {

	width: 128px;
	height: 36px;
	border: 0px solid #E3E3E3;
	cursor: pointer;
	font-size: 90%;
	background: #F5F5F5 url(../images/ui_registerbtn_events.gif);
}

input.button:hover {
border: 1px solid #C9C9C9;
background-color: #E8E8E8;
}

input.button:visited {
border: 1px solid #E3E3E3;
background-color: #F5F5F5;
}

input.button:active, input.button:focus {
border: 1px solid #BCBCBC;
background-color: #DBDBDB;
}



input#author:focus, input#uinput:focus {
	background-color: #E1ECF2;
}


textarea {
	width: 300px;
	height: 100px;
}
