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

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

body {
	background-image: url(images/Summit-Login.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 0;
}

#wrap {
margin-left:285px;
margin-top: 225px;
min-width: 500px;
max-width: 500px;
min-height: 200px;
max-height: 200px;
background: #fff;
text-align: center;
}

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


h2 {
font-size: 16px;
color: #fff;
margin-top: 2px;
padding-bottom: 10px;
}

a {
font-size: 13px;
color: #666;
text-decoration: underline;
font-weight: bold;
}




/* ----------| =Header |---------- */ 

#header {
margin-top: 200px;
}


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

#form {
margin-left: 0px;
margin-top: -25px;
padding-top: 5px;
min-height: 30px;
max-height: 30px;
background-color: #ffffff;
}


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

#footer {
	margin-left:250px;
	margin-top:75px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8f989d;
}
#footer p{ 
	margin-left: 30px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}



#footer a {
text-decoration: none;
color: #fff;
}
