@charset "UTF-8";
/* 

=============================================================================

Last Modified:	 	June 8, 2010 [created]

Author:     		CoreyMade (Corey Haggard)
Primary Use:		StableHost http://www.stablehost.com
Copyright:			StableHost - Do not steal or use any portion

                                                           __            
                                                          /\ \           
  ___    ___   _ __    __   __  __    ___ ___      __     \_\ \     __   
 /'___\ / __`\/\`'__\/'__`\/\ \/\ \ /' __` __`\  /'__`\   /'_` \  /'__`\ 
/\ \__//\ \L\ \ \ \//\  __/\ \ \_\ \/\ \/\ \/\ \/\ \L\.\_/\ \L\ \/\  __/ 
\ \____\ \____/\ \_\\ \____\\/`____ \ \_\ \_\ \_\ \__/.\_\ \___,_\ \____\
 \/____/\/___/  \/_/ \/____/ `/___/> \/_/\/_/\/_/\/__/\/_/\/__,_ /\/____/
                                /\___/                                   
                                \/__/

=============================================================================

TABLE OF CONTENTS:

1.0 - Page Resets
2.0 - Misc and Body Elements
3.0 - Site Container (controls the width of the site)
4.0 - Header
5.0 - Navigation
6.0 - Slider
7.0 - Plan Comparison Table
8.0 - Misc List
9.0 - Footer
10.0 - Forms
*/

/*=================================================================
1.0 - PAGE RESETS (eric meyer)
=================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
	font-weight: lighter;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*=================================================================
2.0 - MISC AND BODY ELEMENTS
=================================================================*/

body {
	margin: 0 auto;
	background: #1d2025 url(images/bg.png) top left;
	color: #666666;
	font-size: 13px;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: lighter;
	line-height: 20px;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

hr {
	margin: 0px;
	color: #ebebeb;
	background-color: #ebebeb;
	height: 1px;
	border: 0;
}

#body {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	background: transparent url(images/ellipse.png) top center no-repeat;
	height: 327px;
}

p {
	margin-top: 20px;
}

q {
	font-size: 55px;
}

a {
	color: #4a93b4;
	text-decoration: none;
}

a:hover {
	color: #4a93b4;
	text-decoration: underline;
}

h2 {
	font-size: 26px;
	color: #9fa2a7;
	font-family: Rockwell, Helvetica, Arial, Sans-serif;
	font-weight: lighter;
	text-shadow: 0px 1px 0px #000000;
}

h2 span {
	display: block;
	margin-top: 5px;
	font-size:14px;
	color: #c7c8c8;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: lighter;
}

h3 {
	font-size: 18px;
	font-weight: lighter;
	color: #b73800;
	margin: 30px 0 30px 0;
}

h4 {
	font-size: 18px;
	font-weight: lighter;
	color: #b73800;
	margin: 0px 0 15px 0;
}

h5 {
	font-size: 18px;
	font-weight: lighter;
	color: #b73800;
	margin: 30px 0 15px 0;
}

.georgia-title {
	font-family: georgia, sans-serif;
	font-size: 16px;
	color: #999999;
	font-style: italic;
	margin: 40px 0px 10px 0px;
}

.m30 {
	margin: 30px 0 30px 0;
}

.taright {
	text-align: right;
}

.toggle_container {
	margin-top: 30px;
}

.demo-blue-button {
	float: left;
	width: 204px;
}

.username-password {
	float: right;
	padding-top: 5px;
	font-family: georgia;
	font-size: 12px;
	color: #9f9f9f;
}

.cp-demo-box {
	position: relative;
	background: #ffffff url(images/cpdemo-bg.png) top left no-repeat;
	width: 920px;
	height: 115px;
	margin-bottom: 20px;
}

.cp-demo-box span {
	position: absolute;
	font-size: 18px;
	font-family: Georgia, helvetica, sans-serif;
	font-style: italic;
	top: 56px;
	left: 155px;
	color: #666666;
}

.demo-button {
	position: absolute;
	top: 43px;
	right: 15px;
}

