@charset "UTF-8";
/* CSS Document */

body {
	background-color: #a4c3cb;
	padding: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000;
	line-height: 75%;
	margin-left: 75px;
	
}

#wrap {
    margin: auto;
	width: 600px;
	background: #fff;

}

/* ----------| =Basic Page Elements |---------- */ 

p {
text-align: center;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #fff;
}

.center {
	text-align: center;
	
}

/* ----------| =Password |---------- */ 

#password table {
background-image: url(images/password-bg.jpg);
background-repeat: no-repeat;
Padding: 15px;

}

#password p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;

}

#password a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #666;
text-decoration: none;
}

#password a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #666;
text-decoration: none;
}
