

/* @group Johnsonbox */

.jbox.graphical.grey {
	width: 576px;
	padding: 0;
	margin: 20px auto;
	border: none;
	background: none;
	color:#000000 !important;
}

.jbox.graphical.grey .jbox-top {
	display: block;
	height: 15px;
	background: url(images/johnsonbox/jb-graphical-grey-top.png) no-repeat 0 0;
	padding: 0;
}
.jbox.graphical.grey .jbox-inner {
	display: block;
	background: url(images/johnsonbox/jb-graphical-grey-inner.png) repeat-y 0 0;
	padding: 10px 30px;
}
.jbox.graphical.grey .jbox-bottom {
	display: block;
	height: 15px;
	background: url(images/johnsonbox/jb-graphical-grey-bottom.png) no-repeat 0 0;
	padding: 0;
}


.jbox{
	width: 80%;
	padding: 10px 20px;
	margin: 20px auto;
	background: #F7F7F7;
	border: 2px solid #e3e3e3;
}

.jbox.business{
	background: #fff1f1;
	border: 2px solid #cc0000;
}

.jbox.internet{
	background: #f4f5ff;
	border: 2px solid #0025e3;
}

.jbox.professional{
	background: #ecfaff;
	border: 2px solid #00bfff;
}

.jbox.dash{
	border-style: dashed;
}

.jbox.yellow{
	background: #FFFF99;
	
}

.jbox.grey{
	background: #F5F5F5;
	
}

.jbox.orange{
	border-color: #ff8001;
	background: #fff5ec;
}

/* @end */

/* @group Download */
.downloadbox {
	margin:0 auto 10px;
	position:relative;
	width:569px;
}

.downloadbox h3 {
	color:#3C3C3C;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding-top:10px;
}

.downloadbox .download-button {
	bottom:0;
	display:block;
	margin-bottom:10px;
	margin-right:10px;
	position:absolute;
	right:0;
}