.page-title {
	width: 960px;
	margin: 0 auto;
}

.bubble {
	background: transparent url(images/testimony-bg.png) top left repeat-x;
	padding: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #f0f0f0;
}

/*=================================================================
3.0 - SITE CONTAINER (controls the width of the site)
=================================================================*/

#container {
	position: relative;
	margin: 0 auto;
}

.wrapper {
	width:  960px;
	margin:  0 auto;
}

.main-section {
	background-color: #fff;
	border-bottom: 1px solid #101215;
	z-index: 100;
}

.content {
	margin: 0px 20px 0px 20px;
	padding: 30px 0px 30px 0px;
	line-height: 20px;
}

.fl610 {
	float: left;
	width: 610px;
	margin-right: 20px;
}

.fl470 {
	float: left;
	width: 470px;
	margin-right: 40px;
}

.fl452 {
	float: left;
	width: 452px;
}

.fl400 {
	float: left;
	width: 400px;
	margin-right: 40px;
	margin-top: 40px;
}

.fr290 {
	float: right;
	width: 290px;
}

.fr400 {
	float: right;
	width: 400px;
	margin-top: 30px;
}

.fr418 {
	float: right;
	width: 418px;
}

.fr470 {
	float: right;
	width: 470px;
}

.title-bar {
	background: transparent url(images/title-bar-bg.png) top right repeat-y;
	padding: 5px 10px 5px 10px;	
	font-size: 18px;
	font-weight: lighter;
	margin-top: 30px;
	margin-bottom: 20px;
	height: 30px;
}

.title-bar-support {
	background: transparent url(images/support-small-icon.png) top left no-repeat;
	padding-left: 37px;
	padding-top: 5px;
	height: 30px
}

.title-bar-sales {
	background: transparent url(images/sales-small-icon.png) top left no-repeat;
	padding-left: 37px;
	padding-top: 5px;
	height: 30px
}

.title-bar-billing {
	background: transparent url(images/billing-small-icon.png) top left no-repeat;
	padding-left: 37px;
	padding-top: 5px;
	height: 30px
}

.contact-info {
	padding: 0px 10px 0px 10px;
}

ul.contact {
	margin: 20px 0px 20px 0px;
}

ul.contact li {
	margin-bottom: 2px;
}

ul.contact li span {
	color: #b73800;
}

ul.contact li em {
	font-style: normal;
	font-family: Georgia;
	font-style: italic;
}

.location {
	background-color: #f0f0f0;
	padding: 10px;
	width: 251px;

}

.location-content {
	margin-top: 10px;
}

.loc-title {
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 1px;
}


/*=================================================================
4.0 - HEADER
=================================================================*/

#header {
	background: transparent url(images/topbar-bg.png) top left repeat-x;
	padding-top:  10px;
	color: #fff;
}

.header-content {
	height: 65px;
	margin: 0 20px 0 20px;
	background: transparent url(images/nav-border-bottom.jpg) bottom right no-repeat;
}

.header-content h1 {
	float: left;
	background: transparent url(images/logo.png) top left no-repeat;
	width: 209px;
	height: 65px;
	text-indent: -99999px;
}

.header-content h1 a {
	display: block;
	width: 209px;
	height: 65px;
}

/*=================================================================
5.0 - NAVIGATION
=================================================================*/

.navigation {
	float: right;
	width: 532px;
}

