﻿

#popup p
{
	font-size:1.2em;
	color:#333;
	font-weight:normal;
	padding:0px 0px 0px 67px;
	margin:0px;
}


#popup input, #popup select, #popup textarea
{
	font-family:verdana,serif;
}

#popup ul, #popup li
{
	padding:0px;
	margin:0px;
	list-style:none;
}

#popup a
{
	text-decoration:none;
}
#popup a:hover
{
	text-decoration:underline;
}

#popup .formRow
{
    clear:both;
    height:25px;
    margin-top:8px;
}

#popup .formRowTextarea
{
    clear:both;
    height:144px;
    margin-top:8px;    
}

#popup label 
{
	float:left;
	width:155px;
	font-size:1.2em;
	color:#666;
	height:25px;
	line-height:25px;
}

#popup input[type="text"]  
{
    width:285px;
    border:1px solid #9c9c9c;
	font-size:1em;
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 7px;
	color:#999;
	font-size:1em;
	font-family:Verdana;
}

#popup textarea
{
    width:285px;
    border:1px solid #9c9c9c;
	font-size:1em;
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 7px;
	color:#999;
	font-size:1em;
	font-family:Verdana;    
    height:140px;    
    line-height:18px;      
}

#popup select
{ 
	font-size:0.9em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}

#popup .clearfix:after {
   	content:"."; 
   	display:block; 
  	height:0px; 
  	clear:both; 
	visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Website Layout */

#imgPopupLogo
{
    margin:19px 0px 33px 67px;
    display:block;
}

#popupForm
{
    background-color:#e5e5e5;
    margin:8px 0px 0px 28px;
    width:450px;
    padding:9px 40px 17px 40px;
}

#formButton
{
    padding:15px 0px 21px 223px;
}

#closePopup
{
    margin:0px 0px 0px 28px;
    padding:0px 41px 0px 0px;
    height:30px;
    line-height:30px;
    width:489px;
    background-image:url(../../images/bgPopupFooter.gif);
	background-repeat:repeat-x;	    
	text-align:right;
}

#closePopup a
{
    color:#666;  
    font-size:1.1em; 
}

.required
{
    display:block;
    height:18px;
    line-height:18px;    
}