﻿
label  
{
	display: block; 
	width: 10em; 
	float: left;
}
    
.ui-dialog-titlebar-close { 
	display: none;
}

.highlight  
{
	background-color: yellow; 
}
    
label.error  
{	
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: middle; 	
	font-size: 10px; 
	width: 375px; 
}
    
p  
{
	clear: both; 
}

.submit { margin-left: 12em; }

em { font-weight: bold; padding-right: 1em; vertical-align: top; }    

input[type="text"].hoginput
{
	border: solid 1px black;  	
	background: white; 
	margin-bottom:2px; 	
}

li input[type="radio"]
{
	position: absolute;
	margin-left: -45px;
	margin-top: 2px;
}   

span.caption
{
   font-weight: bold;     
} 

#successPrint td 
{
	text-align:left;
}

#confirmationDialog td 
{
	text-align:left;
}

#ajaxSpinnerContainer {height:11px;}

#ajaxSpinnerImage {display:none;}   

#printLink {
	position: relative;
	top: 88px;
	right: 200px;
}

h1 .formcaption {
	font-size: 30px; 
	font-weight: normal; 	
}

h1 p {
	margin-bottom: 0px; 
}

.ui-widget-header {
	padding: 3px; 
	margin: 10px; 	
	font-size: 20px; 
}

#foippatext {
	border: 1px solid black;
	margin: 5px; 
	padding: 5px; 
}

div.red {
	color: red; 	
}

div.redfloat {
	color: red; 	
	float: left;
}

span.red {
	color: red;
}

.hoglabel {
	line-height: 25px; 
}

span.indent {
	margin-left: 5px; 
}

div.check {
	clear: both;
	margin-left: 10px; 
}

div.check>div {
	margin-left: 25px; 
}

input[type="checkbox"] {
	float: left; 
	margin-top: 5px; 
}

fieldset.checkboxes>div {
	clear: both;
	margin-top: 10px; 
}

.smallitalic {
	font-size: 10px; 
	font-style: italic;
}

.VadimImage {
    margin-left: 6px;
    max-width: 200px;   
    max-height: 75px;
    position: absolute;
}

#dialog-confirm {
	margin-left: 20px !important; 
    width: 75% !important;
    height: 400px !important;
    border: none;
}

#dialog-confirm > .ui-widget-header {
	margin: 10px;
}

#birthdayDiv > label.error {
	clear: both; 	 
	padding: 0px; 
}

#birthdayDiv > label.hoglabel {
	margin-bottom: 0px; 
}