/*********************
reset
*********************/


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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
    font: inherit;
	vertical-align: baseline;
}
/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

body{ font: 14px Helvetica, Arial,  "Trebuchet MS", "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif; margin: 50px; line-height: 1.5em;}

/**********************************

New Styles

***********************************/
form#request-form {
    width: 590px;
    border: 1px #004487 solid;
    padding: 0;
    margin-top: 2em;
    box-shadow: 2px 2px 2px #666;
    -webkit-box-shadow: 2px 2px 2px #666;
    background-color: #F0F0F0;
}

form#request-form .button {
    border: 1px solid #004487;
    margin-right: 5px;
    float: right;
    width: 100px;
}

button, .button {
    background-color: #004487;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
button:hover, .button:hover {
    cursor: pointer;
}

form#request-form .button.cancel{
    float: left;
    font: 11px Verdana, Arial, Helvetica, sans-serif;   
    color: #606060;
}

form#request-form legend {
    background-color: #004487;
    color: white;
    font-weight: bold;
    width: 619px;
    margin-left: -7px;

    display: none;
    padding: 4px 0 4px 4px;
}
/* Legend as h2 because of IE bugs*/
form#request-form h2.legend {
    background-color: #004487;
    color: white;
    font-weight: bold;
    width: auto;
    padding: 6px;
    margin: 0;
    font-size: 1.2em;
}
    
form fieldset li {
    list-style: none;
    line-height: 1.5em;
    vertical-align: middle;
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 4px 4px 20px 12px;
}
form fieldset li.actions {
    overflow: hidden;
    background-color: #d2d2d2;
    padding-bottom: 4px;
    padding-right: 0;
}

form fieldset li.notice {
    color: red;
}

form fieldset .formbodyselect {
    margin-left:160px;
    line-height: 1.5em;

}
form fieldset .formbody {
    margin-left:160px;
    line-height: 1.4em;
    margin-top: -10px;

}

form fieldset select {
    
}

form fieldset label {
    vertical-align: middle;
    font-weight: bold;
}

form fieldset .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
margin-top: -12px;
}
form fieldset label.radio {
    margin-right: 10px;
    font-weight: normal;
}

form fieldset label.main {
    border: none;
    white-space: nowrap;
    width: 180px;
    padding-right: 2em;
    text-align: left;
    display: block;
}

form fieldset label {
}

form fieldset input {
    background-color: #F8F8F8;
    border: 1px solid #A0A0A0;
    padding-left:2px;
    font-size: 12px;
    width: 200px;
}

form fieldset textarea {
    background-color: #F8F8F8;
    border: 1px solid #A0A0A0;
    padding-left:2px;
}

form fieldset fieldset {
    border: 0;
    width: 280px;
    line-height: 1.8em;
}

form fieldset fieldset.radios ol {
    display: block;
    float: left;
}

form fieldset fieldset label {
    font-weight: normal;
}

h1 {
    color: #004487;
    font: normal normal normal 16px/normal arial;
    font-weight: bold;
}
div.errorMessage {
    font-weight: normal;
    padding-left: 16px;
    font-size: 0.9em;
    color: red;
    position: absolute;
    left: 0;
    margin-top: -2px;
}
#length, small {
    font-size: 0.9em;
    position: relative;
    width: 100%;
    left: 4px;
    padding-left: 0;
}

strong {
    font-weight: bold;
}

ul.urlinfo, ul.userinfo {
    float: left;
    margin: 10px 0 10px 0;
}
ul.userinfo {
    padding-top: 0;
    padding-left: 20px;
    width: 270px;
}
ul.urlinfo {
    padding-right: 20px;
    border-right: 1px solid grey;
    width: 270px;
}
form input.text {
    width: 200px;
}

div#content > div.flash-error, div#content > div.flash-success {
    width: 500px;
    margin: 0 auto;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
        font-size: 1em;
        font-weight: bold;        
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}