/*
 * 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; }

.popup .input { overflow: hidden; clear: both; width: 80;  }
.popup .input label { float: left; width: 130px; padding: 7px 10px 5px 5px; text-align: right;  }
.popup .input .field { float: left; width: 250px;  }
.popup .input label,
.popup .input .field .textfield { font-size: 18px;  }

.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 .submit { width: 75px; height: 25px; background: url('../images/button_login.gif') left top no-repeat; float: right; margin-top: 8px; }

.popup p { margin: 10px 0;  }
/* Overlay */
#simplemodal-overlay { background-color: #000; }

/* Container */
#simplemodal-container { width: 440px; height: 200px; 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;}
#simplemodal-container a { color: #0093d0; }
#simplemodal-container 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;}
#simplemodal-container #basic-modal-content {padding:0px;}
#simplemodal-container p.survey_text {font: 17px/20px Arial, helvetica, sans-serif; padding: 0px; margin: 0px 0px 0px 21px; text-align: center; width: 396px; max-width: 396px;}
#simplemodal-container p.survey_small {font: 12px/14px Arial, helvetica, sans-serif; padding: 0px; margin: 0px 0px 0px 21px; text-align: center; width: 382px;}
#simplemodal-container .survey_buttons {width: 274px; height: 32px; margin: 20px 0px 25px 112px; padding: 0px; list-style-type: none;}
#simplemodal-container .survey_buttons li {float: left; width: 77px; margin-right: 60px; display: inline;}