@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	min-width: 900px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#page {
	position: relative;
	margin: 0 auto;
	padding-top: 300px;
	min-width: 1000px;
	max-width: 1000px;
}

div#page, ul#footer { width: 95%; }

/* TEXT FORMATTING */
a { color: #005397; }

h2, h3, h4, form legend { color: #005397; }
h1, h2, h3, form legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #005397;
}

h2 {
	font-size: 24px;

	margin-bottom: 10px;
}

h3, form legend {
	font-size: 18px;
	padding-top: 10px;
	margin-bottom: 10px;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}

p {
	color: #222;
	line-height: 17px;
	text-align: justify;
	margin-bottom: 10px;
}

hr {
	width: 100%;
	color: #fff;
	border: 0;
	clear: both;
}

/* HOME PAGE */
div.column.half img {
	display: block;
	width: 375px;
	height: 200px;
	margin: 0 auto;

	border: 3px double #ff3327;
}

div.column.half { text-align: center; }
div.column.half p { padding: 0 4%; }

/* MASTHEAD */
h5#logo {
	position: absolute;
	display: block;
	top: 5px;
	left: 0;
	width: 100%;
	height: 142px;

	overflow: hidden;
	background: url(../images/webdesign-call.png) top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #FF0000;
}
h5#logo2 {
	position: absolute;
	display: block;
	top: 15px;
	left: 0;
	width: 360px;
	height: 142px;

	overflow: hidden;
	background: url(../images/logo.gif) top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #FF0000;
}
h1#logo3 {
	position: absolute;
	display: none;
	top: 15px;
	left: 0;
	width: 200px;
	height: 142px;

	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #FF0000;
}
	
ul#masthead {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 38px;
	padding-top: 122px;

	margin: 0 auto;
	list-style-type: none;
	text-align: left;

	background: url(../images/interface/telno.gif) bottom right repeat-x;
	z-index: 200;
}

ul#masthead li {
	display: inline;
	height: 38px;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 0;
	margin-left: 10px;
	position: relative;
}

ul#masthead li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 100;
	background: #FF4A46;
	border: 1px solid #EC1E18;
	border-top-width: 10px;
	min-width: 100%;
	display: none;
	list-style: none;
}

ul#masthead li:hover ul {
	display: block;
}

ul#masthead li ul li {
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	line-height: normal;
	height: auto;
	white-space: nowrap;
}

ul#masthead li ul li a {
	margin: 0;
	padding: 5px 15px;
	display: block;
	text-align: left;
	line-height: normal;
	height: auto;
}

ul#masthead li ul li a:hover {
	background: #FF2621;
}

ul#masthead li, ul#masthead li a { line-height: 38px; }


ul#masthead li a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

ul#masthead li a:hover {
	text-decoration: underline;
}

/* BANNER */
div#banner {
	position: absolute;
	top: 165px;
	left: 0;

	width: 100%;
	height: 130px;
}
div#banner .inner {
	display: block;
	border: 1px solid #fb141d;
	background: url(../images/interface/masthead.gif) top left repeat-x;
	height: 116px;
	position: relative;
}

div#banner div {
	position: absolute;
	top: 5px;

	width: 332px;
	height: 100%;
	background-image: url(../images/interface/logo.gif);
}

div#banner div#left { left: 5px; background: url(../images/interface/mastheadL.png) top left no-repeat; }
div#banner div#centre { left: 50%; margin-left: -151px; background: url(../images/interface/mastheadC.png) top left no-repeat; }
div#banner div#right { right: 0; background: url(../images/interface/mastheadR.png) top left no-repeat; width: 273px; }

/* SUB MENU */
div#subMenu {
	float: left;
	width: 20%;
	margin-right: 1%;
}

div#subMenu ul { list-style-type: none; }

div#subMenu ul li {
	height: 28px;
	line-height: 28px;
	margin-bottom: 2px;
	text-indent: 20px;
	background: url(../images/interface/mainMenu.gif) center right repeat-x;
}

div#subMenu ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div#subMenu ul li a:hover { text-decoration: underline; }

div#subMenu div#callyou {
	background: url(../images/interface/beigeBG.gif) bottom right repeat-x #fdf3e9;
	padding: 0 10px 40px 10px;
}

/* Menu Drop in sub Menu thing */
div#subMenu ul li.drop { height: auto; }
div#subMenu ul li ul {
	height: auto;
	background: url(../images/interface/beigeBG.gif) bottom right repeat-x #fdf3e9;
}

