/* 
Credits: Bit Repository
CSS Library: http://www.bitrepository.com/
*/

html, body 
{
padding: 0;
border: 0px none;
font-size: 12px;
font-family: Verdana;
}

table
{
font-size: 12px;
font-family: Verdana;
}

/* Input */
input, select, checkbox
{
margin: 5 5 5 0;
padding: 2px; 

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font-size: 13px;
-moz-border-radius: 3px;
}

#weather
{
/*display: none;*/
 
border: 1px solid #cccccc;
-moz-border-radius: 3px;

width: 450px;

padding: 5px;

height: 100%;
}

.bottom{
color:#999999;
font-size:12px;
font-weight:bold;
}
.bottom a{
font-family:Arial;
color:#999999;
text-decoration:none;
font-size:12px;
font-weight:bold;
}
.bottom a:hover{
font-family:Arial;
color:#000000;
text-decoration:none;
font-size:12px;
font-weight:bold;
}