.contentLeft {
    border: solid 0.1em #cccccc;
    padding: 1em;
    width: 20%;
    position: relative;
    float: left;
}

.contentRight {
    float: left;
    padding-left: 1em;
    width: 70%
}

.clientContent .contentLeft {
    width: 70%;
    border: solid 1px #cccccc;
    float: left;
    background-color: #f2f2f2;
}

.clientContent .contentRight {
    width: 20%;
    border: solid 1px #cccccc;
    float: left;
    margin-left: 1em;
    background-color: #f2f2f2;
}

.securityLogo {
    position: absolute;
    top: 0.7em;
}

.buttonTour {
    color: #1068c8;
    font-size: 160%;
    font-weight: bold;
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom,	from(#f8f8f8), to(#f0f0f0));
	background: -moz-linear-gradient(top, #f8f8f8, #f0f0f0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf8f8f8, endColorstr=#FFf0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf8f8f8, endColorstr=#FFf0f0f0)";
	width:9em;
	border:solid 1px #e8e8e8;
	padding:0.2em 0;
}

.buttonTour span{
	padding:0.2em 0em 0.2em 0.2em;
}

.tourImage{
	vertical-align:middle;
}

div#topNavCustomLinks,
#customLinks{
	display:none;
}

input#continue {
	background-color: #273B56;
	overflow:visible;
	width:auto!important;
	border:0;
    color: #FFFFFF!important;
	height:auto!important;
	
	padding:4px 8px!important;
    font-size:110%!important;
    font-weight:bold;
    display: block;
	text-align:center;
	background: -webkit-gradient(linear, left top, left bottom,	from(#3E516B), to(#273B56));
	background: -moz-linear-gradient(top, #3E516B, #273B56);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3E516B, endColorstr=#273B56);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3E516B, endColorstr=#273B56)";
	cursor:pointer;
     text-transform: uppercase;
     border: solid 1px #8491A1;
	 text-decoration:none!important;
	 margin-left:10px;
	border-radius:0;
}