div#subMenu ul li ul li {
	height: auto;
	background: none;
}

div#subMenu ul li ul li a { color: #111; }

/* CONTENT */
div.column {
	/*float: left;
	width: 62%; /* Was 71% */
	margin: 0 0 20px 21%;
	padding-bottom: 10px;
}

div#right-column {
	float: right;
	width: 198px;
	display: none;
}
div#right-column .right-box {
	margin: 0 0 10px;
}
div#right-column .right-box .box-title {
	background: url(../images/interface/right-column-box-title.jpg) top left no-repeat;
	padding: 0 10px;
	width: 178px;
	height: 39px;
	line-height: 34px;
	text-align: center;
	font-size: 15px;
	color: #005397;
	text-shadow: 0 1px 0 #FFFFFF;
}
div#right-column .right-box .box-content {
	background: url(../images/interface/right-column-box-content.jpg) top left repeat-y;
	padding: 0 6px;
	width: 186px;
}
div#right-column .right-box .box-content img {
	border: 0;
}
div#right-column .right-box .box-content .go-link {
	color: #003399;
	margin-top: -10px;
	padding-top: 15px;
}
div#right-column .right-box .box-content .go-link .price {
	font-weight: bold;
	font-size: 18px;
}
div#right-column .right-box .box-content .go-link img {
	float: right;
	margin-top: -15px;
}
div#right-column .right-box .box-content .inner {
	background: url(../images/interface/right-column-box-content-inner.jpg) top left no-repeat;
	min-height: 100px;
	padding: 0 6px;
	overflow: hidden;
}
div#right-column .right-box .box-bottom {
	background: url(../images/interface/right-column-box-bottom.jpg) top left no-repeat;
	width: 198px;
	height: 11px;
	line-height: 11px;
}
div#right-column ul {
	margin: 10px 0;
	padding: 0 0 0 25px;
	list-style: url(../images/interface/right-bullet.gif);
}
div#right-column ul li {
	margin: 5px 0;
}

div.column.full { text-align: center; margin: 0 0 20px 0; width: 100%; }
div.column.half { width: 48%; margin: 0; }
div.column.right { float: right; }
div.column.inner { width: 100%; margin: 0; }
div.column.wide { width: 100%; }
div.column.third { width: 34%; }
div.column.links { width: 64%; }
div.column.third div { text-align: center; }
div.column.third div img { display: inline; }

div.column ul {
	color: #000066;
	font-weight: normal;
	margin-left: 20px;
	padding: 10px 0;
	list-style-position: outside;
}

div.column li { margin-bottom: 10px; }

p.linkBox {
	clear: both;
	width: 75%;

	margin: 10px 0;
	padding: 10px 10px 30px 10px;

	font-weight: bold;
	border: 1px solid #555;

	white-space: nowrap;
	overflow: auto;
}

/* HOME PAGE */
img.standard {
	width: 250px;
	margin-bottom: 10px;
}

/* Portfolio Logo List */
ul#logos {
	float: left;
	width: 100%;
	margin: 0;
	list-style-type: none;
}

ul#logos li {
	float: left;
	width: 100px;
	height: 100px;

	margin: 2px;
	padding: 5px;
	border: 1px solid #ff3327;
}

/* IMAGE / PRODUCT GALLERY LIST */
ul.gallery {
	float: left;
	margin-top: 10px;
	list-style-type: none;
}

ul.gallery li {
	float: left;
	width: 260px;
	margin: 0 10px 5px 0;
	padding-top: 10px;
	text-align: center;
	border: 0px double #ff3327;
}

ul.gallery li h4 {
	width: 98%;
	margin: 0 auto 10px auto;
	height: 10px;
	vertical-align: middle;
}

ul.gallery li img { width: 240px; height: 160px; border: 0; }

table {
	float: left;
	font-size: 11px;

	border-collapse: collapse;
	border: 1px solid #555;

	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
}

