body {font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:normal;}

body a {
    -moz-transition-duration: 0.15s, 0.2s;
    -moz-transition-property: color, background;
    -moz-transition-timing-function: linear;
    color: #589CEB;
    cursor: pointer;
    text-decoration: none;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#999;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#b70a0a;
}

h4 {
	font-weight:100;
	font-size:16px;
	color:#999;
}

.spacer {height:25px;}

div{margin-bottom:5px;}	
.ui-datepicker { width: 12em; padding: .2em .2em 0; display: none; }
.ui-datepicker table { width: 100%; font-size: .7em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker-trigger { margin-left: 10px; cursor:pointer; }

input.error{ border: red 1px solid;}
