/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
	border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 5px 0px;
	font-weight: normal;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
    font-weight: bold;
}

h5 {
    font-size: 1.1em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

ul {
	padding: 0 0 0 15px;
	margin: 10px 0;
}

ul li {
	list-style-position: outside;
}

p {
	margin: 5px 0;
	text-align: left;
}

a {
    text-decoration: none;
    color: #f7941d;
}

a:hover {
    text-decoration: underline;
}
textarea{
    height: 200px !important;
    max-width: 480px;
    overflow:auto;
}
#system-message > .error > ul,
#system-message > .message > ul{
    background: none repeat scroll 0 0 transparent;
    
}
#system-message > dd > ul > li{
	text-transform: uppercase;
	font-family: 'abelregular';
}
.error{
    color: red;
    font-family: 'abelregular';
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
input[type=file]{
    border: medium none !important;
    margin: 5px 0;
} 
