.deck { 
	margin: 0 auto;
	background:#eef2f4 url(../images/deck-images/main-bg.gif) repeat-y;
	width:538px;
	padding:0 39px;
	color:#036;
}
				
.deck-header { 
	margin: 0 auto;
	background:#eef2f4 url(../images/deck-images/deck-header.gif) top no-repeat;
	width:616px;
	height:27px;
}

.deck-footer { 
	margin: 0 auto;
	background:#eef2f4 url(../images/deck-images/deck-footer.gif) top no-repeat;
	width:616px;
	height:32px;
}

.note {
	font-size:0.8em;
	clear:both;
	padding:10px 0;
}
	.card {
		
	}
	
		.card p {
			margin:0 0 5px 0;
		}
		
		#contentcol-single .deck .card h3, #content .deck form .fieldset .formfield h3  {
			color:#09c;	
			margin:0 0 10px 0;		
		}
		
		.cardContent{

		}
		
#card2-yes, #card2-no {
	margin:10px 0 0 0;
	border-top:1px dashed #ddd;
	
}

	#card2-yes h4, #card2-no h4 {
		color:#09c;
		font-size:1.1em;
		margin:10px 0;
	}
		
.required{
	color:#f60;
	font-weight:bold;
}

.intro {
	color:#09c;
	font-size:1.1em;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #ddd;
	
}

.field, .cardActions, .formfield {
	clear:both;
}

.field label {
	width:450px;
	float:left;
	display:block;
	padding:5px 0 0 0;
}

.formfield label {
	width:200px;
	float:left;
	display:block;
	padding:5px 0 0 0;
}
.select, .checkbox {
	width:75px;
	text-align:center;
	float:right;
	padding:5px 0;
	margin-bottom:1px;
	background:url(../images/deck-images/field-bg.gif) center repeat-y;
}

.text-field {
	width:300px;
	text-align:center;
	float:right;
	padding:5px 0;
	margin-bottom:1px;
}

.text-field input,  .text-field textarea{
	width:275px;
}

.top-form-item {
	background:url(../images/deck-images/field-bg-top.gif) top no-repeat
}

.bottom-form-item {
	background:url(../images/deck-images/field-bg-bottom.gif) bottom no-repeat
}

.cardActions {
	border-top:1px dashed #ddd;
	margin-rop:20px;
	padding:20px 0;
	text-align:center;
}

	.cardActions input {
		width:9em;
		height:2.5em;
		font-weight:bold;
		
	}
	
.tool-footnote {
	font-size:0.8em;
	text-align:center;
	width:586px;
	margin:0 auto;
}