.downloadbox .downloadbox-top {
	background:url("images/download/download-box-top.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:10px;
}
.downloadbox .downloadbox-inner {
	background:url("images/download/download-box-inner.png") repeat-y scroll 0 0 transparent;
	display:block;
	min-height:85px;
	padding:0 5px;
}

.downloadbox .downloadbox-bottom {
	background:url("images/download/download-box-bottom.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:11px;
}
.downloadbox.pdf .download-image {
	background:url("images/download/pdf-icon.gif") no-repeat scroll 0 0 transparent;
}
.downloadbox.mp3 .download-image {
	background:url("images/download/audio-icon.png") no-repeat scroll 0 0 transparent;
}

.downloadbox.video .download-image {
	background:url("images/download/video-icon.png") no-repeat scroll 0 0 transparent;
}
.downloadbox .download-image {
	background:url("images/download/download-icon.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:85px;
	margin:0;
	width:83px;
}
.downloadbox .mp3-player {
	bottom:10px;
	left:90px;
	position:absolute;
}

.downloadbox .video-player {
	padding:10px 0 40px;
}
.downloadbox .download-button a {
	background:url("images/download/btn-download.gif") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	display:block;
	line-height:26px;
	height: 26px;
	padding-left:30px;
	text-decoration:none;
	width:85px;
	padding-top:0;
	padding-bottom:0;
}

.downloadbox .download-button a:hover {
	background-position: 0 -26px;
}
/* @end */

/* @group Form */

.graphical-form {
	width:480px;
	position: relative;
	margin:20px auto;
	padding:0 0 28px;
	background: url(images/form-shadow.png) no-repeat bottom center;
}
.graphical-form .copydoodle{
	left:0;
	margin-left:-138px;
	margin-top:46px;
	position:absolute;
	top:0;
}
.graphical-form .form-top {
	background-color:#EFEFEF;
	color:#000000;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:22px;
}

.graphical-form.business .form-top {
	background: #a63338 url(images/business-top.jpg) repeat-x 0 0;
	color: #fff;
}

.graphical-form.internet .form-top {
	background:#4557e7 url(images/internet-top.jpg) repeat-x 0 0;
	color: #fff;
}

.graphical-form.professional .form-top {
	background:#08b5dd url(images/professional-top.jpg) repeat-x 0 0;
	color: #fff;
}
.graphical-form .form-inner {
	padding:15px;
	background:#F5F5F5;
}
.graphical-form .form-row {
	margin:5px 0;
	width:225px;
	float: left;
	clear:none;
}

.graphical-form .form-row.one {
	clear:both;
	float:none;
	width:100%;
}
.graphical-form .form-row.three {
	width:147px;
}

.graphical-form .form-row.three input {
	width:130px;
}
.graphical-form .form-row.one input {
	width: 425px;
}

.graphical-form .form-row.submit {
	float: none;
	width: 100%;
	clear: both;	
	padding: 10px 0;
}
.graphical-form .form-row label{
	clear:none;
	display:inline;
	font-size:14px;
	line-height:18px;
	padding-right:10px;
	text-align:right;
	width:150px;
	float:none;
}
.graphical-form .form-row label.required {
	font-weight: bold;
}

.graphical-form .form-row label.error {
	color: #cc0000;
	font-size: 10px;
	display: block;
	text-align:left;
}

.graphical-form .form-row input {
	width:200px;
	padding:2px;
	display: block;
	clear:none;
	font-size:14px;
}
form .form-row input.btn-submit {
	background:url("images/btn-submit.png") no-repeat scroll 0 0 transparent;
	border:medium none !important;
	clear:both;
	cursor:pointer;
	display:block;
	font-size:13px;
	height:28px;
	margin:0 auto;
	width:170px;
}

form .form-row input.btn-submit:hover {
	background-position: 0 -28px;	
}

.privacy{
	font-size: 10px;
	text-align: center;
	padding: 0 25px;
}

/* @end */

/* @group Testimonial */

.graphical-testimonial{
	background:url("images/testimonial/testimonial-shadow.png") no-repeat scroll center bottom transparent;
	margin:20px auto;
	padding:0 20px 30px 19px;
	position:relative;
	width:467px;
}

.graphical-testimonial .testimonial-top{
	background:#EFEFEF;
	color:#000000;
	padding:20px 10px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.graphical-testimonial .testimonial-image{
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 60px;
	margin-left: -60px;
	border: 3px solid #fff;
}
.graphical-testimonial.business .testimonial-top{
	background: #a63338 url(images/business-top.jpg) repeat-x 0 0;
	color: #fff;
}

.graphical-testimonial.internet .testimonial-top {
	background:#4557e7 url(images/internet-top.jpg) repeat-x 0 0;
	color: #fff;
}

.graphical-testimonial.professional .testimonial-top{
	background:#08b5dd url(images/professional-top.jpg) repeat-x 0 0;
	color: #fff;
}


.graphical-testimonial .testimonial-inner{
	background: #F2F2F2;
	padding: 10px 30px 10px 50px;
}

/* @end */

ol.graphical, ul.graphical {
	list-style:none outside none;
	margin:0 0 10px 10px;
	padding:0;
}
ol.graphical li {
	padding-bottom:1em;
	padding-left:35px;
}
ol.graphical li ul {
	margin-bottom:0;
	margin-top:15px;
}
.personal .ol-1 {
background:url("images/list/red-ol-1.png") no-repeat scroll 0 1px transparent;
}
.personal .ol-2 {
background:url("images/list/red-ol-2.png") no-repeat scroll 0 1px transparent;
}
.personal .ol-3 {
background:url("images/list/red-ol-3.png") no-repeat scroll 0 1px transparent;
}
.personal .ol-4 {
background:url("images/list/red-ol-4.png") no-repeat scroll 0 1px transparent;
}
.personal .ol-5 {
background:url("images/list/red-ol-5.png") no-repeat scroll 0 1px transparent;
}
.personal .ol-6 {
background:url("images/list/red-ol-6.png") no-repeat scroll 0 1px transparent;
}
.personal .ol-7 {
background:url("images/list/red-ol-7.png") no-repeat scroll 0 1px transparent;
}
.personal .ol-8 {
background:url("images/list/red-ol-8.png") no-repeat scroll 0 1px transparent;
}
.personal .ol-9 {
background:url("images/list/red-ol-9.png") no-repeat scroll 0 1px transparent;
}