.navigation ul li {
	display: block;
	list-style-type: none;
	float: left;
	margin-top: 15px;
	padding-right: 10px;
}
.navigation ul li a {
	background:url(images/navigation.png);
	display:block;
	height:31px;
}
.navigation ul li a.item1 {
	background-position: 0px 0px;
	width:65px;
}
.navigation ul li a.item1:hover {
	background-position: 0px -41px;
}
.navigation ul li a.current {
	background-position: 0px -41px;
	width:65px;
}
.navigation ul li a.item2 {
	background-position: 0px -82px;
	width:115px;
}
.navigation ul li a.item2:hover {
	background-position: 0px -123px;
}
.navigation ul li a.current2 {
	background-position: 0px -123px;
	width:115px;
}
.navigation ul li a.item3 {
	background-position: 0px -164px;
	width:135px;
}
.navigation ul li a.item3:hover {
	background-position: 0px -205px;
}
.navigation ul li a.current3 {
	background-position: 0px -205px;
	width:135px;
}
.navigation ul li a.item4 {
	background-position: 0px -246px;
	width:78px;
}
.navigation ul li a.item4:hover {
	background-position: 0px -287px;
}
.navigation ul li a.current4 {
	background-position: 0px -287px;
	width:78px;
}
.navigation ul li a.item5 {
	background-position: 0px -328px;
	width:97px;
}
.navigation ul li a.item5:hover {
	background-position: 0px -369px;
}
.navigation ul li a.current5 {
	background-position: 0px -369px;
	width:97px;
}

/*=================================================================
6.0 - SLIDER
=================================================================*/

.slider-section {
	height: 320px;
	border-bottom: 1px solid #101215;
}

.slider-content {
	border-top: 1px solid #454a50;
	margin: 0 20px 0 20px;
}

.slider-navigation {
	color: #fff;
	height: 92px;
	border-top: 1px solid #202327;
	background: transparent url(images/tab-bg.png) top left repeat;
}

ul.guarantee-list {
	margin-top: 30px;
}

ul.guarantee-list li{
	float: left;
	background: transparent url(images/guarantee-check.png)top left no-repeat;
	margin-bottom: 15px;
	margin-right: 20px;
	padding-left: 20px;
	height: 20px;
	width: 205px;
	font-style: italic;	
}

/*=================================================================
7.0 - PLAN COMPARISION TABLES (table-less)
=================================================================*/

.plan-compare {
	position: relative;
	margin-top: 40px;
	padding-top: 27px;
}

		.plan-compare li.unlimited {
			font-family: Georgia, helvetica, arial, sans-serif;
			font-style: italic;
			text-shadow: 0px 1px 0px #ffffff;
		}
		
		.plan-compare li.yes {
			padding: 12px 0px 11px 0px;
		}

.pc1 {
	float: left;
	width: 408px;
}

		.pc1 ul {
			background-color: #ffffff;
			color: #333333;
			font-size: 19px;						
		}
		
		.pc1 ul li.title {
			color: #e4e4e4;
			height: 99px;
			font-family: Georgia, helvetica, arial, sans-serif;
			font-size: 20px;
			padding-top: 0;
			text-shadow: 0px 1px 0px #000;
		}
		
		.pc1 ul li.title span {
			float: left;
			display: block;
			background: transparent url(images/pc1-title-bg.png) top left repeat-x;
			width: 325px;
			height: 36px;
			padding-left: 15px;
			padding-top: 14px;
			text-align: left;
		}
		
		.pc1 ul li.title em {
			float: right;
			display: block;
			background: transparent url(images/pc1-title-bg2.png) top left no-repeat;
			width: 68px;
			height: 50px;
			font-style: normal;
		}
		
		.pc1 ul li.feature {
			border-top: 1px solid #F0F0F0;
			text-align: left;
			font-size: 13px;
			color: #4A4D53;
			padding: 20px 0px 0px 0px;
			height: 39px;
		}
		
		.pc1 ul li.feature-first {
			text-align: left;
			font-size: 13px;
			color: #4A4D53;
			padding: 20px 0px 0px 0px;
			height: 40px;
		}


