/******************************/
/**** General *****************/
.owi-hidden { visibility: hidden; display: none; }
.owi-floatClear { clear: both; }
.owi-center { text-align: center; }

div#owi-container_questions ,
div#owi-container_response { font-size: 11px; }	

div#owi-container_questions *,
div#owi-container_response * { font-family: Verdana; } 

/**** General *****************/
/******************************/

/******************************/
/**** Host style reset ********/

body.design { text-align: left; }

/**** Host style reset ********/
/******************************/


/******************************/
/**** OWI Questions ***********/

div#owi-container_questions { width: 550px; }	
div#owi-container_questions h1, div#owi-container_questions * h1 { color: #000; font-size: 14px; font-weight: bold; text-align: center; margin-bottom: 6px; }
.owi-dataValue:hover { border-color: #006600; }

/**** OWI Questions ***********/
/******************************/

/******************************/
/**** OWI Result **************/

div#owi-container_response { margin: 0px auto 0px auto; width: 630px; }
div#owi-container_response h1, div#owi-container_response * h1 { color: #000; font-size: 14px; font-weight: bold; }
div#owi-container_response * h2 { font-weight: bold; font-size: 13px; }
div#owi-container_response * h4 { color: #000; font-weight: bold; }

div#owi-container_response p,
div#owi-container_response * p { margin: 11px 0; }

/* Print / Email */
#owi-sendmsg, #owi-print { color: #000; }

/**** OWI Result **************/
/******************************/

/**********************************/
/**** Result Overlay **************/

#owi-result-overlay { background-color: #000; }

/* #owi-result-container, .simplemodal-wrap, div#owi-container_response, #owi-poweredby { background-color: #fff; } */
div#owi-reponse-wrapper { font-family: Verdana; font-size: 11px; background-color: #BB9641; }	
div#owi-reponse-wrapper { width: 638px; }	

/* rounded borders */
div#owi-reponse-wrapper { margin:0; padding:0;
                          -webkit-border-top-left-radius:8px; -webkit-border-top-right-radius:8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; 
                          -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; -moz-border-radius-bottomleft:8px; -moz-border-radius-bottomright:8px; 
                          border-radius: 8px 8px 8px 8px; }

#owi-container_reponse-top { height: 20px; }
#owi-container_response { overflow: auto; background-color: #fff; }
#owi-container_reponse-bottom { height: 35px; padding: 10px 0 5px 0; text-align: center; text-decoration: none; color: #F9F3DD; }
#owi-container_reponse-bottom a,
#owi-container_reponse-bottom a:link,
#owi-container_reponse-bottom a:active,
#owi-container_reponse-bottom a:visited { color: #F9F3DD; }
#owi-container_reponse-bottom a:hover { color: #fff; }

#owi-result-container a.modal-close,
#owi-result-container a.modal-close:link,
#owi-result-container a.modal-close:active,
#owi-result-container a.modal-close:visited { float: right; color:#F9F3DD; font-size: 12px; font-weight:bold; text-decoration:none; margin-right:10px; margin-top:2px; }
#owi-result-container a.modal-close:hover {color:#000;}

/**** Result Overlay **************/
/**********************************/


