﻿@charset "utf-8";

/* Import Default Styling */

@import "myMoney.css";

/***********************************************************************************
 *
 * Styles specific to the Login Page
 *      The Below overwrites anything conflicting with myMoney.css
 *
 ***********************************************************************************/

div#wrapper-content
{
  height: 585px;
  width: 950px;
  
  background:  transparent url('../images/artwork/myMoneySplash.jpg') no-repeat;
  border: none;
  margin: 0px auto;
  padding: 0px;
}
	div#wrapper-content > div
	{
	  position: relative;
	  width:378px;
	  margin: auto;
	}

fieldset 
{
  position: relative;
  margin: auto;
  height: 210px;
  width: 210px;
  top:140px;
  padding: 39px 84px;
  background: url('../images/login/loginBkg.png') no-repeat;
  
  z-index: 10;
}

	fieldset p {margin: 1em 0; }

label 
{
  font-weight: bold;
  font-size: .9em;
  color: #292929;
  margin: 5px 0px 5px 7px;
}

input[type="text"], input[type="password"],
input[type="text"]:focus, input[type="text"]:hover,
input[type="password"]:focus, input[type="password"]:hover
{
  border: none;
  background: url('../images/login/loginTextBox.png') no-repeat;
  
  width: 195px;
  height: 19px;
  padding: 10px 7px;
}

#entry
{
  position:relative;
  top:80px;
  left:285px;
  width:378px;
  height:288px;
  padding:86px 1px 1px 1px;
  background:url(../images/login/loginBkg.png) no-repeat;
}