.pc2 {
	float: left;
	width: 165px;
	border-right: 1px solid #fff;
}

		.pc2 ul {
			background-color: #e9f3da;
			color: #6c765f;
			font-size: 19px;
		}
		
		.pc2 ul li.title {
			background: #e9f3da url(images/pc2-title-bg.png) top left no-repeat;
			color: #fff;
			height: 69px;
			text-shadow: 0px 2px 0px #1e4f0c;
			font-size: 18px;
			font-weight: bold;
			padding: 15px 0 15px 0;
			text-align: center;
		}
		
		.pc2 ul li.title span {
			display: block;
			font-size: 18px;
			font-weight: lighter;
			color: #1e4f0c;
			text-shadow: 0px 1px 0px #67ad2f;
			margin-top: 4px;
		}
		
		.pc2 ul li.light {
			background: #e9f3da url(images/pc2-light-bg.png) top left repeat-y;
			text-shadow: 0px 1px 0px #ffffff;			
			height: 40px;
			padding: 20px 0 0 0;
			text-align: center;
		}
		
		.pc2 ul li.dark {
			background: #d5e8ba url(images/pc2-dark-bg.png) top left repeat-y;
			text-shadow: 0px 1px 0px #ffffff;
			height: 40px;
			padding: 20px 0 0 0;
			text-align: center;
		}
		
		.pc2 ul li.button {
			padding-bottom: 20px;
			height: 36px;		
		}

.pc3 {
	float: left;
	width: 165px;
	border-right: 1px solid #fff;
}

		.pc3 ul {
			color: #515a64;
			background-color: #e2edf3;
			font-size: 19px;
		}
		
		.pc3 ul li.title {
			background: #e2edf3 url(images/pc3-title-bg.png) top left no-repeat;
			color: #fff;
			height: 69px;
			text-shadow: 0px 2px 0px #082849;
			font-size: 18px;
			font-weight: bold;
			padding: 15px 0 15px 0;
			text-align: center;
		}
		
		.pc3 ul li.title span {
			display: block;
			font-size: 18px;
			font-weight: lighter;
			color: #082849;
			text-shadow: 0px 1px 0px #367da3;
			margin-top: 4px;
		}
		
		.pc3 ul li.light {
			background: #e2edf3 url(images/pc3-light-bg.png) top left repeat-y;
			text-shadow: 0px 1px 0px #ffffff;
			height: 40px;
			padding: 20px 0 0 0;
			text-align: center;
		}
		
		.pc3 ul li.dark {
			background: #c8dce8 url(images/pc3-dark-bg.png) top left repeat-y;
			text-shadow: 0px 1px 0px #ffffff;
			height: 40px;
			padding: 20px 0 0 0;
			text-align: center;
		}
		
		.pc3 ul li.button {
			padding-bottom: 20px;
			height: 36px;		
		}

.pc4 {
	float: left;
	width: 165px;
}

		.pc4 ul {
			background-color: #fff1e5;
			color: #f5a34b;		
			font-size: 19px;
		}
		
		.pc4 ul li.title {
			background: #fff1e5 url(images/pc4-title-bg.png) top left no-repeat;
			color: #fff;
			height: 69px;
			text-shadow: 0px 2px 0px #a52605;
			font-size: 18px;
			font-weight: bold;
			padding: 15px 0 15px 0;
			text-align: center;
		}
		
		.pc4 ul li.title span {
			display: block;
			font-size: 18px;
			font-weight: lighter;
			color: #a52605;
			text-shadow: 0px 1px 0px #ff7621;
			margin-top: 4px;
		}
		
		.pc4 ul li.light {
			background: #fff1e5 url(images/pc4-light-bg.png) top left repeat-y;
			text-shadow: 0px 1px 0px #ffffff;
			/* Height is 60px generally but with the padding it is 30px */
			height: 30px;
			padding: 20px 0 10px 0;
			text-align: center;	
		}
		
		.pc4 ul li.dark {
			background: #ffe4cd url(images/pc4-dark-bg.png) top left repeat-y;
			text-shadow: 0px 1px 0px #ffffff;
			/* Height is 60px generally but with the padding it is 30px */
			height: 30px;
			padding: 20px 0 10px 0;
			text-align: center;	
		}
		
		.pc4 ul li.button {
			padding-bottom: 20px;
			height: 36px;		
		}
	

.pc5 {
	background: transparent url(images/pc5-title-bg.png)top left no-repeat;
	float: left;
	width: 15px;
	height: 50px;
}

.pc-popular-tag {
	position: absolute;
	top: 0px;
	right: 181px;
}

/*=================================================================
8.0 - MISC LISTS 
=================================================================*/

/* FULL FEATURE LIST */

