/* Layout from http://matthewjamestaylor.com/blog/ultimate-2-column-right-menu-pixels.htm */
#dCom {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	margin-top:10px;
	border-top: 1px dotted #909090;
}
#dCom .cont {
	float:left;
	width:200%;
	margin-left:-300px;		/* the column width and guttering ...was -300 */
	position:relative;
	right:100%;
}
#dCom .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	/*padding-bottom:1em;*/
}
#dCom .col1 {
	margin:0 15px 0 300px;	/* the column width and guttering + 15 ...was 315 */
	overflow:hidden;
}
#dCom .col2 {
	float:right;
	border:1px solid #8a8a8a;
	padding:8px 10px;
	width:278px;			/* the column width! ...was 270 */
	position:relative;
	left:300px;				/* the column width + 15 ...was 285 */
	background-color:#eee;
}
#dCom h2 { font-size:116%; margin:10px 0; text-transform:uppercase; }
#dCom p.prompt { margin:0 0 12px 0; font-size:108%; }
#dCom h3 { font-size:100%; text-transform:uppercase; margin-bottom:12px; }
#dCom ol.coms { margin:0; padding:0; list-style:none; }
#dCom ol.coms li { padding-bottom:18px; }
#dCom ol.coms div { padding:6px; border:1px solid #666; font-size:85%; }
#dCom ol.coms a { color:#999; font-size:85%; float:right; }
#dCom ol.coms span { color:#666; padding-left:6px; padding-top:5px; font-size:77%; display:block; }

#dCom .col2 p { margin:3px 0; }
#dCom .col2 p.hint { margin-bottom:10px; font-size:93%; }
#dCom .col2 fieldset label { display:block; font-size:85%; font-weight:bold; margin-bottom:3px; }
#dCom .col2 fieldset input, 
	#dCom .col2 fieldset textarea { font-size:85%; font-family:Tahoma, Helvetica, sans-serif; width:272px; border:1px solid #8a8a8a; padding:2px; }
#dCom .col2 em { color:#555; float:right; font-weight:normal; font-style:normal; }
#dCom .col2 .safe { color:green; }
#dCom .col2 .over { color:red; }
#dCom .col2 p.terms { font-size:77%; color:#555; margin:10px 0; }
/*#dCom .col2 p.terms label { font-size:77%; color:#555; margin:5px 0; }*/

div.paginator { border-top:1px solid #8a8a8a; margin-top:5px; }
