﻿.ContactFormHolder
{
	position:relative;
}

.ContactFormHolder .ContactVisible
{
	cursor:pointer;
	color:white;
	text-decoration:underline;
	padding-left:9px;
	background:url('/Portals/1/Skins/images/linkIconWhite.gif') no-repeat left;
	font-weight:bold;
}

.ContactFormHolder .ContactUsHolder
{
	position:absolute;
	top:27px;
	left:-200px;
	width:265px;
	height:280px;
}

.ContactFormHolder .ContactUsHolder .FormHolder
{
	height:250px;
}

.ContactFormHolder input
{
	width:246px;
}

.ContactFormHolder textarea
{
	width:246px;
	height:90px;
}

.ContactFormHolder .SendForm
{
	margin-top:10px;
}

.ContactFormHolder .SendForm .ContactUsClose,
.ContactFormHolder .SendForm a
{
	font-size:11px;
	position:relative;
	float:left;
	display:block;
	color:black;
	text-decoration:underline;
	padding-left:9px;
	background:url('/Portals/1/Skins/images/linkIcon.gif') no-repeat left;
	font-weight:bold;
}
.ContactFormHolder .SendForm .ContactUsClose
{
	display:block;
	float:right;
	padding-right:15px;
	cursor:pointer;
}
