
.Content h1 {
	display:block;
	width:375px;
	font:bold 16px sans-serif;
	color:#000;
	padding-bottom:5px;
}

.Content .Image {
	float: left;
	width: 303px;
	height: 298px;
	padding: 5px;
	border: 1px solid #A1A1A1;
	margin-right: 20px;
}

.Content .TextBox {
	float: left;
	width: 300px;
	/*height: 300px;*/
	background-color: #363636;
	padding: 5px;
	margin-right: 20px;
}

	.TextBox .Stroke {
		width: 260px;
		/*height: 260px;*/
		min-height:260px;
		height:auto !important;
		height:260px;
		padding: 19px;
		border: 1px solid #4F4F4F;
		color: #FFFFFF;
	}
	
		.TextBox .Stroke h2 {
			font-size: 20px;
			color: #FFF85F;
			line-height: 24px;
			padding-bottom: 18px;
		}
		
		.TextBox .Stroke p {
			padding-bottom: 18px;
		}
		
/* .Content .ActionBox {
	float: left;
	width: 240px;
	height: 300px;
	background-color: #252525;
	background: url(../images/bkg_finger.jpg) no-repeat;
	padding: 5px;
}

	.ActionBox .Stroke {
		width: 210px;
		height: 270px;
		padding: 14px;
		border: 1px solid #464646;
		color: #FFFFFF;
	}
	
		.Stroke .QuoteButton {
			width: 210px;
			height: 42px;
			background-image: url(../images/btn_big.jpg);
			text-align: center;
			margin-bottom: 12px;
		}
		
			.Stroke .QuoteButton a {
				display: block;
				width: 154px;
				height: 18px;
				padding: 12px 28px 12px 28px;
				font-size: 18px;
				line-height: 18px;
				color: #000000;
				text-decoration: none;
				font-weight: bold;
			}
			
			.QuoteButton a:hover {background: url(../images/btn_big.jpg) 0px -42px no-repeat;}
			
			
		.Stroke .CallBackButton {
			width: 210px;
			height: 42px;
			background-image: url(../images/btn_big.jpg);
			text-align: center;
			margin-bottom: 30px;
		}
		
			.Stroke .CallBackButton a {
				display: block;
				width: 154px;
				height: 18px;
				padding: 12px 28px 12px 28px;
				font-size: 18px;
				line-height: 18px;
				color: #000000;
				text-decoration: none;
				font-weight: bold;
			}
			
			.CallBackButton a:hover {background: url(../images/btn_big.jpg) 0px -42px no-repeat;}
			
			
		.Stroke .Label {
			font-weight: bold;
			padding-bottom: 8px;
		}
			
			
		.Stroke .FormField {
			width: 203px;
			height: 24px;
			padding: 4px 0px 0px 5px;
			font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #999999;
			border: solid 1px #000000;
			margin-bottom: 8px;
		}
		
		
		.Stroke .Button {
			width: 88px;
			height: 28px;
			background-color: #555555;
			border: 1px solid #000000;
		}
		
			.Stroke .Button a {
				display: block;
				padding: 8px;
				height: 12px;
				width: 72px;
				text-align: center;
				font-size: 12px;
				line-height: 12px;
				text-decoration: none;
				color: #FFFFFF;
			}
			
			.Stroke .Button a:hover {background-color: #464646;} */