﻿/* Contact Us
*-----------------------------------------------------------------------*/
#contact-form-container
{
    font-family: Arial;
    font-size: 14px;
    position: relative;
    display: none;
    width: 527px;height: 473px;
    background-color: #eaeaea;
            
    border: 1px solid #000000;
}

#contact-form-container h1 
{
    margin: 0px;
    display: block;
    height: 30px;
    width: 100%;
    font-size: 18px;
    text-indent: 15px;
    line-height: 30px;
    background-color: #cccccc;
    border-bottom: 1px solid #000000;
}

#contact-form-container dl
{
	width:495px;
	height:355px;
    margin: 25px auto;
	background-color:transparent;
}

#contact-form-container dl dt,#contact-form-container dl dd
{
	padding-bottom:0px;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	border:none;
	color:#000000;
	display:inline-block;*display:inline;*zoom:1;
	height:23px;
	margin:0px;
	padding-bottom:5px;
	vertical-align:text-top;
}

#contact-form-container dl dt
{
	width:118px;
}

#contact-form-container dl dd
{
	width:365px;
}

#contact-form-container a.ui-button {
    
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    width: 70px;
	height:24px;
    line-height: 24px;
	padding:0px;
    position: absolute;
    bottom: 20px;
    right: 50%;
    margin-right: -242px;
    
    border:1px solid #090909;
    background-color: #090909; /*#317572; */	
    background-image: -moz-linear-gradient(top, #2d2d2d, #090909);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2d2d2d), to(#090909));
    background-image: -webkit-linear-gradient(top, #2d2d2d, #090909);
    background-image: -o-linear-gradient(top,#2d2d2d, #090909);
    background-image: linear-gradient(top, #2d2d2d, #090909);

}

#contact-form-container dl dd input[type='text'],#contact-form-container dl dd textarea
{
    margin-bottom:2px;
	margin-top:2px;
	background-color:#EFEFEF;
	
	border:1px solid #999999;
	
	-moz-box-shadow:inset  0px 1px 4px 			rgba(0,0,0,.2);
	-webkit-box-shadow:inset  0px 1px 4px 		rgba(0,0,0,.2);
	box-shadow:inset  0px 1px 4px 				rgba(0,0,0,.2);
	
	padding-bottom:2px;
	border-bottom:1px solid #cccccc;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
}
#contact-form-container dl dd input[type='text']
{
    height:20px; width:100%;
}


