@charset "utf-8";
/* CSS Document */
.opera html {
  overflow:visible;}
html {
  overflow-x:hidden;
}

body { height : auto ; width:640px;	color:#e7e7e7; font-family:tahoma; font-size:12px; background-image:url(../images/bg.png); 
background-repeat:repeat;

}
 h1 {font-family:tahoma;
						font-size:24px;
						font-weight:bold;
						line-height:14px;color:#d9d9d9;
						}	
h2 {font-family:tahoma;
						font-size:16px;
						font-weight:bold;
						line-height:10px;color:#ffeecd
						}		
p {text-align:justify}

input[type=text], input[type=password] {width:200px;
				height:22px;
				line-height:22px;
				font-size:12px;
				color:#323232}
input[type=submit] {font-size:12px;font-weight:bold;background-color:#fff;border:0px;height:22px }
		




