﻿.applicationform 
{
	float: left;
	font-size: 12px;
}

.applicationform table 
{
	text-align: left;
	max-width: 550px;
	white-space: nowrap;
}

.applicationform th 
{
	font-size: 14px;
	color: #0D803D;
}

/*.applicationform div 
{
	float: left;
	margin-left: 100px;
}*/

.applicationform .fieldtitle 
{
	font-weight: bold;
	font-size: 12px;
}

.applicationform .formfield 
{
/*	width: 250px;*/
}

.applicationform .phonefield 
{
	width: 100px;	
}

.applicationform .checkbox 
{
	display: inline;
	position: relative;
	top: 4px;
}

.applicationform .radiobutton
{
	display: inline;
	position: relative;
	top: 4px;
}

.applicationform .button 
{
	width: 75px;	
}

.applicationform .error 
{
	color: Red;
	font-size: 12px;
}

.applicationform .minfieldheader 
{
	font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.applicationform .siblingfield 
{
	width: 120px;	
}

/* jQuery Date Picker styles */
a.dp-choose-date {
	float: left; 
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/CMSAdminControls/Calendar/calendar.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
/*	width: 140px;*/
	float: left; 
}