/* 
    Document   : userpass
    Created on : 07-Dec-2009, 12:44:44
    Author     : jude
*/

body {
	font-family				: Tahoma,'sans-serif';
	font-size				: 12px;
	background				: #DDD;
}

h2 {
	font-size				: 130%;
}

div.box {
	-moz-border-radius		: 1.75em;
	-webkit-border-radius	: 1.75em;
	border					: 0.25em solid #AAA;
	width					: 30em;
	margin					: 2em auto 0 auto;
	background				: white;
	text-align				: center;
}

div.fixed {
	height					: 7em;
}

a {
	color					: #885885;
	font-weight				: bold;
	text-decoration			: none;
}

a:hover {
	color					: #882222;
}

div.h2-container {
	height					: 2em;
}
