/** 
*  CSS Document voor simpele invoer module voor DVS
*/

/* algemeen */
body {                 font-family: Verdana, Arial, sans-serif; font-size: 0.7em; line-height: 1.5em; color: #005E76; }
input, textarea {      font-size: 12px;}
a {                    }

#form_simple { width: 90%; margin-left: 5%; }
#div_submit { text-align: center; border-top: 3px double #EEEEEE; margin-top: 30px; padding-top: 15px; }
#map_location { height: 100% }
#selected_name { font-size: 1.5em; line-height: 2.0em; display: none; height: 2.0em; }
#zoomlevel_message { display: none; color: #ff6600; }
#pimg { z-index: 999999; display: none; position: absolute; border: 1px solid #666;}
#address { width: 210px; }

.qa_block { min-height: 22px; margin-bottom: 10px; border-top: 1px solid #EEEEEE; padding-top: 3px; }
.question { width: 40%; display: inline-block; vertical-align: top; }
.question { *display: inline; } /* IE7 fix */
.answer {  width: 58%; display: inline-block; }
.answer {  *display: inline; } /* IE7 fix */
.desc { background-color: #FFFFFF; padding: 5px; }
.hint { }
.warning { width: 90%; margin-left: 5%; color: #ff6600; font-size: 1.2em; }
.error { width: 90%; margin-left: 5%; color: red; font-size: 1.2em; }
.success { width: 90%; margin-left: 5%; color: green; font-size: 1.2em; text-align: center; }
.inthemiddle { position: fixed; bottom: 50%;width: 90%; margin-left: 5%; font-size: 1.2em; }
.ui-datepicker { font-size: 10px; }
.pimg { float: left; margin: 4px; padding: 1px; border: 1px solid #666; }