body
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: Black;
	background-image: url(      'http://mkmode.marykay.com.au/images/bck.jpg' );
	background-repeat: repeat-x;
	background-position: center;
	background-attachment: fixed;
}

.CustForm
{
	/*background: #FDE6E6;*/
	width: 400px;
	position: relative;
	left: 20px;
	text-align: left;
	margin-top: 50px;
}

#Container
{
	background-position: center top;
	border-style: solid solid none solid;
	border-width: 1px 1px 0px 1px;
	border-color: #C0C0C0;
	width: 750px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(             'http://mkmode.marykay.com.au/images/background.jpg' );
	padding-top: 150px; /* save space for background header */
	background-repeat: no-repeat;
	position: absolute; /*used to position on middle of screen */
	top: 50%;
	margin-top: -320px; /* make this half your image/element height */
	left: 50%;
	margin-left: -375px;
}

.right
{
	width: 300px;
	float: right;
	margin-top: 50px;
	text-align: left;
	position: relative;
	top: -75px;
	padding-right: 10px;
}


a:link
{
	color: #FF3399;
	text-decoration: none;
}

a:hover
{
	color: #585250;
}

a:visited
{
	color: gray;
	text-decoration: none;
}


input.text:focus
{
	background: #FEEBE8;
	border: 1px solid #C0C0C0;
}


input.text
{
	background: #FFFFFF;
	border: 1px solid #808080;
}

input.btn
{
	background-position: center center;
	border-style: none;
	margin: 10px;
	padding: 5px;
	background-image: url(         'http://mkmode.marykay.com.au/images/buttonp.png' );
	background-repeat: no-repeat;
	background-color: Transparent;
	color: Black;
	vertical-align: middle;
	text-align: center;
	width: 110px;
	height: 30px;
}

input.btn:hover
{
	border-style: none;
	margin: 10px;
	padding: 5px;
	background-image: url(      'http://mkmode.marykay.com.au/images/buttonhp.png' );
	background-repeat: no-repeat;
	background-color: Transparent;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	width: 110px;
	height: 30px;
}

.header
{
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 20px;
	text-align: left;
	vertical-align: middle;
	float: left;
	height: 30px;
	width: 100%;
}

.main
{
	height:438px;
}

.footer
{
	margin: 0 auto;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: Gray;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: small;
	background-color: White;
	width: 750px;
	vertical-align: text-bottom;
	position: absolute;
	bottom: -30px;
	left: -1px;
	
}

.message
{
	text-align: center;
	padding-top: 125px;
	padding-bottom: 50px;
}

