form[name=hashform] {
	margin-top: 40px;
}
#hashtabelle tr td:first-child {
	font-weight: bold;
	text-align: right;
	min-width: 99px;
}

#hashtabelle tr td:first-child * {
	cursor: pointer;
	font-size: 105%;
}
td {
	padding: 5px;
}

input, textarea {
	padding: 10px;
}

#submitbutton {
	text-align: center;
}

input[type=submit] {
	margin:auto;

/*	
	font-family: Verdana, Geneva, sans-serif;
    font-size: 24px;
    color: #FFF;
    padding: 5px 50px 5px 50px;
    border: 1px solid #999;
 
    text-shadow: 0px 1px 1px #666;
    text-decoration: none;
 
    -moz-box-shadow: 0 1px 3px #111;
    -webkit-box-shadow: 0 1px 3px #111;
    box-shadow: 0 1px 3px #111;
*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    /* #2f68a0 */
	/* #6A97C6 */
	background: rgba(106,151,198,1);
	background: -moz-linear-gradient(top, rgba(47,104,160,1) 0%, rgba(106,151,198,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47,104,160,1)), color-stop(100%, rgba(106,151,198,1)));
	background: -webkit-linear-gradient(top, rgba(47,104,160,1) 0%, rgba(106,151,198,1) 100%);
	background: -o-linear-gradient(top, rgba(47,104,160,1) 0%, rgba(106,151,198,1) 100%);
	background: -ms-linear-gradient(top, rgba(47,104,160,1) 0%, rgba(106,151,198,1) 100%);
	background: linear-gradient(to bottom, rgba(47,104,160,1) 0%, rgba(106,151,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f68a0', endColorstr='#6A97C6', GradientType=0 );
	
    cursor: pointer;
    color: white;
    font-size: 105%;
}

input[type=submit]:hover {
	opacity: .8;
}
input[type=text], textarea {
	width: 95%;
	border-collapse: collapse;
	border: 1px solid #bdc7d8; 
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	
}

textarea {
	margin-left: 4px;
}
fieldset {
	margin-top: 10px;
	/*background-color: #6695C5;*/
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

legend {
	/*padding-top: 5px;*/
	padding-left: 10px;
	padding-right: 10px;
}
