body {
		font-family: "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
		font-size: 12px;
		color: #666;
		-webkit-text-size-adjust: 100%;
		line-height: 18.5px;
 }

/* #Buttons
================================================== */
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	height: 29px; line-height: 26px; padding: 1px 12px 0px 12px; display: inline-block; 
	background: url('images/gradient-top4-32px.png') repeat-x; font-weight: bold; cursor: pointer;
		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; }

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-image: url('images/gradient-bottom4-32px.png'); }

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; }
		
a.gdl-button{
	height: 26px; line-height: 26px; padding: 1px 12px 0px 12px; display: inline-block; 
	background: url('images/gradient-top4-32px.png') repeat-x; font-weight: bold; cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; }
a.gdl-button:hover{
	background-image: url('images/gradient-bottom4-32px.png'); 
}
	
.gdl-image-frame{
	padding: 4px; 
	display: inline-block;
}

.headings{
	font-size: 16px;
	font-weight:bold;
}
.instructions {
	font-size: 14px;
}
.copyright {
	font-size: 12px;
}
.cell {
	font-size: 24px;
	width:52px;
	height:52px;
	text-align: center;
}
.radiocell {
	font-size: 8px;
	color: #000000;
	width:52px;
	height:52px;
	background-color:#919191;
	padding: 0px 0px 0px 5px;
}
.filler {
	font-size: 9px;
	width:52px;
	height:12px;
	padding: 0px 0px 0px 5px;
}
.radioinput {
	width:15px;
	height:15px;
}
.unorderedlist {
	font-size: 14px;
	width:156px;
	height:52px;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	overflow:hidden;
}
.orderedlist {
	font-size: 14px;
	width:216px;
	height:52px;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	overflow:hidden;
}
.clientname {
	font-size: 14px;
	width:400px;
	height:20px;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}
.clientnotes {
	font-size: 14px;
	width:400px;
	height:200px;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}
.movebutton {
	font-size: 16px;	width:28px;	height:28px;
	padding: 0px 0px 0px 0px !important;
}
.prioritizebutton {
	width: 120px;
}
.sendemailbutton {
	width: 300px;
}

