body {
	/*font-size: 62.5%;*/
}

table {
	/*font-size: 1em;*/
}

/* Site
   -------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
    padding: 0;
	background-color: #E7E7E7;
}

p {
	color: #444455;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
}

input, select, textarea {
	outline:0;
	width:300px;
	padding:5px;
	border:1px solid #999;
	outline:0;
	-webkit-border-radius:3.01px;
	border-radius:3.01px;
	-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.15);
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.15);
	position:relative;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

input[type=checkbox] {
	border: none;
}

input:focus, select:focus, textarea:focus {
	outline:0;
	border-color:rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}

.forms{
	margin-bottom: 15px;
    margin-top: 15px;
}


.hasDatepicker {
    width: 100px;
}

.datum.forms > label {
    display: block;
}




/* Layout
   -------------------------------- */
#wrapper {
    left: 50%;
    margin-left: -300px;
	width:600px;
    position: absolute;
}

.logo {
    background-image: url("../images/ALG_Logo.jpg");
    float: right;
    height: 100px;
    width: 100px;
}


#checkbox input {
    width: 30px;
}


h2 {
    font-size: 18px;
    line-height: 24px;
	color: #7DA516;
    font-family: Euphemia,Arial,Helvetica,sans-serif;
	font-weight: normal;
    margin: 9px 0;
    text-rendering: optimizelegibility;
}