body {
	background-color:#837e78;
	text-align:center;
	margin:0;
	padding:0;
}

img {
		border: none;
}

#mainContentArea {
	postion:relative;
	display:block;
	
	margin:0 auto;
	padding:0;
	text-align:left;
	
	width:984px;
	
	background-image: url("images/bg.png");
	background-repeat: no-repeat;
}

#InnerContent {
	postion:relative;
	display:block;	
}

#contentArea{
	postion:relative;
	display:block;
	
	margin: 0 20px;
	padding: 24px 0;
	
	/*padding:45px 25px 0 25px;*/
	
	height: 370px;
}
#leftColumn{
	position:relative;
	display:block;
	float:left;
	
	height:370px;
	width:370px;
	z-index: 5;
}
#rightColumn{
	position:relative;
	display:block;
	float:left;
	
	height:370px;
	width:574px;
	z-index: 4;
}
#logoAndForms{
	position:relative;
	display:block;
	width: 370px;
	height:140px;
}
#teaserArea{
	position:relative;
	display:block;
	
	height:230px;
	width:360px;
}
#logo {
	position:relative;
	display: block;
	float:left;
	
	width: 200px;
	height:140px;
	
}
#logoImage {
	position:relative;
	display:block;
	
	padding: 30px 0 0 10px;
}
#forms {
	position:relative;
	display: block;
	float:left;
	
	width: 160px;
	height:140px;
	
	top: 0;
}
#forms table{
	position:relative;
	display:block;
	
	margin:0 0 0 0;
}
#forms table tr td{
	padding:0;
}
.formFieldName	{
	font-family: Arial;
	color:#252525;
	font-size:12px;
	margin:0;
	padding:0;
}
.formFieldNameCenter	{
	font-family: Arial;
	color:#252525;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:left;
}
.formFieldName	a{
	font-family: Arial;
	color:#000000;
	font-size:10px;
	text-decoration:none;
	padding:0 10px 0 0;
	
}
.formFieldName	a:hover{
	text-decoration:underline;
}
.formSubmit{
	margin:0 10px 0 0;
}
.formText {
	height:25px;
	width:160px;
	font-size:15px;
	font-family: Tahoma;
	color:#555555;
}

#teaserArea h1 {
	position:relative;
	display:block;
	
	margin:10px;
	padding:0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#a23a43;
}
#teaserArea h1 strong{
	font-size:18px;
}
#teaserArea ul {
	display:block;
	position:relative;
	
	margin:0;
	padding:0 0 0 10px;
	
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#343434;
}
#teaserArea ul li{
	position:relative;
	display:block;
	float:left;
	
	height:24px;
	width:136px;
	
	padding: 0 0 0 20px;
	background-image:url("images/checkmark_sm.gif");
	background-repeat: no-repeat;
	background-positon: left ;
}
#teaserArea a{
	position:relative;
	display:block;
	clear:both;
	
	text-align:center;
	height:41px;
	padding:10px 0 0 0;
}

#previewHeader {
		position: relative;
		margin: 0 auto;
		width:	100%;
		
		padding: 10px 0 0 0;
		
		text-transform: none;
		text-align: center;
}

#p_top {
/*		font: 24px  Arial, Helvetica, sans-serif;
		font-weight: 700;
		color: #A23A43;
		text-align: center;
		letter-spacing: -2;	*/
		
}

#p_left, #p_right {
	display: none;
	background-image: url("images/p_bubble.png");
	background-repeat: no-repeat;
	background-position: top center;

	color: #fff;
	
	position: relative;
	width: 270px;
	height: 68px;
	top: 8px;
	
	font: bold 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
	padding: 12px 10px;
	
	text-align: center;
}


#hotideas {
	position:absolute;
	display:block;
	bottom:-3px;
	left:8px;
	z-index:1;
}

#newsletter {
	position:absolute;
	display:block;
	bottom:-3px;
	left:280px;
	z-index:0;
}

#zoom{
	z-index:99;	
}

#loginError 
{
	position: absolute;
	width: 192px;
	height: 64px;
	background-image: url(images/error_arrow.png);
	background-repeat: no-repeat;
	z-index: 999;	
	left: 154px;
}

.login_error 
{
	position: relative;
	left: 36px; 
	font: 10px arial, helevtica, sans-serif;	
	color: #fff;	
	text-align: left;
	padding: 6px 0;
	display: block;
	
	width: 148px;
}

.login_error_user_name 
{
	top: 12px !important;
}

.login_error_bad_pass 
{
	top: 54px !important;
}
