
/* ----------- My Form ----------- */
.myform{
margin-left: 2%;
width:90%;
padding:1em;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
float: left;
-moz-border-radius: 5px; 
border-radius: 5px; 

}
#stylized h1 {
font-size:1.4em;
font-weight:bold;
margin-bottom:0.5em;
}
#stylized h2 {
font-size:1.2em;
font-weight:bold;
margin-bottom:0.5em;
}


#stylized p{
font-size:1em;
color:#666666;
margin:1em;
padding-bottom:0.5em;
clear: left;
float: left;
width: 40%;
}
#stylized label{
display:block;

font-weight:bold;
text-align:right;
}
#stylized .small{
color:#666666;
display:block;
font-size:0.8em;
font-weight:normal;
text-align:right;
}
#stylized input{
float:left;
font-size:1em;
padding:4px 2px;
border:solid 1px #aacfe4;
width:300px;
margin: 1em;
}

#stylized select{
float:left;
font-size:1em;
padding:4px 2px;
border:solid 1px #aacfe4;
width:300px;
margin: 1em;
}

fieldset { 
-moz-border-radius: 5px; 
border-radius: 5px; 
}

fieldset legend {
font-size: 1.2em;
color: #666666;
}
#stylized fieldset#date_search {
clear: both;
float: none:
}

#stylized fieldset#controls {
display: block;
float:left;
font-size:1em;
padding:4px 2px;
border: none;
width:100px;
margin:0 0 2em 0;
}

/* The following section is for the results page   */

table { 
    font-family: Verdana, Arial;

    border: solid 1px black;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 2em;
}
td, th { 
    border: solid 1px #aaaaaa; 

}
th { background-color: #CCCCCC; }
