/*   
Theme: varix² SILVER
Theme URL: www.live.varix2.de 
Author: media design mueller
Author URL: http://www.media-design-mueller.de
Version: 1.1
Copyright (c) 2010  media-design-mueller.de
*/
body {
	text-align:center;
	background-color: #FFF;
	background-repeat: repeat-x;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	behavior: url("css/csshover3.htc");
	margin:0;
	padding:0;
	color: #333333;
}
h1, h1 a {
	font-size: 28px;
	color: #666666;
	margin-bottom: 0.4em;
	margin-top:0;
	padding:0;
	font-weight: normal;	
}
h2, h2 a{
	font-size: 19px;
	color: #8D8D8D;
	margin-bottom: 0.4em;
	margin-top:0.2em;
	padding:0;
	font-weight: normal;
}
h3, h3 a {
	font-size: 16px;
	color: #666666;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top:0;
	margin-top:0.4em;
	margin-bottom: 0px;
	margin-bottom: 0.4em;
}
h4, h4 a {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 0px;
	margin-bottom: 0.4em;
}
h5, h5 a {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	margin-bottom: 0px;
}
a:link, a:visited {
	
	text-decoration: none;
}
a:hover {
	
	text-decoration: underline;
}
table {
	font-size: 14px;
}
hr {
	border:none;
	background-color:#999999;
	color:#999999;
	height:1px;
	width:auto;
	margin-bottom:12px;
	margin-top:12px;
}
.radio_box {
	border:0;
	margin-right: 8px;
}
/*FORM */
form div label {
	float: left;
	width: 50%;
	margin-right:16px;
}
fieldset {
	border: 0px dotted #999999;
	margin-top: 1.4em;
	padding: 1.1em;
}
legend {
	color: #333;
	font-size: 18px;
	background-color: #FFF;
}
.input_field {
	margin-bottom:4px;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
}
form {
	/*
	margin-left:8px;
	padding:16px 16px 40px 16px;
	font-weight:normal;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:5px;
	background:#fff;
	border:1px solid #e5e5e5;
	-moz-box-shadow:rgba(200, 200, 200, 1) 0 4px 18px;
	-webkit-box-shadow:rgba(200, 200, 200, 1) 0 4px 18px;
	-khtml-box-shadow:rgba(200, 200, 200, 1) 0 4px 18px;
	box-shadow:rgba(200, 200, 200, 1) 0 4px 18px;
	*/
}
form .forgetmenot {
	font-weight:normal;
	float:left;
	margin-bottom:0;
}
.button-primary {
	font-family:"Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding:3px 10px;
	border:none;
	font-size:12px;
	border-width:1px;
	border-style:solid;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	cursor:pointer;
	text-decoration:none;
	margin-top:-3px;
}
#login form p {
	margin-bottom:0;
}
form .forgetmenot label {
	font-size:11px;
	line-height:19px;
}
form .submit, .alignright {
	float:right;
}
form p {
	margin-bottom:24px;
}