/* 
Coder: Mohamed Gamal

*/

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: 0px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

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

#weather
{
/*display: none;*/
 
border: 0px solid #ffffff;
-moz-border-radius: 3px;
	color: #CCCCCC;
	text-align:left;
width: 165px;

padding: 5px;

height: 200px;
}
