/* 
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
{
	-moz-border-radius: 3px;
	width: 100%;
	padding: 5px;
	height: 240px;
	margin-top: 10px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}#wmenu {
	/*display: none;*/
 
border: 0px solid #cccccc;
	-moz-border-radius: 3px;
	width: 100%;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 80px;
}
