/************************
  CSS from Tim & Carlos
  Gives transparent shaddow around box
************************/
div#main
{
	background-color: #FFF;
	background: url(/images/ContactUs-background.jpg) no-repeat 40% 50%;
	background-attachment: scroll;
	color: #828282;
	position: relative;
	overflow: hidden;
	height:629px;
}


.errorRed
{
	font-weight: bold;
	color: #F00;
}
.errorRedStar
{
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	color: #F00;
}
input.error,
textarea.error
{
	background-color: #FCC !important;
	border: 1px solid #F00 !important;
}
select.error
{
	border: 1px solid #F00 !important;
	background-color: #FCC !important;
}

#formBody
{
	position: relative;
	width: 754px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%; /* ER 12/28/09 */
}
#formBody:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#formBodyTop
{
	float: left;
	background: url(/images/Shadow-white-BG-Top.png) no-repeat;
	padding: 0;
	width: 100%;
}
#formBodyMiddle
{
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(/images/Shadow-white-BG-Middle.png);
	background-repeat: repeat-y;
}
#formBodyMiddleInner
{
	margin: 0;
}
#formBodyBottom
{
	float: left;
	background: url(/images/Shadow-white-BG-Bottom.png) no-repeat;
	padding: 0;
	margin: 0;
	width: 100%;
}




/************************
  CSS from Jackson
************************/
div#window
{
	width: 652px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	color: #000;
	font: normal 11px/12px Arial, sans-serif;
	overflow: hidden;
	height: 442px;
}
div#window h1
{
	color: #333;
	text-transform: uppercase;
	text-indent: -9999px;
	height: 25px;
	margin: 0;
	padding: 0;
}
div#window div#head
{
	width: 100%;
	float: left;
	clear: both;
	display: block;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	height: 35px;
}
div#content
{
	width: 570px;
	margin: 15px auto 0;
}
div#window p.results
{
	color: #7b7b7b;
	display: block;
	clear: both;
	padding-top: 10px;
}
div#window.contact-us p.copy
{
	color: #afafaf;
	float: right;
	width: 49%;
	text-align: right;
	margin: 0;
	padding: 0;
}


/* @group Contact Us */
div#window.contact-us
{
	color: #aaa;
}
div#window.contact-us #head h1
{
	background: url(~/media/Images/Revlon/Contact/ContactUs.ashx) no-repeat left bottom;
	float: left;
	width: 45%;
}
div#window.contact-us fieldset
{
	float: left;
	clear: none;
	width: 268px;
	height: 280px;
	line-height: 20px;
	margin: 10px auto 0;
	padding: 15px;
	border: 1px solid #ddd;
	background-color: #fff;
}
div#window.contact-us fieldset#person
{
	margin-right: 10px;
}
div#window.contact-us div#content
{
	width: 94%;
	margin-bottom: 11px;
}
div#window.contact-us label
{
	float: left;
	display: block;
	clear: both;
	
	width: 93px;
	height: 20px;
	margin-left: 0;
	margin-right: 10px;
	padding-top: 5px;
	
	text-align: left;
}
div#window.contact-us input[type=text], div#window.contact-us textarea
{
	width: 156px;
	display: block;
	float: left;
	border: 1px solid #aaa;
	margin-bottom: 5px;
	margin-top: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
}
div#window.contact-us textarea
{
	height: 70px;
}
div#window.contact-us select
{
	color: #aaa;
	border: 1px solid #ddd;
	float: left;
	clear: none;
	width: 160px;
}
div#window.contact-us input.small_input
{
	width: 30%;
}
div#window.contact-us hr
{
	height: 1px;
	border: 0;
	color: #ddd;
	background-color: #ddd;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
	display: block;
}
div#window.contact-us #content p
{
	float: left;
	clear: left;
}
input.btnSend
{
	width: auto;
	border: 0;
	display: block;
	float: right;
	margin-top: 8px;
}
/*---- chatroom pop start here ----*/
a.but_callChat, a.but_callChat:visited, a.but_callChat:hover{
	float:right;
	margin:0 20px 0 0;
	border:0;
}
/*---- chatroom pop ends here ----*/

/* @end */

