body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.walktheweb_logo {
	float:left;
	margin-right:10px;
}
.walktheweb_label {
	width:250px;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	min-height:32px;
	vertical-align:top;
	padding-top:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.walktheweb_value {
	min-height:32px;
	display:block;
	font-size:1.2em;
	font-weight:normal;
	vertical-align:top;
	margin-top:5px;
	margin-bottom:5px;
}
.walktheweb_hidden {
	display:none;
	visibility:hidden;
}
input[type=text].walktheweb_input, input[type=password].walktheweb_input {
	font-size:1.2em;
	width:150px;
	border:1px solid #cfcfcf;
}
input[type=text].walktheweb_input:focus, input[type=password].walktheweb_input:focus {
	font-size:1.2em;
	width:150px;
	border:1px solid blue;
}
input[type=text].walktheweb_inputbig, input[type=password].walktheweb_inputbig {
	font-size:1.2em;
	width:250px;
	border:1px solid #cfcfcf;
}
input[type=text].walktheweb_inputbig:focus, input[type=password].walktheweb_inputbig:focus {
	font-size:1.2em;
	width:250px;
	border:1px solid blue;
}
.walktheweb_clear {
	clear:both;
	min-height:10px;
}
.walktheweb_hide {
	display:none;
	visibility:hidden;
}
.walktheweb_button {
	display:inline-block;
	border:1px solid #0071a1;
	border-radius:10px;
	padding:5px;
	color: #0071a1;
	background-color:#efefef;
	margin-left:15px;
}
.walktheweb_button:hover {
	cursor:pointer;
	border:1px solid #007100;
	color: #007100;
	background-color:#ffffff;
}
.walktheweb_submit {
	font-size:1.2em;
	border-radius:10px;
	padding:5px;
	padding:5px;
	color:#000000;
	background-color:#efefef;
}
.walktheweb_submit:hover {
	cursor:pointer;
	color:green;
	background-color:#ffffff;
}
.walktheweb_icenter {
	text-align:center;
	vertical-align:middle;
}
.walktheweb_iprogresssection {
	min-height: 300px;
	text-align:center;
	vertical-align:middle;
	margin:20px;
}
.walktheweb_iprogressdiv {
	min-height:30px;
	min-width:70%;
	margin-left:15%;
	margin-right:15%;
	margin-top:70px;
	margin-bottom:30px;
	border:2px solid #808080;
	border-radius:6px;
	background-color:#acacac;
}
.walktheweb_iprogressbar {
	width:10%;
	height:27px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #fcfcfc;
	border-top:1px solid #fcfcfc;
	border-radius:6px;
	background-color:green;
}
.walktheweb_iprogresstext {
	color:#808080;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}
.walktheweb_search {
	font-size:1.2em;
	border:2px solid gray;
	width:120px;
	padding:3px;
	border-radius:10px;
	background-color:#FDFFCE;
}
.walktheweb_search:hover {
	border:2px solid green;
	color:green;
	background-color:#FCFFBD;
	cursor:pointer;
}
.walktheweb_searchresultbutton {
	float:right;
	border:2px solid gray;
	border-radius:10px;
	color:#000000;
	font-weight:bold;
	padding:20px;
	text-align:center;
	vertical-align:top;
	font-size:1.4em;
	margin:30px;
	background-color:#FDFFCE;
	cursor:default;
}
.walktheweb_searchresultbutton:hover {
	border:2px solid green;
	color:green;
	background-color:#FCFFBD;
	cursor:pointer;
}
h3.walktheweb_black {
	font-weight: bold;
	color: #000000;
	font-size: 1.6em;
	line-height:1.2em;
	margin: 2px;
	background-color:transparent;
}
.walktheweb_textdescription {
	margin-left:30px;
}
.walktheweb_woocommercerequired {
	border:2px solid red;
	border-radius:10px;
	color:red;
	font-weight:bold;
	padding:20px;
	margin:20px;
	clear:both;
}
.walktheweb_dashboardbox {
	float:left;
	min-width:400px;
	max-width:500px;
	min-height:250px;
	width:auto;
	margin:20px auto 0px 20px;
	padding:10px;
	border-top:1px solid #0000ff;
	border-left:1px solid #0000ff;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-radius:10px;
	box-shadow: 5px 10px #777777;
	background:#ffffff;
	vertical-align:top;
	text-align:center;
}
.walktheweb_dashboardboxhome {
	float:left;
	min-width:400px;
	max-width:90%;
	min-height:700px;
	width:100%;
	height:100%;
	margin:20px auto 0px 20px;
	padding:10px;
	border-top:1px solid #0000ff;
	border-left:1px solid #0000ff;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-radius:10px;
	box-shadow: 5px 10px #777777;
	background:#ffffff;
	vertical-align:top;
	text-align:center;
	background-repeat: no-repeat;
	background-size: contain, cover;
	background-position: center center;
}
.walktheweb_dashboardboxtext {
	display:inline-block;
	color:yellow;
	margin-top:28%;
	margin-left:auto;
	margin-right:auto;
	border:red solid 2px;
	background-color:#000000;
	padding:15px;
	border-radius:20px;
}
h2.walktheweb_dashboardheading, .walktheweb_dashboardheading {
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid #000000;
	padding-bottom:10px;
}
h4.walktheweb_dashboardheading {
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	padding-bottom:5px;
}
.walktheweb_dashboardbutton {
	display:inline-block;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:50%;
	padding:10px;
	font-size:1.2em;
	text-align:center;
	color:#000000;
	background-color:#efefef;
	border-top:1px solid #0000ff;
	border-left:1px solid #0000ff;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-radius:10px;
	box-shadow: 2px 5px #777777;
}
.walktheweb_dashboardbutton:hover {
	color:#1a1aff;
	background-color:#ffffcc;
	border-top:1px solid #0000ff;
	border-left:1px solid #0000ff;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-radius:10px;
	box-shadow: 2px 5px #1a1aff;
	cursor:pointer;
}

.walktheweb_createbutton, a.walktheweb_createbutton {
	padding:20px;
	border-top:#afafaf 1px solid;
	border-left:#afafaf 1px solid;
	border-right:#0f0f0f 1px solid;
	border-bottom:black 4px solid;
	box-shadow: 3px 6px #073770;
	border-radius:20px;
	margin:20px auto 20px auto;
	color:#ffffff;
	background-color: #006600;
	display:inline-block;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
}
.walktheweb_createbutton:hover, a.walktheweb_createbutton:hover {
	cursor:pointer;
	color:#000000;
	background-color: #ccffcc;
	box-shadow: 3px 6px #006600;
}

.walktheweb_dashboardpage {
	width:96%;
	min-height:500px;
	margin:2% auto 2% 20px;
	padding:10px;
	border-top:1px solid #0000ff;
	border-left:1px solid #0000ff;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-radius:10px;
	box-shadow: 5px 10px #777777;
	background-color:#ffffff;
	vertical-align:top;
	text-align:center;
}

.walktheweb_dashboardstep_active {
	float:left;
	margin:20px;
	padding:10px;
	color:#008000;
	border-top:1px solid #008000;
	border-left:1px solid #008000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-radius:10px;
	box-shadow: 5px 10px #206040;
	background-color:#ffffff;
	vertical-align:middle;
	text-align:center;
}
.walktheweb_dashboardstep_past {
	float:left;
	margin:20px;
	padding:10px;
	color:#0000ff;
	border-top:1px solid #0000ff;
	border-left:1px solid #0000ff;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-radius:10px;
	box-shadow: 2px 5px #777777;
	background-color:#ffffff;
	vertical-align:middle;
	text-align:center;
}
.walktheweb_dashboardstep_past:hover {
	color:#000000;
	box-shadow: 2px 5px #777777;
	background-color:#ffffcc;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}
.walktheweb_dashboardstep_next {
	float:left;
	margin:20px;
	padding:10px;
	color:#000000;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-radius:10px;
	box-shadow: 2px 5px #777777;
	background-color:#efefef;
	vertical-align:middle;
	text-align:center;
}
.walktheweb_wizardstepdivider {
	float:left;
	margin:10px;
	color:#000000;
	font-size:1.6em;
	font-weight:bold;
}
.walktheweb_searchresultbutton {
	float:right;
	border:2px solid gray;
	border-radius:10px;
	color:#000000;
	font-weight:bold;
	width:170px;
	padding:20px;
	text-align:center;
	vertical-align:top;
	font-size:1.2em;
	margin:35px 5px 5px 5px;
	background-color:#efefef;
	box-shadow: 2px 5px #afafaf;
	cursor:default;
}
.walktheweb_searchresultbutton:hover {
	border:2px solid green;
	color:green;
	background-color:#fcffbd;
	box-shadow: 2px 5px #003300;
	cursor:pointer;
}
.walktheweb_searchlabel {
	display:inline-block;
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
}
.walktheweb_searchbutton {
	display:inline-block;
	border:2px solid gray;
	border-radius:10px;
	color:#000000;
	font-weight:bold;
	width:140px;
	padding:5px;
	text-align:center;
	vertical-align:top;
	font-size:1.2em;
	margin:5px 5px 5px 5px;
	background-color:#efefef;
	box-shadow: 2px 5px #afafaf;
	cursor:default;
}
.walktheweb_searchbutton:hover {
	border:2px solid green;
	color:green;
	background-color:#fcffbd;
	box-shadow: 2px 5px #003300;
	cursor:pointer;
}
.walktheweb_simplebox {
	text-align:left;
	background-color:#ffffff;
	padding:10px;
}
.walktheweb_hostingbox {
	width:96%;
	margin:10px 2% 10px 2%;
	padding:10px;
	font-size:1em;
	text-align:left;
	color:#000000;
	background-color:#efefef;
	border-top:1px solid #0000ff;
	border-left:1px solid #0000ff;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-radius:10px;
	box-shadow: 2px 5px #777777;
}
.walktheweb_hostingboxselected {
	width:96%;
	margin:10px 2% 10px 2%;
	padding:10px;
	font-size:1em;
	text-align:left;
	color:#000000;
	background-color:#d9f2e6;
	border-top:1px solid green;
	border-left:1px solid green;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-radius:10px;
	box-shadow: 2px 5px green;
}
.walktheweb_login {
	float:left;
	width:40%;
	min-width:400px;
	min-height:300px;
	padding:10px;
	margin:5px 5px 5px 20px;
	font-size:1em;
	text-align:left;
	color:#000000;
	background-color:#ffffff;
	border-top:1px solid #0000ff;
	border-left:1px solid #0000ff;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-radius:10px;
	box-shadow: 2px 5px #777777;
}
.walktheweb_host {
	width:96%;
	margin:10px 2% 10px 2%;
	min-width:400px;
	min-height:300px;
	padding:10px;
	font-size:1em;
	text-align:left;
	color:#000000;
	background-color:#ffffff;
	border-top:1px solid #0000ff;
	border-left:1px solid #0000ff;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-radius:10px;
	box-shadow: 2px 5px #777777;
}
.walktheweb_loginlabel {
	cursor: default;
	color:#ffffff;
	width:200px;
	float:left;
	font-size:1.2em;
	text-align:center;
	border-top:#afafaf 1px solid;
	border-left:#afafaf 1px solid;
	border-right:#0f0f0f 1px solid;
	border-bottom:black 4px solid;
	box-shadow: 3px 6px #073770;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	padding:10px;
	margin-left:5px;
	margin-right:10px;
	margin-bottom:25px;
	background-image:linear-gradient(rgba(100, 100, 100, .8), rgba(14, 115, 237, .6)); 
}
.walktheweb_loginlabelwidth {
	width:200px;
	float:left;
	font-size:1.2em;
	text-align:center;
	padding:10px;
	margin-left:5px;
	margin-bottom:5px;
}
input.walktheweb_textbox {
	width:240px;
	font-size:1em;
	border:#afafaf 1px solid;
	padding:10px;
	background-color:rgba(255,255,255,.5);
	color:#32373c;
}
input.walktheweb_textbox:focus {
	border:green 1px solid;
	background-color:rgba(255,255,255,.5);
	color:#32373c;
}
input.walktheweb_textbox:hover {
	border:#888888 1px solid;
	background-color:rgba(255,255,255,.5);
	color:#32373c;
}
input.walktheweb_textbox:disabled {
	border:#888888 1px solid;
	color:#777777;
	background-color:rgba(255,255,255,.8);
}
input.walktheweb_textboxwider {
	width:340px;
	font-size:1em;
	border:#afafaf 1px solid;
	padding:10px;
	color:#32373c;
	background-color:rgba(255,255,255,.5);
}
input.walktheweb_textboxwider:focus {
	border:green 1px solid;
	color:#32373c;
	background-color:rgba(255,255,255,.5);
}
input.walktheweb_textboxwider:hover {
	border:#888888 1px solid;
	color:#32373c;
	background-color:rgba(255,255,255,.5);
}
input.walktheweb_textboxwider:disabled {
	border:#888888 1px solid;
	color:#777777;
	background-color:rgba(255,255,255,.8);
}
.walktheweb_errortext {
	color:red;
	font-size:1.2em;
	font-weight:bold;
}
.walktheweb_loginlogo {
	width:40px;
	height:40px;
	border:0px transparent;
	float:left;
}
.walktheweb_loginbutton {
	border:#073770 4px solid;
	border-radius:20px;
	width:300px;
	min-height:40px;
	text-align:center;
	color:black;
	font-size:1.2em;
	font-weight:bold;
	padding:10px;
	margin-left:6%;
	margin-bottom:30px;
	box-shadow: 5px 10px rgba(14, 115, 237, .6);
	background-color: #efefef;
}
.walktheweb_loginbutton:hover {
	border:green 4px solid;
	cursor:pointer;
	color:blue;
	background-color: #fafcc5;
	box-shadow: 5px 10px #3b4f33;
}
.walktheweb_logincancel {
	border:#afafaf 1px solid;
	padding:5px;
	border-radius:10px;
	width:120px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
	display:inline-block;
}
.walktheweb_logincancel:hover {
	cursor:pointer;
	border:green 1px solid;
	background-color: #fafcc5;
}
.walktheweb_availability {
	border:#afafaf 1px solid;
	padding:5px;
	border-radius:10px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-color: #d9f2e6;
	display:inline-block;
	text-align:center;
}
.walktheweb_availability:hover {
	cursor:pointer;
	border:green 1px solid;
	background-color: #fafcc5;
}
.walktheweb_lightlink {
	color:#0000ff;
}
.walktheweb_lightlink:hover {
	color:green;
	cursor:pointer;
}
.walktheweb_hosturl {
	display:inline-block;
	color:blue;
}
.walktheweb_selectedimage {
	width:300px;
	height:auto;
}
.walktheweb_editbutton {
	float:right;
	margin-right:20px;
	border:1px solid black;
	border-radius:10px;
	width:75px;
	min-height:28px;
	text-align:center;
	color:black;
	font-size:1em;
	font-weight:bold;
	padding:5px;
	background-color: rgba(242, 242, 242, .5);
}
.walktheweb_editbutton:hover {
	border:1px solid green;
	color:black;
	background-color: rgba(255, 255, 204, .9);
	cursor:pointer;
}
.walktheweb_navbuttonnext {
	float:right;
	border:#000000 1px solid;
	padding:5px;
	border-radius:10px;
	width:120px;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	background-color: #006600;
	display:inline-block;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}
.walktheweb_navbuttonnext:hover {
	cursor:pointer;
	border:1px solid #006600;
	color:#000000;
	background-color: #ccffcc;
}
.walktheweb_navbuttonback {
	float:left;
	border:#000000 1px solid;
	padding:5px;
	border-radius:10px;
	width:120px;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	background-color: #006600;
	display:inline-block;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}
.walktheweb_navbuttonback:hover {
	cursor:pointer;
	border:1px solid #006600;
	color:#000000;
	background-color: #ccffcc;
}
.walktheweb_smalllightfont, h4.walktheweb_smalllightfont {
	font-size:.8em;
	color:#777777;
}
.walktheweb_bold {
	font-weight:bold;
}
.walktheweb_progressdiv {
	margin:10px 2% 10px 2%;
	height:230px;
	padding:10px;
	font-size:1em;
	text-align:center;
	color:#000000;
	background-color:#efefef;
	border-top:1px solid #0000ff;
	border-left:1px solid #0000ff;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-radius:10px;
	box-shadow: 2px 5px #777777;
	vertical-align:bottom;
	background:url('../images/3dinternet.jpg') no-repeat center;
	background-size: 100% auto;
	
}
.walktheweb_progressball {
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	padding:0px;
	width:72px;
	height:72px;
	background-color:rgba(0, 51, 153,.6);
	border:1px solid #6699ff;
	border-radius:36px;
}
.walktheweb_progresstext {
	margin:20px auto auto auto;
	display:inline-block;
	font-size:1.4em;
	font-weight:bold;
	color:#ffffff;
}
.walktheweb_notebox {
	margin:20px 0px 20px 0px;
	border:1px solid black;
	border-radius:10px;
	max-width:700px;
	text-align:left;
	color:black;
	font-size:1em;
	padding:10px;
}
.walktheweb_headerrow {
	width:100%;
	display:block;
	border-bottom:2px solid #000000;
	text-align:left;
}
.walktheweb_row {
	width:100%;
	display:block;
	border-bottom:2px solid #cfcfcf;
	text-align:left;
}
.walktheweb_rowtop {
	width:100%;
	display:block;
	border-top:2px solid #cfcfcf;
	text-align:left;
	background-color:#efefef;
	margin-top:10px;
}
.walktheweb_col3 {
	width:34%;
	display:inline-block;
	padding: 5px 5px 5px 0px;
	text-align:left;
}
.walktheweb_col6 {
	width:14%;
	display:inline-block;
	padding: 5px 5px 5px 0px;
	text-align:left;
}
.walktheweb_col6right {
	width:14%;
	display:inline-block;
	padding: 5px 5px 5px 0px;
	text-align:right;
}
.walktheweb_col4 {
	width:24%;
	display:inline-block;
	padding: 5px 5px 5px 0px;
	text-align:left;
}
.walktheweb_col2 {
	width:49%;
	display:inline-block;
	padding: 5px 5px 5px 0px;
	text-align:left;
}
.walktheweb_col4right {
	width:24%;
	display:inline-block;
	padding: 5px 5px 5px 0px;
	text-align:right;
}
.walktheweb_notes {
	border:1px solid #cfcfcf;
	border-radius:15px;
	padding:10px;
}
.walktheweb_div {
	display:inline-block;
	border:1px solid #000000;
	border-radius:20px;
	padding:15px;
	max-width: 94%;
	min-width: 200px;
	width: 94%;
	margin:15px 1px 1px 1px;
	background-color:#ffffff;
}

.walktheweb_scroll {
	padding:10px;
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 100%;
	min-width: 200px;
	width: 100%;
	margin:5px;
	height: 400px;
}
.walktheweb_hr {
	border:1px solid #efefef;
}
.walktheweb_col10 {
	display:inline-block;
	width:9%;
	text-align:left;
	min-height:32px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
}
.walktheweb_col15 {
	display:inline-block;
	width:14%;
	text-align:left;
	min-height:32px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
}
.walktheweb_col20 {
	display:inline-block;
	width:19%;
	text-align:left;
	min-height:32px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
}
.walktheweb_col30 {
	display:inline-block;
	width:29%;
	text-align:left;
	min-height:32px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
}
input[type=button].walktheweb_searchresultbutton {
	float:right;
	border:2px solid gray;
	border-radius:10px;
	color:#000000;
	font-weight:bold;
	width:170px;
	padding:20px;
	text-align:center;
	vertical-align:top;
	font-size:1.4em;
	margin:30px;
	background-color:#FDFFCE;
	cursor:default;
}
input[type=button].walktheweb_searchresultbutton:hover {
	border:2px solid green;
	color:green;
	background-color:#FCFFBD;
	cursor:pointer;
}
input[type=button].walktheweb_searchbutton {
	display:inline-block;
	border:2px solid gray;
	border-radius:10px;
	color:#000000;
	font-weight:bold;
	width:140px;
	padding:5px;
	text-align:center;
	vertical-align:top;
	font-size:1.6em;
	margin:0px 5px 5px 5px;
	background-color:#efefef;
	cursor:default;
}
input[type=button].walktheweb_searchbutton:hover {
	border:2px solid green;
	color:green;
	background-color:#fcffbd;
	box-shadow: 2px 5px #003300;
	cursor:pointer;
}
input[type=text].walktheweb_textbox {
	width:240px;
	font-size:1em;
	border:#afafaf 1px solid;
	padding:10px;
	background-color:rgba(255,255,255,.5);
	color:#32373c;
	border-radius:5px;
}
input[type=text].walktheweb_textbox:focus {
	border:green 1px solid;
	background-color:rgba(255,255,255,.5);
	color:#32373c;
}
input[type=text].walktheweb_textbox:hover {
	border:#888888 1px solid;
	background-color:rgba(255,255,255,.5);
	color:#32373c;
}
input[type=text].walktheweb_textbox:disabled {
	border:#888888 1px solid;
	color:#777777;
	background-color:rgba(255,255,255,.8);
}
input[type=text].walktheweb_textboxwider {
	width:340px;
	font-size:1em;
	border:#afafaf 1px solid;
	padding:10px;
	color:#32373c;
	background-color:rgba(255,255,255,.5);
	border-radius:5px;
}
input[type=text].walktheweb_textboxwider:focus {
	border:green 1px solid;
	color:#32373c;
	background-color:rgba(255,255,255,.5);
}
input[type=text].walktheweb_textboxwider:hover {
	border:#888888 1px solid;
	color:#32373c;
	background-color:rgba(255,255,255,.5);
}
input[type=text].walktheweb_textboxwider:disabled {
	border:#888888 1px solid;
	color:#777777;
	background-color:rgba(255,255,255,.8);
}
.walktheweb_searchdiv {
	float:right;
	white-space:nowrap;
}
.walktheweb_confirm {
	width:50%;
	margin-left:auto;
	margin-right:auto;
	min-width:500px;
	border:2px solid green;
	border-radius:20px;
	padding:20px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
.walktheweb_preview {
	float:left;
	width:250px;
	height:auto;
}
.walktheweb_success {
	color:green;
	font-size:1.4em;
	font-weight:bold;
}
.walktheweb_mincol {
	display:inline-block;
	width: 21%;
	min-height:200px;
	border:1px solid #afafaf;
	border-radius:10px;
	margin:5px 1% auto 1%;
	padding:10px;
	vertical-align:top; 
}
.walktheweb_medcol {
	display:inline-block;
	width: 29%;
	min-height:200px;
	border:1px solid #afafaf;
	border-radius:10px;
	margin:5px 1% auto 1%;
	padding:10px;
	vertical-align:top; 
}
.walktheweb_largecol {
	display:inline-block;
	width: 46%;
	min-height:200px;
	border:1px solid #afafaf;
	border-radius:10px;
	margin:5px 1% auto 1%;
	padding:10px;
	vertical-align:top; 
}
.walktheweb_top {
	vertical-align:top;
}
.walktheweb_colicons {
	display:inline-block;
	margin-right:20px;
}
.walktheweb_tinyimg {
	display:inline-block;
	width:30px;
	height:auto;
	margin:2px;
	border:1px solid transparent;
	border-radius:2px;
	padding:1px;
}
.walktheweb_tinyimg:hover {
	cursor:pointer;
}
.walktheweb_tinyimgselected {
	display:inline-block;
	width:30px;
	height:auto;
	margin:2px;
	border:1px solid blue;
	border-radius:2px;
	padding:1px;
}
.walktheweb_tinyimgselected:hover {
	cursor:pointer;
}
.walktheweb_simplelink {
	color:blue;
	text-decoration:none;
}
.walktheweb_simplelink:hover {
	cursor:pointer;
	color:black;
	text-decoration:underline;
}