table th { height: 45px; }
table td { padding: 2px 5px; }
table tr.odd { background-color: #ade3ff; }

/* VERTICAL GALLERY */
ul.gallery.vertical {
	padding: 0;
	margin: 0 10px 0 0;
}

ul.gallery.vertical li {
	float: none;
	padding: 0;
	margin: 0 0 10px 0;
}

/* FORMS */
form#quickContact { clear: left; }
form#quickContact label { width: 28%; }
form#quickContact input { width: 61%; }
form#quickContact select { width: 63%; }
form#quickContact input.button { width: 45%; }
form#quickContact fieldset { background: none; padding: 0; }

form fieldset {
	border: 0;
	background: url(../images/interface/beigeBG.gif) bottom right repeat-x #fdf3e9;
	padding: 0 10px 40px 10px;
}

form ol { list-style-type: none; }
form ol li { padding: 4px 0; clear: both; }

form label {
	display: block;
	float: left;
	width: 20%;
	text-align: right;
	margin-right: 10px;
}

form input, form select, form textarea {
	float: right;
	width: 72%;
	padding: 2px;

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;

	border: 1px solid #555;
}

form select { width: 75.7%; }
form div.checkboxes { padding: 10px 0 0 25%; }

form div.checkboxes input {
	float: left;
	clear: left;
	width: auto;
	border: 0;
	margin: 0 10px 10px 0;
}

form div.checkboxes span {
	float: left;
	display: block;
}

form button, form input.button {
	float: right;
	padding: 2px 0;
	width: 100px;

	cursor: pointer;

	color: #fff;
	background-color: #449b1d;
	font-weight: bold;

	border: 1px solid #3a8418;
	border-top-color: #4eb122;
	border-left-color: #4eb122;
}

form button:hover, form input.button:hover {
	text-transform: uppercase;
	background-color: #4eb122;
	border: 1px solid #449b1d;
	border-top-color: #56c425;
	border-left-color: #56c425;
}

ul#blogPosts { position: relative; }

ul#blogPosts li a {
	position: relative;
}

ul#blogPosts li a span {
	display: none;
}

ul#blogPosts li a:hover span {
	position: absolute;
	display: block;

	float: left;
	top: 10px;
	left: 50px;

	width: 200px;
	height: auto;

	font-weight: normal;
	color: #555;
	padding: 2px;

	border: 1px solid #555;
	background-color: #fff;
}

/* CAPTCHA */
form ol li#captcha {
	float: right;
	width: 255px;
	border: 1px solid #777;
	background-color: #fff;
	margin-top: 10px;
}

form ol li#captcha img {
	width: 245px;
	height: 40px;
	border: 0;
}

form ol li#captcha label {
	float: left;
	width: 100px;
	margin-left: 5px;
}

form ol li#captcha input {
	float: right;
	clear: none;
	width: 100px;
	margin: 0 5px 5px 0;
}

/* USED MACHINES PAGE */
ul.usedMachines {
	list-style-type: none;
}

ul.usedMachines li {
	clear: both;
	padding-bottom: 10px;
}

ul.usedMachines li a img {
	display: block;
	width: 200px;
	padding-right: 10px;
	padding-bottom: 40px;
	float: left;

	border: 0;
}

ul.usedMachines li p {
	font-weight: normal;
}

/* STAFF MEMBER EMAIL LIST */
div#subMenu ul#staff { list-style-type: none; }

div#subMenu ul#staff li {
	margin: 20px 0;
	height: 24px;
	background: url(../images/interface/email.gif) top left no-repeat;
	padding-left: 34px;
	font-size: 11px;
}

div#subMenu ul#staff a {
	display: block;
	color: #005397;
	text-indent: 0;
	text-decoration: none;
}

div#subMenu ul#staff li a:hover { text-decoration: underline; }

/* INTERACTIVE MAP */
div#interactiveMap {
	width: 98%;
	height: 300px;
}

/* FOOTER */
ul#footer {
	height: 38px;

	margin: 0 auto 20px auto;
	line-height: 38px;
	text-align: center;

	color: #fff;
	font-weight: bold;
	background: url(../images/interface/mainMenu.gif) top right repeat-x #e40e17;

	clear: both;
	list-style: none;
}

ul#footer li {
	display: inline;
	margin: 0 1%;
}

/* Webcentreplus Branding */
ul#footer li#webcentreplus a { color: #fff; }
ul#footer li#webcentreplus span {
	padding: 1px 5px 1px 3px;

	font-size: 11px;

	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: oblique;

	color: #0043f3;
	background-color: #fff;
	border: 1px solid #555;

	cursor: default;
}

ul#footer li#webcentreplus span span { border: 0; padding: 0; color: #fd1824; }

/* IMAGE POPUP */
div#imagePopupContainer {
	display: none;

	position: absolute;
	width: 600px;
	height: 400px;

	top: 50%;
	left: 50%;

	margin-top: -40px;
	padding: 20px 0;

	text-align: center;
	cursor: pointer;

	background: url(../images/interface/popupImageBG.gif) top left no-repeat #fff;
}

