@import "reset.css";

body{ color: #000; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }

a{ text-decoration: none; }

#login{ width: 400px; margin: 10px auto; }
#login #logo img{ margin: auto; display: block; }

#frm{ width: 400px; height: 200px; border:1px solid #afafaf; background-color: #f5f5f5; margin-top: 20px; }
#frmi{ padding: 10px 20px; }

h2{
	text-align: center;
	background-image: url(../images/h2_bck.jpg); height: 33px; line-height: 33px; color: #444543;
}

fieldset{}

legend{ display: block; text-align: center; background-color: red; }

label{ display: block; color: #0e0f0e; font-weight: bold; height: 1.6em; line-height: 1.6em; }
.txt{ width: 349px; border: 1px solid #e1e1e1; }

p.btns{ text-align: right; padding: 5px 10px; }
p.no{
	line-height: 1.6em;
}

#links{ padding: 5px 0; }
#links a{ color: #504f4f; font-size: 11px; }
#links a:hover{ color: #000; text-decoration: underline; }

#msnLogin{ background-color: #900; color: #FFF; padding: 10px; line-height: 18px; }

#load{ color: #900; font-size: 11px; font-weight: bold  }
#load img{ vertical-align: middle; }

#access{
	text-align: center;
}

#preload{
	background-color: #9bc200;	 color: #FFF;
	border: 2px solid #444543;
	padding: 2px 10px; position: absolute; top: 5px; left: 5px;
}