
* {
    margin: 0;
    padding: 0;
}
   
body {
    background: #FFDBE6;
    text-align: center;
    
    font-family: Arial, sans-serif;
}

#header {
    margin: 0 auto 2em auto;
    width: 400px;
    height: 75px;
    
    background: url("assets/header.png") no-repeat center;    
}

#main {
    width: 60%;
    margin: 2em auto;
    padding: 2em;
    
    background: #fff;
}

#main, input.text {
    border: 1px solid #FE86A4;
}

form dl {
	margin: 0 auto;
	text-align: left;
	width: 25em;
}

form dt {
	width: 8em;
	float: left;
	position: relative;
	top: 1.25em;
	text-align: right;
}

form dd {	
	margin-left: 9em;
	text-align: left;
}

form label, input {
    margin: 0.5em;
    font-size: 1.2em;
    font-weight: bold;    
}

form input {
    padding: 0.5em 0.25em;
}

h1, h2 {
    text-align: left;
    padding-bottom: 1em;
}

h3 {							/* error message */
	color: #ff0000;
	padding-bottom: 0.5em;	
}

#navi {
    margin-top: 5em;
}

.multiple form, .multiple p {
    display: inline; 
}

#barn li {
    list-style-type: none;
    display: inline;
    margin: 0.5em;
}

#barn li img {
    width: 100px;
    max-height: 100px;
}

table td, table th {
	background-color: #ddd;
	padding: 0.25em 0.5em;
	text-align: left;
}

a {
    color: #78C0F9;
    text-decoration: none;
    font-weight: bold;    
}

a:hover {
	text-decoration: underline;	
}

a.current {
    color: #000;
    cursor: default;
}

a.current:hover {
	text-decoration: none;	
}






