
body{
	
	background-color: #FFFFFF !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%; 
}
	
.error{            	
    -moz-box-shadow:    0 0 15px #BB0000 !important;
  	-webkit-box-shadow: 0 0 15px #BB0000 !important;
  	box-shadow:         0 0 15px #BB0000 !important;
	-webkit-appearance: none !important;
}
	
div.wrapper
{
	background-color: #FFFFFF !important;
	max-width: 640px;   /*  320  */
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	
}

div.info
{
	margin: 0 auto;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}


div.registration
{
	margin-top: 20px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

.left
{
	text-align: left;
	display: block;
}

.center
{
	text-align: center;
	margin: 0 auto;
	display: block;
}

p.font_head_15
{
	color: #000000;
	font-size: 1.5em;
}

p.font_head_13
{
	color: #000000;
	font-size: 1.3em;
}

p.font_head_12
{
	color: #000000;
	font-size: 1.2em;
}

p.font_subhead
{
	color: grey !important;
	font-size: 1.0em;
}

a.link_grey
{
	color: grey !important;
	font-size: 1.0em !important;
	font-weight: normal !important;
}

th.programm_head
{
	text-align: left;
	vertical-align:top;

}

td {
	padding-bottom: 5px;
	vertical-align: top
}

td.programm_time
{
	width: 55px;
	font-weight: regular;
	text-align: left;
	vertical-align:top;

}

input.button
{
	background-color: #BB1E85 !important;
	color: #FFFFFF !important;
	width: 100%;
	height: 35px;
	border-width: 1px;
	border-color: #BB1E85;
	margin-bottom: 10px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	-webkit-appearance: none;
	font-size: 1.0em;
	margin-top:10px;
}

div.footer
{
	padding-bottom: 25px;
	padding-top: 5px;
	margin-top: 15px;
}

a.footer
{
	text-decoration: none;
	color: grey !important;
	font-size: 0.8em;
}

img.footer
{
	margin-bottom: -13px;
}

p.errorMSG
{
	display: none;
	color: #BB0000;
	font-size: 1.0em;
	margin-bottom: -5px;
}

#secTab
{
	margin-top: 10px;
}

#registerButton
{
	margin-top: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter:alpha(opacity=20);
    -moz-opacity:0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    z-index: 1000;
}

.successPopup, .failPopup
{
	position: fixed; 
	z-index: 10000; 
	display:none;
	margin-left:auto;
	margin-top: auto;
	top:50%;
	left:50%;
	
	width: 270px;
	height: 140px;
	
	background-color:#FFFFFF; 
		
	border-width: 1px;
	border-color: #FFFFFF;
	-webkit-border-radius: 13px;  
	-moz-border-radius: 13px; 
	border-radius: 13px;
	
	margin-left: -135px;
	margin-top: -70px;
}

p.text
{
	margin-left: 10px;
	margin-right: 10px;
}

input.btn_ok
{
	width: 250px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -5px;
}

li {
	margin-left: -20px;
	margin-bottom: 10px;
}