html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 13px;
    font-family: Arial;
    vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul { 
   margin-left:25px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { 
    content: "";
}
blockquote, q {
    quotes: "" "";
}

html, 
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font: 12px/1.4em Helvetica, Arial, sans-serif;
}

/*a { */
/*    color: #385ea2; */
/*    text-decoration: none; */
/*}*/
/*a:hover { text-decoration: none; }*/

strong { font-weight: 700; }

h1 {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:25px;
    margin:10px 0;
}

h1 a{
    color: #fff;
    text-decoration: none;
}

h2 { 
    color:#010101;
    font-family:arial;
    font-size:14px;
    font-weight:700;
    margin:0 0 10px;
    padding:0;
}


p { 
    margin:10px 0;
}


code {
    display: block;
    background:#edffb8 none repeat scroll 0%;
    border-color:#b2da3a;
    border-style:solid;
    border-width:1px 0;
    font-size: 13px;
    margin: 1em 0pt;
    overflow:auto;
    padding: 0.3em 0.4em;
    white-space:pre;
}
/* -- Form Styles ------------------------------- */
form {	
    margin: 0;
    padding: 0;
}



div.fieldset {
    border:  1px solid #afe14c;
    margin: 10px 0;
    padding: 20px 10px;
}
div.fieldset span.legend {
    position: relative;
    background-color: #FFF;
    padding: 3px;
    top: -30px;
    font: 700 14px Arial, Helvetica, sans-serif;
    color: #73b304;
}

div.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #D9E4FF;
    
    -moz-border-radius-topleft : 5px;
    -webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
    
}

button,
input,
select,
textarea { 
    /*	border-width: 1px; */
    /*	margin-bottom: 10px;*/
    /*	padding: 2px 3px;*/
}



input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


label { 
    width: 150px; 
    text-align: right; 
    display:block;
    margin-right: 5px;
}

#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */
td {
    font: 10pt Verdana,Arial,Helvetica,sans-serif;
    vertical-align: top;
    padding:4px;
}


