﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-color: #ffffff;
}
h1
{
	color: #737373;
	font-size: 20px;
}
h2
{
	color: #F2797F;
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
input
{
	border: solid 1px #737373;
	margin-top: 2px;
}a
{
	color: #F2797F;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
.banana-button,
.normal-button
{
	padding: 0px 10px;
}
.banana-button
{
    background-color: #f9bfc0;
    font-weight: bold;
}
.normal-button
{
    background-color: #e4e4e3;
}
.error
{
	color: #ff0000;
}
#intouch-frame
{
	position: relative;
	width: 962px;
	margin: 10px auto;
}
#intouch-frame #masthead div
{
	height: 96px;
	float: left;
}
#intouch-frame #masthead #logo
{
	width: 194px;
	background: transparent url(intouch-logo.jpg) no-repeat left top;
}
#intouch-frame #masthead #mary-kay
{
	width: 107px;
	background: transparent url(intouch-marykay.jpg) no-repeat left top;
}
#intouch-frame #masthead #welcome
{
	width: 661px;
	background: transparent url(intouch-welcome.gif) no-repeat left top;
	line-height: 96px;
	color: #fff;
	font-size: 22px;
	text-align: center;
}
#intouch-frame #rule 
{
	clear: both;
	height: 1px;
	overflow: hidden;
	background-color: #F6A0A5;
}
#intouch-frame #menu
{
	height: 20px;
	overflow: hidden;
	background-color: #615D5D
}
#intouch-frame #content-frame
{
	padding: 0px 2px;
	background-color: #808080;
}
#intouch-frame #content
{
	min-height: 300px;
	padding: 5px;
	background-color: #fff;
	-height: 300px; /*IE6 hack*/
}
#intouch-frame #footer
{
	background: transparent url(intouch-footer.jpg) no-repeat center top; 
	line-height: 30px; 
	height: 30px; 
	text-align: center;
}
#intouch-frame #footer a
{
	color: #000;
	text-decoration: none;
}
#intouch-frame #footer a:hover
{
	text-decoration: underline;
}
#intouch-frame #copyright
{
	margin-top: 10px; 
	font-size: 8pt; 
	text-align: center;
}
#forgot-password p,
#forgot-password td
{
	font-weight: bold;
}
/* intouch registration */
#intouch-registration
{
	margin: 0px 20px;
}
#intouch-registration h1,
#intouch-registration h2
{
	text-align: center;
}
#intouch-registration p
{
}
#intouch-registration .consultant-name
{
	color: #F2797F;
	font-weight: bold;
	font-size: 14px;
}
#intouch-registration div.command-back
{
	float: left;
}
#intouch-registration div.command-next
{
	float: right;
	color: #737373;
	text-align: right;
	font-weight: bold;
}
#intouch-registration iframe
{
	width: 100%;
	-width: 750px;
	height: 300px;
	border: #a0a0a0 1px solid;
}
/* error details */
#error-details
{
	height: 300px;
}
#error-details #error-details-body
{
	display: none;
	height: 100%;
	overflow: auto;
	border: solid 1px #737373;
	padding: 0px 10px;
}
#error-details-toggle
{
	font-size: 8px;
	font-weight: normal;
	text-align: right;
}
#error-details-toggle a
{
	color: #aeaeae;
}
#error-details-toggle a:hover
{
	text-decoration: none;
}