/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 213 2009-09-17 04:10:02Z emartin24 $
 *
 */

body { height: 100%; margin: 0; }
h3 { }

.popup { display:none; overflow: visible;}

.popup .input { overflow: visible; clear: both; width: 80; margin: 0px; padding: 10px 0px 0px 0px;}
.popup .input label { float: left; width: 120px; max-width: 120px; padding: 7px 10px 0px 0px; text-align: right; margin-right: 10px; display: inline; font: 17px/20px Arial, Helvetica, sans-serif !important; }
.popup .input .field { float: left; width: 275px; border: 0px; padding: 0px;}
.popup .input label,
.popup .input .field .textfield { font-size: 18px;  }
.popup .input .field .textfield {width: 240px; float: left;}
.popup .input.checkbox { clear: none; }
.popup p,
.popup .input.checkbox { padding-left: 145px; }
.popup .input.checkbox .field { border: none; display: inline; float: none; }
.popup .input.checkbox label { width: auto; float: none;  }

.popup .mobile_submit { width: 392px; text-align: right; margin: 0px; padding: 10px 0px;}

.popup p { margin: 10px 0;  }
/* Overlay */
#simplemodal-overlay { background-color: #000; }
.simplemodal-wrap{overflow: visible !important;}
/* Container */
#mobile_popup { width: 440px; height: 290px; background: url('../images/popup_bgrd.gif') left top no-repeat; padding: 30px 0px 0 0; background: #FFF; border: 2px solid #6b6c6e; color: #0093d0; font-family: Arial, Helvetica, sans-serif; overflow: visible;}
#mobile_popup a { color: #0093d0; }
#mobile_popup a.modalCloseImg { display: block; width: 23px; height: 22px; z-index: 3200; position:absolute; top: 10px; right: 10px; cursor: pointer; background: url('../images/popup_close.gif') left top no-repeat;}
#mobile_popup #basic-modal-content {padding:0px;}
#mobile_popup p.survey_text {font: 17px/20px Arial, helvetica, sans-serif; padding: 0px; margin: 5px 0px 10px 21px; text-align: center; width: 396px; max-width: 396px;}
#mobile_popup p.survey_small {font: 12px/14px Arial, helvetica, sans-serif; padding: 0px; margin: 0px 0px 0px 21px; text-align: center; width: 382px;}
#mobile_popup .survey_buttons {width: 274px; height: 32px; margin: 20px 0px 25px 112px; padding: 0px; list-style-type: none;}
#mobile_popup .survey_buttons li {float: left; width: 77px; margin-right: 60px; display: inline;}
#mobile_popup a{color: #fe7321;}

