* {
	font-family: 'Lucida Grande','Myriad Pro', Verdana, 'Trebuchet MS';
}

table {
	border-spacing: 0px;
}

tr.odd {
	background-color: white;
}

h1 {
	font-family: 'Lucida Grande';
}

p {
	font-size: 13px;
}

small {
	font-size: 10px;
}

h1 {
	margin-top: 10px;
	margin-bottom: 0px;
}

h2 {
	color: grey;
	margin-top: 0px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* @group Formular */

label {
	display:block;
	font-weight: bold;
	color:rgb(51,51,51);
	font-size: small;
}

input,select,option,textarea {
	font-size:large;
}

input[type="submit"], input[type="reset"] {
	font-size:medium;
}

.left { 
	width:49%;
	float:left;
 }

.right { 
	width:49%;
	float:right;
}

#form {
	padding: 10px;
	border: 1px dotted grey;
}

/* @end */

#container {
	width: 700px;
	margin-top:20px;
	margin-left: auto;
	margin-right:auto;
	background-color: white;
	min-height: 300px;
	padding: 20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

body {
	background-color: #eee;
}

.errorInfo {
	color: red;
	font-size: smaller;
	display:block;
}


/* BUTTONS */

.button, input.button  {
    display: inline block;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #ccc;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 10px;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.button:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}