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

/* ----------| =Initial Page Structure |---------- */ 

body {
background-image: url(images/pw-bg.png);
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
}

#wrap {
margin: auto;
width: 600px;
height: 400px;
background: #ffffff;
text-align: center;
}

h2 {
font-size: 16px;
color: #000000;
}


a:link,  a:visited {
font-size: 13px;
color: #000000;
}

/* ----------| =Form |---------- */ 

#form {
width: 500px;
height: 125px;
position: relative;
left: 50.5px;
top: 10px;
}

/* ----------| =Footer |---------- */ 

#footer {
	margin-top: 50px;
}

#footer p {
color: #78a22f;
font-size: 12px;
}

#footer a:link {
color: #78a22f;
text-decoration: none;
}

#footer a:visited {
color: #78a22f;
text-decoration: none;
}

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

#password table {
padding: 15px;
}

#password a:link {
color: #000000;
text-decoration: none;
}

#password a:visited {
color: #000000;
text-decoration: none;
}