.full-feature-list {
	font-size: 18px;
	font-family: Georgia, helvetica, arial, sans-serif;
	color: #474c52;
	text-align: center;
	font-style: italic;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 10px 0 10px 0;
	margin-top: 30px;
	margin-bottom: 10px;
}

.full-feature-list a {
	color: #474c52;
	text-decoration: none;
}

.full-feature-list a:hover {
	text-decoration: underline;
}

/* ALL PLANS LIST */

ul.allplans1 {
	padding-bottom: 30px;
	border-bottom: solid 1px #cdcdcd;
}

		ul.allplans1 li {
			float: left;
			width: 212px;
			margin-right: 15px;
			border-right: 1px solid #cdcdcd;
			height: 300px;
		}
		
		ul.allplans1 li span {
			font-size: 16px;
			font-weight: lighter;
			color: #b73800;
		}
		
		ul.allplans1 li em {
			font-style: normal;
			display: block;
			font-size: 10px;
			padding-top: 0px;
			color: #ccc;
		}
		
		ul.allplans1 li p {
			padding-top: 20px;
			line-height: 18px;
		}
		
		ul.allplans1 ul {
			list-style-position: inside;
			list-style-image: url(images/small-yes.png);
			margin-top: 10px;
		}
		
		ul.allplans1 ul li {
			width: 100%;
			margin-bottom: 10px;
			border-right: none;
			height: 100%;
		}

/* ALL PLANS COME WITH LIST */

ol.allplans {
	padding: 0;
}

		ol.allplans li {
			margin-bottom: 40px;
		}
		
		ol.allplans li.oneclick {
			float: left;
			width: 340px;	
			height: 80px;
			background: #fff url(images/1clickinstalls.png) top left no-repeat;
			padding-left: 75px;
			margin-right: 90px;
		}
		
		ol.allplans li.datasafe {
			float: left;
			width: 340px;	
			height: 80px;
			background: #fff url(images/datasafe.png) top left no-repeat;
			padding-left: 75px;
		}
		
		ol.allplans li.easyemail {
			float: left;
			width: 340px;	
			height: 80px;
			background: #fff url(images/easyemail.png) top left no-repeat;
			padding-left: 75px;
			margin-right: 90px;
		}
		
		ol.allplans li.ondemandsupport {
			float: left;
			width: 340px;	
			height: 80px;
			background: #fff url(images/ondemandsupport.png) top left no-repeat;
			padding-left: 75px;
		}
		
		ol.allplans li span {
			display: block;
			font-size: 16px;
			color: #333333;
			font-weight: lighter;
			margin-bottom: 5px;
		}
		
		ol.allplans li em {
			display: block;
			font-style: normal;
		}

/* SIMPLE SOFTWARE LIST */

ul.simple-software {
	margin: 0px 0 0px 0;
	background-color: #ebebeb;
	padding: 10px 15px 10px 15px;
}

		ul.simple-software li {
			float: left;
			margin-right: 28px;
		}
		
		ul.simple-software li span{
			display: block;
			width: 155px;
			height: 69px;
		}
		
		ul.simple-software li em {
			display: block;
			text-align: center;
			color: #2c4357;
			font-family: Helvetica, arial, sans-serif;
			font-weight: lighter;
			font-size: 12px;
			width: 155px;
		}

/* TESTIMONIES */

ul.testimonies {
	margin-top: 0 0 15px 0;
}

		ul.testimonies li {
			display: block;
			float: left;
			width: 421px;
			margin-right: 75px;
			margin-bottom: 30px;
		}

		ul.testimonies li span {
			display: block;
			background: transparent url(images/testimony-arrow.png) top left no-repeat;
			height: 50px;
			padding-left: 40px;
			color: #b73800;
			font-weight: bold;
			padding-top: 3px;
			line-height: 15px;
		}
		
		ul.testimonies li span em {
			display: block;
			color: #a5a5a5;
			font-weight: lighter;
		}

/* KEY FEATURES */