div#imagePopupLogo {
	position: absolute;
	bottom: 13px;
	right: 13px;
	width: 150px;
	height: 33px;
	background: url(../images/interface/popupImageLogo.gif) top left no-repeat;
}

/* DROP LIST */
h3.dropList {
	display: block;
	cursor: pointer;

	height: 30px;
	line-height: 30px;

	padding: 0 4px;

	border: 1px solid #ff3327;
	background: url(../images/interface/dropListBG.gif) center right no-repeat;
}

h3.dropList img {
	display: block;
	float: left;
	height: 30px;
	margin-right: 5px;
}

h3.dropList span {
	display: block;
	float: left;
}
ul.gallery.dropList {
	width: 99%;
	margin: 0 0 10px 0;
	padding-left: 10px;
	background: url() bottom right repeat-x #fdf3e9;
	float: none;
	overflow: hidden;
}

ul.gallery.dropList li {
	background-color: #fff;
}

/* DROP LIST ON USED NEARLY NEW PAGE */
ul.gallery.dropList.usednew li {
	border: 0;
	background: none;
	width: 98%;
}

ul.gallery.dropList.usednew li div.image {
	float: left;
	width: 40%;
	text-align: center;
}

ul.gallery.dropList.usednew li div {
	float: right;
	width: 58%;
}

/* SCROLLER */
div#left, div#centre, div#right {
	position: relative;
	overflow: hidden;
}

div#left div, div#centre div, div#right div {
	position: absolute;
	display: block;
	z-index: 10;
	top: 0;
	left: 0;

	height: 100%;
}

img#printLogo { display: none; }
h5#printDetails { display: none; }

/* NEW BLOG PAGE */
#content.blogPage {
	float: left;
	width: 860px;
}

#content.blogPage div.homeContent {
	width: 860px;
	padding: 10px 0;
	margin-left: 0;
}

#content.blogPage div.homeContent p {
	width: auto;
}
/* MAIN COLUMN */
.rightColumn ul { clear: left; }
.mainColumn p { text-align: justify; }

.mainColumn ul, .rightColumn ul {
	list-style-type: square;
	color: #0143f3;
	margin: 0 0 15px 25px;
}

.mainColumn ul#sitemap { padding-top: 20px; }

