/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#contactFormContainer
{
	position: fixed;
	left: 20%;
	z-index: 999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
	
/* Hides the whole contact form until needed */	
#contactForm
{
	border-radius: 0px 0px 10px 0px;
	-moz-border-radius: 0px 0px 10px 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
	height: 312px;
	width: 510px;
	background: #aaa; 
	border: 1px solid #929191;
	padding: 10px 10px 12px 10px; 
	color: #fff;
	display: none;
}

#contactForm #top
{
	height: 40px;
	margin-bottom: 10px;
	background-color: #999;
	border:solid 1px #929191;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

#contactForm #sx
{
	float: left;
	width: 150px;
	height: 260px;
	overflow: hidden;
	border-radius: 0px 0px 0px 10px;
	-moz-border-radius: 0px 0px 0px 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	text-align: center;
}

#contactForm #dx
{
	float: left;
	margin-left: 10px;
	width: 346px;
	height: 260px;
	border: solid 1px #929191;
	background-color: #999;
	border-radius: 0px 0px 10px 0px;
	-moz-border-radius: 0px 0px 10px 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
	background-color: #transparent;
}

#contactForm #title
{
	float: left;
	width: 330px;
	padding:10px;
	font-weight: bold;
	font-size: 18px;
	font-family: "Comic Sans MS", cursive;
	overflow: hidden;
}
#contactForm #social
{
	float:right;
	height: 40px;
	overflow: hidden;
}
#contactForm #social ul
{
	margin-top: 5px;
}
#contactForm #social li
{
	float: left;
	margin-right: 10px;
}
#contactForm #social img
{
	width: 30px;
	height: 30px;
}

#contactForm #dx #dxContainer
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
}
#contactForm #dx #divForm
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
}
#contactForm #dx #map
{
	position: absolute;
	left: -346px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
}
#contactForm #dx #mapGoogle
{
	width: 326px;
	height: 240px;
	margin: 10px 0px 0px 10px;
	overflow: hidden;
}

/* Some styling for the contact button */
#contactFormContainer .contact
{
	position: absolute;
	height: 40px;
	width: 640px;
	background: #41A06D;
	border-style: solid;
	border-color: #929191;
	border-width: 0px 1px 1px 1px;
	left: 0px;
	bottom: -40px; 
	cursor: pointer;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
}

#contactFormContainer textarea, #contactFormContainer input
{
	outline: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#contactFormContainer textarea
{
	resize: none;
}

#contactFormContainer a
{
	text-decoration: none;
}

#contactForm #divName, #contactForm #divEmail, #contactForm #divMex
{
	padding: 10px 10px 0px 11px;
	margin-bottom: 5px;
}

#contactForm #divName
{
	width: 305px;
	height: 15px;
}

#contactForm #divEmail
{
	width: 305px;
	height: 15px;
}

#contactForm #divMex
{
	width: 304px;
	height: 114px;
}

#contactForm #btnSend
{
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 60px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

#contactForm #divError
{
	margin-top: 10px;
	font-size: 10px;
	padding: 7px 10px;
	height: 20px;
	overflow: hidden;
}

#contactForm #address
{
	text-align: left;
	font-size:10px;
	color: #FFF;
	line-height: 14px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 18px;
	height: 58px;
	overflow: hidden;
}

#contactForm #address a
{
	color: #FFF;
}

#contactForm #address a:hover
{
	text-decoration: underline;
}

#contactForm .actions
{
	text-align: right;
	color: #FFF;
	height: 17px;
	font-size: 9px;
	font-weight: bold;
	margin-bottom:5px;
	overflow: hidden;
}

#contactForm .actions span a
{
	color: #FFF;
}

#contactForm .actions span a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

#contactForm .actions .actionLeft
{
	float:left;
	margin-left:10px;
}

#contactForm .actions .actionRight
{
	float:right;
	margin-right: 10px;
}

#contactForm .actions img
{
	margin-bottom:-3px;
}


.red-skin #contactForm #sx, .red-skin #contactForm #btnSend
{
	background-color: #C60013;
	border: solid 1px #930009;
}
.red-skin #contactForm #btnSend:hover
{
	background-color: #D71123;
}
.red-skin #contactForm #divError
{
	color: #C60013;
}
.blue-skin #contactForm #sx, .blue-skin #contactForm #btnSend
{
	background-color: #1300C6;
	border: solid 1px #090093;
}
.blue-skin #contactForm #btnSend:hover
{
	background-color: #2411D7;
}
.blue-skin #contactForm #divError
{
	color: #1300C6;
}
.green-skin #contactForm #sx, .green-skin #contactForm #btnSend
{
	background-color: #00C600;
	border: solid 1px #009900;
}
.green-skin #contactForm #btnSend:hover
{
	background-color: #11D711;
}
.green-skin #contactForm #divError
{
	color: #00C600;
}
.pink-skin #contactForm #sx, .pink-skin #contactForm #btnSend
{
	background-color: #F535AA;
	border: solid 1px #C21388;
}
.pink-skin #contactForm #btnSend:hover
{
	background-color: #F646BB;
}
.pink-skin #contactForm #divError
{
	color: #F535AA;
}