/* REMOTE PAGE STYLES */  
body.remote #content {
	margin-left: 100px;  
	position:relative;
}
form, input, select, textarea, label {
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	color:#000;   
} 
#remote-form-container {
	width:515px;  
	width:350px;  
	padding:15px;
	z-index:10;
	display:none;   
	position:absolute;  
	top:100px;
	left:500px;     
	overflow:hidden; 
	opacity: .90;  
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: alpha(opacity=90);            
} 
#remote-form-container form {  

}
#remote-form-container h3 { 
	margin:0 0 10px 0;    
	border-bottom:2px solid #000;   
} 
#remote-form-container .close-form { 
	width:14px;
	height:18px;
	display:block;                
	float:right;   
	margin:8px 5px 0 0; 
}  
#remote-form-container .close-form:hover { 
	background-color:transparent;    
}    
#remote-form-container fieldset {
	display: block;
	width: 475px; 
	width:350px;
	margin: 0 0 5px 0;   
	padding:0;
	border:none;
	position: relative;
	z-index: 0;     
}      
#remote-form-container label { 
	text-transform:uppercase; 
	padding:3px 0;
	display:block; 
	font-size:12px;
}   
#remote-form-container .col { 
	float:left;
	width: 200px;
	padding-top: 0;       
}
#remote-form-container .prompt {
	width: 140px;    
	padding:0 0 0 10px;
} 
#remote-form-container .text-full, #remote-form-container .textarea-full, #remote-form-container .select-full {
	width: 195px;  
	border:1px solid #ccc;
	background-color:#FFF;
	padding:2px;
}  
#remote-form-container .textarea-full {
	width: 195px;  
	height:100px;
}  
#remote-form-container .select-full {
	width: 200px;  
}   
#remote-form-container .buttons {
	height:25px;
	margin:0 0 0 150px;  
	position:relative;
}   
#remote-form-container .buttons img {
	display:none;     
	margin-top:10px;
}     
#remote-form-container .btn {        
	position:absolute;
	top:0;
	left:0;
	padding:3px;
	border:1px solid #ccc;
	background-color:#FFF;  
	text-transform:uppercase;
	font-size:10px !important;  
	margin:0; 
	float:left;
}   
.map {  
	position:relative;
	width:900px;
	height:470px;
}     
.map img {
	display:none;  
	width:900px;
	height:470px;
}  
.map-hover {
	position:absolute; 
	top:0;
	left:0;            
}   
.error label, .error input {    
	font-weight:bold; 
}
#message {
	display:none;  
	color:#000;
}
.required {
	background:url(../../images/icon-denote-required.gif) no-repeat 0 5px;
}
p.required {
	margin-top:20px;
	padding-left:10px;
	background-position:0 2px;
}