.mainColumn ul li, .rightColumn ul li { margin: 15px 0; }
.mainColumn ul li .text, .rightColumn ul li .text { color: #000; }

.mainColumn ul.half li, .mainColumn ul.hostingFeatures li {
	background: url(../images/bullet.png) top left no-repeat;
	text-indent: 10px;
}

.mainColumn ul.half {
	list-style-type: none;
	float: left;
	clear: none;
	width: 43%;
}
.homeContent {
	padding: 10px 0;
	margin-left: 5px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	border: 1px solid #D2DBFB;
	overflow: hidden;
}
.homeContent.hosting-promo {
	padding-top: 0;
	padding-right: 221px;
	background-image: url(../images/hosting-promo-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.homeContent.seo-promo {
	padding-top: 0;
	padding-right: 221px;
	background-image: url(../images/social-marketing.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.homeContent.wordpress-promo {

}
.homeContent.webdesign-promo {
	padding-top: 0;
	padding-right: 221px;
	background-image: url(../images/webdesign-brushes.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.homeContent h2 {
	text-transform: none;
	margin-bottom: 10px;
}

#content .homeContent p {
	line-height: 18px;
	font-size: 12px;
	margin-bottom: 5px;
	text-align: left;
}

.homeContent h3, .homeContent h2, .homeContent p {
	margin-left: 10px;
	margin-right: 10px;
}.homeContent2 {
	float: left;
	clear: both;
	width: 800px;
	padding: 10px 0;
	margin-left: 5px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	border: 1px solid #D2DBFB;
	background-image: url(../images/label-wd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.homeContent3 {
	float: left;
	clear: both;
	width: 800px;
	padding: 10px 0;
	margin-left: 5px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	border: 1px solid #D2DBFB;
	background-image: url(../images/label-seo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
p.linkBox2 {
	clear: both;
	width: 200px;

	margin: 10px 0;
	padding: 5px 5px 5px 5px;

	font-weight: bold;
	border: 1px solid #555;

	white-space: nowrap;
	overflow: auto;
}
#tutorialScroll {
	width: 740px;
	height: 400px;
}

.tutorialBox {
	float: left;
	width: 43%;
	height: 180px;
	text-align: left;
}

.tutorialBox.last {
	height: auto;
}

#tutorialScroll h3 {
	clear: both;
	text-align: left;
	margin-left: 25px;
	height: 50px;
	line-height: 50px;
	text-indent: 50px;
}

#tutorialScroll h3.email { background: url(../images/emailicon.gif) center left no-repeat; }
#tutorialScroll h3.ftp { background: url(../images/ftpicon.gif) center left no-repeat; }
#tutorialScroll h3.paypal { background: url(../images/paypalicon.gif) center left no-repeat; }
#tutorialScroll h3.virtuozzo { background: url(../images/virtuozzoicon.gif) center left no-repeat; }

#tutorialScroll ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#tutorialScroll ul li {
	text-align: left;
	margin: 5px 0;
	float: left;
	width: 98%;
}

#tutorialScroll ul li a { color: #444; }
#tutorialScroll ul li a:hover { color: #f00; }

#tutorialScroll ul.twocols li { width: 45%; }
#tutorialScroll ul.half { width: 45%; }

div.support {
	float: left;
	width: 45%;
}

div.support ul {
	clear: none;
	text-align: left;
	list-style-type: none;
	margin-bottom: 30px;
}

div.support ul li { margin: 7px; }
div.support ul li.more { margin-top: 12px; }
div.support ul li a { border: 0; }
div.support ul li span, ul.support li a span {
	color: #000;
	font-size: 17px;
}
.box_small4 {
	width:232px;
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	background-color: #f2f2f2;
	border: 1px solid #D2DBFB;
}
.menu_lft_hm {
	width:260px;
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0;
	border: 1px solid #CC0000;
}

.buy {
	width:200px;
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0;
	height: 170px;
}
.box_left {
	float: left;
	clear: both;
	width: 245px;
	margin-left: 0px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	background-image: url(../images/3labelsSEO.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	height: 250px;
}
.homeContent5 {
	float: left;
	clear: both;
	width: 800px;
	padding: 10px 0;
	margin-left: 5px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	border: 1px solid #D2DBFB;
	background-image: url(../images/hostpoints.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.homeContent6 {
	float: left;
	clear: both;
	width: 800px;
	padding: 10px 0;
	margin-left: 5px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	border: 1px solid #D2DBFB;
	background-image: url(../images/cards.gif);
	background-repeat: no-repeat;
	background-position: 26px 100px;
}
.highlight, #price, #buyHosting2 input, .asterisk, .whatsthis { color: #fe1824; }

#subMenu img { max-width: 100%; }
.column img { max-width: 97%; margin: 0 1.5%; }

.testimonialsLink {
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 0 10px;
	padding: 14px 0 0 40px;
	background: url(../images/interface/testimonials.png) top left no-repeat;
	color: #CC3300;
	font-weight: bold;
}

.home-promo-block {
	margin-top: 10px;
	margin-right: 10px;
	border-bottom: 1px dotted #000000;
	overflow: hidden;
}
.home-promo-block.non-home {
	margin-left: 10px;
}
.home-promo-block.top {
	margin-top: 0;
}
.home-promo-block.last {
	border: 0;
	margin-bottom: -5px;
}
.home-promo-block p {
	margin-left: 103px;
}
.home-promo-block h3 {
	margin-left: 103px;
	clear: none;
	padding-top: 0;
	margin-bottom: 5px;
}
.home-promo-block a {
	color: #CC3300;
	font-weight: bold;
}
.home-promo-block .left-image {
	margin-right: 10px;
	float: left;
}
.home-promo-block.non-home .left-image {
	margin-left: 0;
}
.home-promo-block .columns {
	margin-left: 103px;
	overflow: hidden;
}
.home-promo-block ul {
	float: left;
	width: 40%;
	margin: 0 5% 10px !important;
	padding: 0 !important;
	list-style: url(../images/interface/home-promo-bullet.png);
}
.home-promo-block ul.right {
	margin-right: 0;
}
.home-promo-block ul li {
	margin: 0;
	color: #CC3300;
	font-weight: bold;
}

ul.hosting-bullets {
	float: left;
    list-style: disc outside url("../images/interface/home-promo-bullet.png");
    margin: 0 0 0 3% !important;
    padding: 0 !important;
    width: 30%;
}
ul.hosting-bullets.first {
    margin: 0 0 0 8% !important;
    width: 25%;
}
ul.hosting-bullets li {
	margin: 10px 0 0;
}

.rightImg {
	float: right;
	clear: right;
	margin: 0 1.5%;
}
.rightImg input {
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
}

