﻿/**
*LOGIN STYLE
*/

.loginWrapper 
{
	position: relative;
	float:right;
	width: 550px;
	height: 25px;
	margin: 0px 0px 0px 0px;
}

.loginWrapper label
{
	position: relative;
	display: inline-block;
	bottom: 2px;
  font-size: 13px;
}


#loginButton {
	height: 25px;
	width: 83px;
	margin: 0px 0px 0px 25px;
	background: url(/Content/Images/buttons/VMP_login.png) no-repeat 0px 0px;
	border: 0px;
	padding: 0px;
	cursor: pointer;
}

#loginButton:hover {
	height: 25px;
	width: 83px;
	margin: 0px 0px 0px 25px;
	background: url(/Content/Images/buttons/VMP_login.png) no-repeat 0px -25px;
	border: 0px;
	padding: 0px;
}


#labelPassword
{
	margin: 0px 0px 0px 5px;
}

.loginWrapper #username, .loginWrapper #password
{
	display: inline-block;
	position: relative;
	bottom: 2px;
	height: 16px;
	width:130px;
	padding:1px;
	margin-bottom: 3px;
	font-size: 11px;
	border-color:#8E9091 #C9CBCC #EBECEE;
	border-style:solid;
	border-width:1px;
}

.validation-summary-errors 
{
	position: absolute;
	top: 25px;
	left: 10px;
  width: 320px;
  font-size: 11px;
  background-color: #CCC;
  color: Red;
  font-weight: 900;
  padding: 12px;
}

.validation-summary-errors span
{
    display: block;
    font-size: 15px;
    margin: 0px 0px 5px 0px;
}

.validation-summary-errors ul
{
    list-style: none;
}


/*--------------------------- MAIN STYLES -------------------------*/
.panelBodyHome 
{
	padding: 25px 0px 20px 25px;
}

.panelBodyHome ul {
	float:left;
	text-indent:15px;
	list-style-position:inside;
	margin: 15px 10px 15px 10px;
	font-size:15px;
	line-height:28px;
}

.panelBodyHome img {
	float:right;
	margin: 0px 50px 0px 0px;
}

.panelBodyHome h1 {
	font-size: 20px;
	font-weight: bolder;
	line-height: 35px;
}

#introHeader {
	font-size: 37px;
	margin-bottom: 10px;
}

a#zipLookUpButton 
{
    display: block;
    height: 25px;
    width: 128px;
    background: url(/Content/Images/buttons/zipcodeLookup.png) no-repeat 0px 0px;
    margin: 25px 0px 0px 0px;
}

a#zipLookUpButton:hover
{
    background: url(/Content/Images/buttons/zipcodeLookup.png) no-repeat 0px -25px;
}

a#zipLookUpButton:active
{
    background: url(/Content/Images/buttons/zipcodeLookup.png) no-repeat 0px -50px;
}

#zipLookUpButton span
{
    display: none;
}
