﻿/* Fashionbug CSS*/
body 
{
	font-family: Arial;
	color: #000;
	background-color: White;
	font-size: 13px;
}

#wrapper 
{
	margin: 0 auto;
	width: 992px;
	border: 5px solid #666;
	background-color: White;
}

#header 
{
}

#colLeft 
{
	width: 253px;
	height: 100%;
	float: left;
	background-color: White;
}

#colRight 
{
	width: 619px;
	background-color: White;
	padding: 0 40px 0 40px;
	height: 100%;
	float: left;
}

#submit 
{
	margin: 20px 0 20px 0 ;
	padding: 20px 20px 20px 20px;
	background-color: #dfdfdf;
}

#facebookshare
{
	background-color: #E8F0F9;
	border-style: solid;
	border-width: 1px;
	border-color: #ABD2E9;
	margin-top: 20px;
	padding: 15px 20px 15px 20px;
}

#footer 
{
	clear: both;
	background-color: #0ff;
}

.formLayout 
{
	width: 575px;
	display: table-row;
}

.optLayout
{
	width: 619px;
	height: 35px;
}

.tinyText
{
	width: 100%;
	font-size: 11px;
}

.inputFieldsLeft
{
	 width: 300px; 
	 float: left; 
	 text-align: right;
	 display: inline;
}
.inputFieldsLeftAlign
{
	width: 200px;
	float: right;
	text-align: left;
	display: inline;
}
.inputFieldsLeftAlignNoAst
{
	width: 200px;
	float: right;
	text-align: left;
	display: inline;
	text-indent: 11px;
}

.inputFieldsRight
{
	width: 230px; 
	display: inline;
}

.inputFieldsRightRequired
{
	width: 230px;
	display: inline;
}

input 
{
	font-size: 18px;
}

.clear 
{
	clear:both;
}