ul.key-features {
	margin-bottom: 50px;
}

		ul.key-features li {
			float: left;
			width: 283px;
			margin-right: 25px;
		}
		
		ul.key-features li span {
			font-size: 18px;
			font-weight: lighter;
			color: #b73800;
		}
		
		ul.key-features li em {
			font-style: normal;
			display: block;
			font-size: 10px;
			padding-top: 0px;
			color: #ccc;
		}
		
		ul.key-features li p {
			margin-top: 10px;
			line-height: 18px;
		}

/* SUB FEATURES */

ul.sub-features {
	margin-bottom: 0px;
}

		ul.sub-features li {
			float: left;
			width: 283px;
			height: 80px;
			position: relative;
			margin-top: 30px;
			margin-right: 25px;
		}
		
		ul.sub-features li span {
			position: absolute;
			width: 55px;
			top: 0;
			left: 0;
		}
		
		ul.sub-features li em {
			position: absolute;
			font-style: normal;
			display: block;
			font-size: 13px;
			font-weight: bold;
			color: #333;
			top: 3px;
			left: 65px;
			width: 218px;
		}
		
		ul.sub-features li p {
			position: absolute;
			font-style: normal;
			font-size: 11px;
			color: #666666;
			line-height: 16px;
			top: 10px;
			left: 65px;
			width: 218px;
		}

/* RESELLER FEATURES */

ul.reseller-features {
	margin-bottom: 10px;
	margin-top: 30px;
}

		ul.reseller-features li {
			float: left;
			width: 283px;
			height: 100px;
			position: relative;
			margin-bottom: 30px;
			margin-right: 25px;
		}
		
		ul.reseller-features li span {
			position: absolute;
			width: 55px;
			top: 0;
			left: 0;
		}
		
		ul.reseller-features li em {
			position: absolute;
			font-style: normal;
			display: block;
			font-size: 14px;
			font-weight: lighter;
			color: #333;
			top: 3px;
			left: 65px;
			width: 218px;
		}
		
		ul.reseller-features li p {
			position: absolute;
			font-style: normal;
			font-size: 13px;
			color: #666666;
			line-height: 18px;
			top: 10px;
			left: 65px;
			width: 218px;
		}
		
/*=================================================================
9.0 - FOOTER
=================================================================*/

.footer-section {
	border-top: 1px solid #696d73;
	margin-bottom: 15px;
}

.footer-content {
	margin: 0px 20px 0px 20px;
	padding: 15px 0px 15px 0px;
	font-size: 11px;
	color: #999999;
	font-weight: lighter;
}

.footer-left {
	float: left;
}

.footer-right {
	float:  right;
	text-align: right;
}

ul.footer-links {
	margin-bottom: 10px;
}

ul.footer-links li {
	display: inline;
	color: #494D53;
	padding: 0 5px 0 5px;
	border-right: 1px solid #494D53;
	font-size: 11px;
	font-weight: lighter;
}

ul.footer-links li a {
	color: #999999;
	text-decoration: none;
}

ul.footer-links li a:hover {
	color: #999999;
	text-decoration: underline;
} 

/*=================================================================
10.0 - FORMS
=================================================================*/

.flform {
	float: left;
	width: 395px;
	position: relative;
	height: 450px;

}

.frform {
	float: right;
	width: 395px;
	position: relative;
	height: 450px;
}

.fmline {
	float: left;
	width: 49px;
	border-right: 1px solid #d9d9d9;
	height: 450px;
}

.login-content {
	padding: 0 30px 0 30px;
}

label {
	display: block;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-bottom: 0px;
}

.login-form {
	position: absolute;
	top: 140px;
}

.input {
	background: transparent url(images/inputbg.png) top left repeat-x;
	border: solid 1px #ebebeb;
	padding: 10px;
	font-size: 13px;
	color: #666666;
	width: 285px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.input2 {
	background: transparent url(images/inputbg.png) top left repeat-x;
	border: solid 1px #ebebeb;
	padding: 10px;
	font-size: 13px;
	color: #666666;
	width: 125px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.formleft {
	float: left;
	width: 101px;
	margin-top: 20px;
}

.formright {
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 30px;
	padding-top: 6px;
	font-family: Georgia;
}

.where {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}
