﻿/* errors.css
----------------------------------*/
html, body {
    height:100%;
}
#container {
    min-height:100%;
}
#content {
    padding-bottom:30px;
}
.shell {
    width:940px;
    margin:0 auto;
}
h2 {
    font-size:2em;
    font-weight:normal;
}
p, ul, form {
    margin:1em 0;
    font-size:1.2em;
    line-height:1.5;
}
form p {
    font-size:1em;
}
ul {
    margin:1em 2em;
}
fieldset label {
    float:none;
	width:auto;
	font-weight:normal;
	margin:0;
}
fieldset input, fieldset .button {
    padding:2px 3px;
    color:#624C62;
}
input#search, .button {
    border:1px solid #515151;    
}
input#search {
    width:400px;
}
.button {
    position:relative;
    top:-2px;
    padding-bottom:5px;
}
abbr {
    border:none;
}