﻿#backgroundPopup{ 
	display:none; position:fixed; _position:absolute; /* hack for ie6*/ height:100%; width:100%; top:0; left:0; 
	background:#000000; border:1px solid #cecece; z-index:1; }

#popupContact{ 
	display:none; position:fixed; _position:absolute; /* hack for ie6*/ /*height:384px;*/
	width:510px; background: transparent; z-index:2; padding:12px; }

.popupContactGlobal { border: 1px solid #FFF; float: left; width:508px }

#popupContact h1{ text-align:left; color:#6FA5FD; font-size:22px; font-weight:700; border-bottom:1px dotted #D3D3D3; padding-bottom:2px; margin-bottom:20px;}
a#popupContactClose{ font-size:14px; line-height:14px; right:6px; top:-6px; position:absolute; color:#FFF; font-weight:700; display:block; background: none }
#button{ text-align:center; /*margin:100px;*/ }

#popupContact .formulario { background: transparent; color:#fff }
#popupContact .erroMsg { padding-right: 10px; text-align: left }
#AreaButtons { clear: both; padding: 10px 35px 10px 10px }


#backgroundPopup2{ 
	display:none; position:fixed; _position:absolute; /* hack for ie6*/ height:100%; width:100%; top:0; left:0; 
	background:#000000; border:1px solid #cecece; z-index:1; }

#popupContact2{ 
	display:none; position:fixed; _position:absolute; /* hack for ie6*/ /*height:384px;*/
	width:510px; background: transparent; z-index:2; padding:12px; }

.popupContactGlobal { border: 1px solid #FFF; float: left; width:508px }

#popupContact2 h1{ text-align:left; color:#6FA5FD; font-size:22px; font-weight:700; border-bottom:1px dotted #D3D3D3; padding-bottom:2px; margin-bottom:20px;}
a#popupContactClose2{ font-size:14px; line-height:14px; right:6px; top:-6px; position:absolute; color:#FFF; font-weight:700; display:block; background: none }
#button2{ text-align:center; /*margin:100px; */}
#button3{ text-align:center; /*margin:100px; */}

#popupContact2 .formulario { background: transparent; color:#fff }
#popupContact2 .erroMsg { padding-right: 10px; text-align: left }
#AreaButtons2 { clear: both; padding: 10px 35px 10px 10px }
