* { margin: 0; padding: 0; } img { border: none; } .floatr { float: right; } .floatl { float: left; } .clear { clear: both; } .center { text-align: center; } .left { text-align: left; } .right { text-align: right; } .noborder { border: none !important; } .clr { display: block; clear: both; } ul { list-style: none; } input, select, textarea { font: 1em arial, sans-serif; } option { padding-right: 10px; } input, select, textarea { margin: 0 5px 5px 5px; }


body {
	background: #256193 url(/images/layout/meta/header_bg.gif) repeat-x;
	font: 12px/18px arial, sans-serif;
	color: #444;
}
a {
	color: #218bde;
}
#header {
	width: 100%;
	height: 117px;
}
	#header_in {
		width: 960px;
		height: 117px;
		margin: 0 auto;
		position: relative;
	}
	#header h1 a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 300px;
		height: 108px;
		text-indent: -9999px;
		overflow: hidden;
		background: transparent url(/images/layout/meta/logo.png) no-repeat 0 0;
	}
		#header h1 a:hover {
			background-position: 0 -108px;
		}
#topnav {
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
}
	#topnav ul li {
		display: inline;		
	}
	#topnav ul li a, a.btn {
		color: #4d91ba;
		background: transparent url(/images/layout/meta/topnav.gif) no-repeat 100% 0;
		text-decoration: none;
		margin: 0 0 0 10px;
		display: inline-block;
		text-shadow: 0px 1px 0px #f7f7f7;
		font-weight: bold;
		cursor: pointer;
	}
		#topnav ul li a span, a.btn span {
			height: 27px;
			line-height: 27px;
			display: inline-block;
			background: transparent url(/images/layout/meta/topnav.gif) no-repeat 0 -27px;
			padding: 0 15px;
		}
	#topnav ul li a:hover, a.btn:hover {
		color: #106da5;
		background-position: 100% -54px;
	}
		#topnav ul li a:hover span, a.btn:hover span {
			background: transparent url(/images/layout/meta/topnav.gif) no-repeat 0 -81px;
		}

#nav {
	position: absolute;
	bottom: 0;
	right: 10px;
}
	#nav ul li {
		display: inline;
	}
		#nav ul li a {
			width: 100px;
			height: 81px;
			display: block;
			float: left;			
			text-align: center;
			font: bold 13px/86px "Lucida Grande", sans-serif;
			color: #535353;
			text-decoration: none;
			background: transparent url(/images/layout/meta/nav_hover.gif) no-repeat 0 -1000px;
			text-shadow: 0px -1px 0px #f7f7f7;
		}
		#nav ul li a:hover,
		#nav ul li a.active,
		#home #nav-home a,
		#features #nav-features a,
		#examples #nav-examples a,
		#whyus #nav-whyus a,
		#pricing #nav-pricing a,
		#contact #nav-contact a {
			color: #0d6aac;
			background: transparent url(/images/layout/meta/nav_hover.gif) no-repeat bottom center;
		}
#promo {
	width: 100%;
	background: #fff url(/images/layout/meta/header_bg.gif) repeat-x 0 -117px;
	padding: 0;
}
	#promo-shadow {
		width: 980px;
		height: 230px;		
		margin: 0 auto 0;
		overflow: hidden;
		position: relative;
	}
	#promo-clip {
		width: 980px;
		height: 227px;
		overflow: hidden;
		position: relative;
	}
	#promo-text {
		margin: 5px;
	}
	#promo h3 {
		font-size: 36px;
		line-height: 36px;
		font-weight: normal;
		margin: 0;
		color: #444444;
		text-shadow:1px 1px 2px #BBBBBB;
	}
		#promo-slider {
			width: 9999px;
			height: 227px;
			position: absolute;
			top: 0;
			left: 0;
		}
			#promo-slider > li {
				width: 980px;
				height: 227px;
				float: left;
				display: block;
				position: relative;
				margin: 0;
				padding: 0;
			}
			#promo-slider li#promo-home {
				background: transparent url(/images/layout/meta/promo.jpg) no-repeat 0px 0px;
			}
			#promo-slider li#create-forms {
				background: transparent url(/images/layout/meta/promo.jpg) no-repeat -2px -512px;
			}
			#promo-slider li#collect-responses {
				background: transparent url(/images/layout/meta/promo.jpg) no-repeat -2px -768px;
			}
			#promo-slider li#analyze-results {
				background: transparent url(/images/layout/meta/promo.jpg) no-repeat -2px -1024px;
			}
			#promo-slider li h3 {
				display: none;
			}
			#promo-slider li img {
				position: absolute;
				top: 10px;
				left: 10px;
			}
			#promo-slider li p {
				width: 315px;
				position: absolute;
				top: 123px;
				left: 356px;
				
				color: #fff;
			}
			#promo-slider li ul {
				width: 180px;
				position: absolute;
				top: 123px;
				left: 700px;
				color: #fff;
				list-style: disc;
				margin: 0 20px;
			}
			#promo-slider li a, #promo-slider li a:active {
				outline: none;
			}
	#promo h2 {
		display: none;
	}
	#promo ol {
		width: 720px;
		height: 185px;
		position: absolute;
		top: 17px;
		left: 17px;
	}
	#promo ol li {
		display: inline;
	}
		#promo ol li a {
			width: 240px;
			height: 191px;
			display: block;
			float: left;
			text-indent: -9999px;
			overflow: hidden;
			background: transparent url(/images/layout/meta/promo.jpg) no-repeat 0 1000px;
		}
		#promo ol li#promo-create a:hover {
			background-position: -17px -244px;
		}
		#promo ol li#promo-collect a:hover {
			background-position: -257px -244px;
		}
		#promo ol li#promo-analyze a:hover {
			background-position: -497px -244px;
		}
#sign_up_now {
	width: 220px;
	height: 185px;
	position: absolute;
	top: 17px;
	left: 743px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/layout/meta/promo.jpg) no-repeat 0 1000px;
}
	#sign_up_now:hover {
		background-position: -743px -244px;
	}
#content {
	width: 100%;
	background: #fff url(/images/layout/meta/header_bg.gif) repeat-x 0 -117px;
}
	#home #content {
		background: #fff;
	}
	#content_in {
		width: 960px;
		margin: 0 auto;
		overflow: hidden;
		padding: 0 0 10px;
	}
	#content h2 {
		width: 960px;
		height: 70px;
		background: transparent url(/images/layout/meta/page_heading.gif) no-repeat 0 bottom;
		font: 40px/60px arial, sans-serif;
		color: #336e98;
		text-indent: 10px;
		text-shadow: 0px -1px 0px #0f3560;
	}
	#banner h2 {
		width: 620px;
		height: 109px;
		float: right;
		background: transparent url(/images/layout/meta/banner.jpg) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	#content .col {
		width: 300px;
		float: left;
		margin: 10px;
		display: inline; /* IE6 fix */
	}
	#content h3 {
		font-size: 24px;
		font-weight: normal;
		margin: 15px 0;
		padding: 0 0 15px;
		border-bottom: 1px solid #ccc;
		color: #4396cf;
		line-height:26px;
	}
		#examples h3 {
			width: 360px;
		}
	#intro h4 {
		font-size: 14px;
	}
	#clients ul li {
		width: 100px;
		float: left;
		font-weight: bold;
		font-size: 14px;
		line-height: 24px;
		text-shadow: 1px 1px 2px #bbb;
	}
	#blog ul li h4 {
		font-size: 14px;
	}
		#blog ul li h4 a {
			color: #336699;
			text-decoration: none;
		}
			#blog ul li h4 a:hover {
				color: #093d71;
				text-decoration: underline;
			}
		#blog ul li h4 p {
			margin: 5px 0;
		}
	#clients h3, #blog h3, #intro h3 {
		margin-top: 1px !important;
	}

	a.read_more {
		background: transparent url(/images/layout/meta/read_more.gif) no-repeat 100% 5px;
		color: #7c7c7c;
		font-style: italic;
		padding: 2px 20px 3px 0;
		text-decoration: none;
		margin: 5px 0 0 0;
		display: inline-block;
	}
	a.read_more:hover {
		color: #464646;
		text-shadow: 1px 1px 2px #bbb;
	}
#main {
	width: 620px;
	margin: 10px;
	float: left;
	display: inline; /* IE6 fix */
}
	#main p {
		margin: 10px 0 15px 0;
	}
	#main ul, #main ol {
		list-style: disc;
		margin: 10px 30px;
	}
		#main ul li, #main ol li {
			margin: 5px 0;
		}
#examples_wrapper {
	margin: 10px;
}
#examples_wrapper li a {
	color: #444;
	text-decoration: none;
}
	#examples_wrapper li a:hover {
		color: #316b9a;
	}
#main_menu ul {
	width: 150px;
	float: left;
	margin: 10px 0;
	position: relative;
	z-index: 10;
}
	#main_menu ul li {
		position: relative;
		z-index: 1;
	}
	#main_menu ul li a {
		display: block;
		padding: 5px 5px 5px 10px;
		width: 140px;
		position: relative;
		z-index: 10;
		font-weight: bold;
	}
	#main_menu ul li.active {
		border: 1px solid #ccc;		
	}
	#main_menu ul li.active a, #main_menu ul li.active a:active {
		background: #fff;
		color: #316b9a;
		outline: none;
		padding: 4px 4px 4px 9px;
	}
#sub_menu_wrapper {
	width: 205px;
	position: relative;
	z-index: 5;
	float: left;
	background: #fff;
	-moz-box-shadow: 2px 2px 4px #bbb;
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 0 0 5px 0;
}
#sub_menu {
	width: 205px;
	overflow: hidden;
	position: relative;
}
	#sub_menu_inner {
		width: 99999px;
		position: relative;
		top: 0;
		left: 0;
	}
	#sub_menu ul {
		width: 195px;
		margin: 5px;
		float: left;
	}
		#sub_menu li a {
			display: block;
			padding: 5px 10px 5px 20px;
			position: relative;
			z-index: 15;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			background: transparent url(/images/layout/meta/menu_arrows.gif) no-repeat 10px -45px;
		}
			#sub_menu li.active a {
				background: #bad1dd url(/images/layout/meta/menu_arrows.gif) no-repeat 10px 11px;
				color: #fff;
			}
#sub_menu_details {
	width: 205px;
	overflow: hidden;
	position: relative;
}
	#sub_menu_details_inner {
		width: 9999px;
		position: relative;
		top: 0;
		left: 0;
	}
	#sub_menu_details ul {
		width: 165px;	
		background: #e4ecf0 url(/images/layout/meta/sidebar_bg.gif) repeat-x;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		list-style: disc;	
		float: left;
		margin: 15px 5px 5px;
		padding: 8px 5px 8px 25px;
	}
		#sub_menu_details li {		
			padding: 2px 0;
		}

#examples_image {
	width: 550px;
	margin: 10px;
	float: right;
	background: #e4ecf0 url(/images/layout/meta/sidebar_bg.gif) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 8px #bbb inset, -1px -1px 0px #fff;
	padding: 25px 0;
	overflow: hidden;
	position: relative;
	display: inline; /* IE6 fix */
}
	#examples_image_inner, #features_images_inner {
		width: 99999px;
		float: left;
		position: relative;
		left: 0;
	}
	#examples_image ul li, #features_images ul li {
		padding: 25px;
		background: #fff;
		-moz-box-shadow: 2px 2px 8px #bbb;
		margin: 0 25px;
		float: left;
	}
#features_wrapper {
	margin: 10px;
	background: #e4ecf0 url(/images/layout/meta/sidebar_bg.gif) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 8px #bbb inset, -1px -1px 0px #fff;
	padding: 10px 0 20px 25px;
	overflow: hidden;
	position: relative;
	width:925px;
}
	#features_images {
		width: 550px;
		margin: 10px;
		float: right;
		padding: 25px 0;
		overflow: hidden;
		position: relative;
	}
	#features_info {
		width: 340px;
		float: left;
		margin: 0px;
		position: relative;
	}
	#features_info_details {
		width: 340px;
		overflow: hidden;
		position: relative;
	}
		#features_info_details_inner {
			width: 9999px;
			position: relative;
			top: 0;
			left: 0;
		}
		#features_info_details ul {
			width: 310px;
			list-style: disc;	
			float: left;
			margin: 0px 5px 5px;
			padding: 5px 5px 8px 15px;
		}
			#features_info_details li {		
				padding: 2px 0;
			}
	#features_menu {
		width: 340px;
		float: left;
		margin: 0px;
		position: relative;
	}
		#features_menu .col {
			width: 160px;
			float: left;
			margin: 0 10px 0 0;
		}
		#features_menu .col ul {
			margin: 10px 0;
		}
			#features_menu .col ul li {
				color: #2d6798;
				padding: 5px 10px 5px 30px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				background-image: url(/images/layout/meta/features_blue.gif);
				background-repeat: no-repeat;
				cursor: pointer;
			}
				#features_menu .col ul li.active {
					text-shadow: 0px -1px 0px rgba(255, 255, 255, .3);
					background-image: url(/images/layout/meta/features_color.gif);
					background-color: #bad1dd;
				}
			#features_menu li#cc {
				background-position: 0 5px;
			}
			#features_menu li#pp {
				background-position: 0 -25px;
			}
			#features_menu ul li#gc {
				background-position: 0 -55px;
			}
			#features_menu ul li#an {
				background-position: 0 -85px;
			}
			#features_menu ul li#se {
				background-position: 0 -115px;
			}
			#features_menu ul li#sr {
				background-position: 0 -145px;
			}
			#features_menu ul li#cp {
				background-position: 0 -175px;
			}
			#features_menu ul li#at {
				background-position: 0 -205px;
			}
			#features_menu ul li#mp {
				background-position: 0 -235px;
			}
			#features_menu ul li#sb {
				background-position: 0 -265px;
			}
			#features_menu ul li#gr {
				background-position: 0 -295px;
			}
			#features_menu ul li#do {
				background-position: 0 -325px;
			}
			#features_menu ul li#sf {
				background-position: 0 -355px;
			}
			#features_menu ul li#en {
				background-position: 0 -385px;
			}
			#features_menu ul li#il {
				background-position: 0 -415px;
			}
			#features_menu ul li#em {
				background-position: 0 -445px;
			}
			#features_menu ul li#pdf {
				background-position: 0 -475px;
			}
			#features_menu ul li#mc {
				background-position: 0 -505px;
			}
			#features_menu ul li#mob {
				background-position: 0 -535px;
			}
			#features_menu ul li#qr {
				background-position: 0 -565px;
			}
#login_block {
	width: 660px;
	margin: 50px auto;
	padding: 20px 40px;
	border: 25px solid #dee9ef;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	overflow: hidden;
}
	#login_block h2 {
		width: auto;
		height: auto;
		line-height: 65px;
		background: none;
	}
	#login_block p {
		margin: 10px 0;
	}
	#login_block input.input-text, #login_block select {
		width: 90%;
		border: 1px solid #999;
		padding: 4px;
		-moz-box-shadow: 3px 3px 5px #bbb inset;
		margin: 5px 0;
	}
	#login_block a.btn {
		margin: 0 10px 0 0;
	}
	#login_block a {
		color: #006fb3;
	}
		#login_block a:hover {
			color: #333;
		}
	#login_block #not_registed {
		background: #dee9ef;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		text-align: center;
		padding: 30px 0;
	}
		#login_block #not_registed h4 {
			font: bold 20px arial, sans-serif;
		}
	#login_block a.create_account_btn {
		width: 200px;
		height: 49px;
		display: inline-block;
		background: #004d85 url(/images/layout/meta/create_account_btn.gif) no-repeat;
		overflow: hidden;
	}
		#login_block a.create_account_btn span {
			text-indent: -9999px;
			display: block;
		}
		#login_block a.create_account_btn:hover {
			background-position: 0 -49px;
		}
#sidebar {
	width: 270px;
	margin: 10px;
	float: right;
	background: #e4ecf0 url(/images/layout/meta/sidebar_bg.gif) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 8px #bbb inset, -1px -1px 0px #fff;
	padding: 15px;
	display: inline; /* IE6 fix */
}
	#sidebar h3 {
		border: none;
		font-size: 20px;
		margin: 7px 0;
		color: #4e4e4e;
		text-shadow: 1px 1px 2px #bbb;
	}
	#sidebar p {
		margin: 10px 0;
	}
	#sidebar li {
		margin: 5px 0;
		border-top: 1px solid #ccdfe8;
		padding: 5px 8px 3px;
	}
	#sidebar a {
		color: #0772a9;
		text-decoration: none;
		font-weight: bold;
	}
		#sidebar a:hover {
			color: #2197d5;
		}
#subfooter {
	width: 100%;
	background: #e2e2e2 url(/images/layout/meta/subfooter_bg.gif) repeat-x;
	color: #444;
}
	#subfooter_in {
		width: 960px;
		margin: 0 auto;
		overflow: hidden;
		padding: 25px 0 15px;
	}
	#subfooter .col {
		width: 220px;
		float: left;
		margin: 10px;
		display: inline; /* IE6 fix */
	}
	#subfooter h3 {
		font-size: 18px;
		font-weight: normal;
		color: #336699;
		text-shadow: 1px 1px 2px #bbb;
	}
	#subfooter .col ul {
		margin: 10px 0;
	}
		#subfooter .col ul li {
			margin: 10px 0;
			padding: 0 0 0 30px;
			background: transparent url(/images/layout/meta/features.gif) no-repeat;
		}
		#subfooter .col ul li a {
			color: #444;
			text-decoration: none;
		}
			#subfooter .col ul li a:hover {
				color: #222;
				text-decoration: underline;
				text-shadow: 1px 1px 2px #bbb;
			}
		#subfooter .col ul li#cc {
			background-position: 0 0;
		}
		#subfooter .col ul li#pp {
			background-position: 0 -30px;
		}
		#subfooter .col ul li#gc {
			background-position: 0 -60px;
		}
		#subfooter .col ul li#an {
			background-position: 0 -90px;
		}
		#subfooter .col ul li#se {
			background-position: 0 -120px;
		}
		#subfooter .col ul li#sr {
			background-position: 0 -150px;
		}
		#subfooter .col ul li#cp {
			background-position: 0 -180px;
		}
		#subfooter .col ul li#at {
			background-position: 0 -210px;
		}
		#subfooter .col ul li#mp {
			background-position: 0 -240px;
		}
		#subfooter .col ul li#sb {
			background-position: 0 -270px;
		}
		#subfooter .col ul li#gr {
			background-position: 0 -300px;
		}
		#subfooter .col ul li#do {
			background-position: 0 -330px;
		}
		#subfooter .col ul li#sf {
			background-position: 0 -360px;
		}
		#subfooter .col ul li#en {
			background-position: 0 -390px;
		}
		#subfooter .col ul li#il {
			background-position: 0 -420px;
		}
		#subfooter .col ul li#em {
			background-position: 0 -450px;
		}
		#subfooter ul li#pdf {
			background-position: 0 -480px;
		}
		#subfooter ul li#mc {
			background-position: 0 -510px;
		}
		#subfooter ul li#mob {
			background-position: 0 -540px;
		}
		#subfooter ul li#qr {
			background-position: 0 -570px;
		}
#footer {
	width: 100%;
	background: #256193 url(/images/layout/meta/footer.jpg) no-repeat top center;
	color: #c2d3e1;
	border-top: 14px solid #ededed;
}
	#footer_in {
		width: 960px;
		margin: 0 auto;
		overflow: hidden;
		padding: 5px 0 25px;
	}
	#footer .col {
		width: 300px;
		float: left;
		margin: 10px;
		display: inline; /* IE6 fix */
	}
	#footer #links {
		position: relative;
		left: -80px;
	}
	#footer .col ul li {
		width: 49%;
		float: left;
		margin: 3px 0;
	}
		#footer .col ul li a {
			background: transparent url(/images/layout/meta/footer_bullet.gif) no-repeat 0 5px;
			padding: 0 0 0 10px;
		}
		#footer .col ul li a:hover {
			text-shadow: 1px 1px 2px #062844;
		}
	#footer p {
			margin: 0 0 10px 0;
		}
	#footer a {
		color: #c2d3e1;
	}
		#footer a:hover {
			color: #fff;
		}
	#search_inp {
		width: 205px;
		background: #fff url(/images/layout/meta/search_inp.gif) repeat-x;
		border: 1px solid #fff;
		margin: 10px 10px 10px 0;
		padding: 2px 5px;
		-moz-box-shadow: 2px 2px 6px #aaa inset;
	}
		#search_inp:focus {
			-moz-box-shadow: 2px 2px 6px #888 inset;
		}
	#search_btn {
		width: 70px;
		background: #3e6f99 url(/images/layout/meta/search_btn.gif) repeat-x;
		border: 1px solid #1f4f7a;
		margin: 10px 0 10px;
		padding: 2px 5px;
		color: #fff;
		cursor: pointer;
		-moz-box-shadow: 1px 1px 6px #0f375a inset, 1px 1px 0px #3a79ad;
	}
		#search_btn:hover {
			background: #3e6f99 url(/images/layout/meta/search_btn.gif) repeat-x 0 -2px;
			border: 1px solid #10395e;
		}

/* inline search */
.inline_search {
	border: 1px solid #d4d4d4;
	margin: 6px 0 50px 0;
	padding: 0 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.inline_search input {
	width: 76%;
	border: 1px solid #999;
	padding: 4px;
	-moz-box-shadow: 3px 3px 5px #bbb inset;
	margin: 5px 0;
}

/* generic list */
ul.list li {
	list-style: none;
	border: 1px solid #d4d4d4;
	margin: 6px 0;
	padding: 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
ul.list-2col li {
	width: 43%;
	height: 76px;
	float: left;	
	margin: 6px 10px 6px 0;	
}

/* login button */
#login_btn {
	float: right;
	margin: 10px;
}
#login_btn a {
	width: 300px;
	height: 91px;
	display: block;
	background: transparent url(/images/layout/meta/login_btn.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 5px 0;
}
	#login_btn a:hover {
		background-position: 0 -91px;
	}

/* signup button */
#signup_btn {
	float: right;
	margin: 10px;
}
#signup_btn a {
	width: 300px;
	height: 91px;
	display: block;
	background: transparent url(/images/layout/meta/signup_btn.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 5px 0;
}
	#signup_btn a:hover {
		background-position: 0 -91px;
	}


/* Pricing / Enterprise table */
#pricing #main, #enterprise #main {
	width: 940px;
}
table.pricing {
	margin: 6px 0 15px 0;
	border-collapse:collapse;
}
table.pricing a {
	color: #25699d;
}
.pricing strong {
	font-weight:bold;
}
table.pricing .popular {
	background-color: #d7f6af;
	font-weight: bold;
}
table.pricing thead th {
	height: 43px;
	width: 10%;
	font-size:1.8em;
	font-weight:bold;
	background:url(/images/layout/meta/footer.jpg) -390px top;
	color: #fff;
	border:1px solid #FFF;
	text-align:center;
}
table.pricing thead th.first-col {
	width:50%;
	padding:0 7px 0 0;
	color: #fff;
	border-left:0;
	text-align:left;
}
table.pricing thead th.popular {
	background: url(/images/forms/gradients/green_tall.png);
}
table.pricing thead th.enterprise {
	background:#069;
	padding: 0 0 2px 0;
}
table.pricing tbody th {
	text-align: left;
	height:30px;
	padding:0 2px;	
}
table.pricing tbody th img {
	vertical-align:middle;	
}
table.pricing td small {
	display: block;
	padding-left:10px;
	font-size:.8em;
	margin-top:-1px;
}
table.pricing td span {
	font-size:1.2em;
}
table.pricing tr.cost td {
	color:#444;
	font-size:1.4em;
	padding:5px;
}

table.pricing tr.plan td.yes {
	background-image: url(/images/icons/fam/accept.png);
    background-repeat: no-repeat;
    background-position: center;
}

table.pricing tr.plan td {
	color:#444;
	font-size:1.2em;
	padding:4px;
}

table.pricing td {
	height:30px;
	padding:1px 5px;
	border:1px solid #FFF;
}
table.pricing .extra td {
	background:#FFF;
	text-align:center;
	height:20px;
}
table.pricing .extra th {
	color:#FFF;
	text-align:center;
	font-size:.8em;
	background: url(/images/forms/gradients/green_tall.png);
	height:20px;
	line-height:20px;
	text-transform:uppercase;
}
table.pricing .default {
	background-color: #f7f7f7;
}
table.pricing .sign-up-button {
	display: block;			
	background:url(/images/layout/meta/footer.jpg) -425px top;
	color: #ffffff !important;
	font-size: 1.65em;
	text-decoration: none;
	border: 1px solid #006;
	width: 70%;
	margin: 8px auto;
	text-align: center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
	font-weight: bold;
}
table.pricing a.popular-sign {
	background: url(/images/forms/gradients/green_tall.png);
	border: solid 1px #063;
}
table.enterprise {
	margin-bottom:5px !important;	
}
table.enterprise thead th {
	width: 210px !important;
}
table.pricing .enterprise1 {
	background-color: #e0edf8;
}
table.pricing .enterprise2 {
	background-color: #c2d8ea;
}
table.pricing .dedicated {
	background-color: #9cbdd6;
}
div.pricing {
	background-color: #f7f7f7;
	border:1px solid #FFF;
	border-top:none;
	padding:6px;
	margin-bottom:20px;
}
div.pricing span {
	font-size:1.1em;
}


/* Detailed Features */
#detailed #content_in .col {
	width:460px;	
}
#detailed #content_in h3 {
	font-size: 16px;
	padding-bottom:5px;
}
#detailed #content_in ul {
	list-style:inside disc;
}
#detailed #technical .col-left {
	width:120px;
	font-weight:bold;
}
#detailed #technical .col-right {
	width:790px;
}

/* docs table */
#documentation table {	
	border-spacing: 0;
	border-collapse: collapse;
	margin: 5px 0;
}
#documentation table th {
	font-weight: bold;
	background: #cfe5f4;
	border-top: 1px solid #aad0e9 !important;
	border-left: 1px solid #aad0e9 !important;
	border-right: 1px solid #aad0e9 !important;
}
#documentation td {
	background: #ecf2f5;
}
#documentation table th, #documentation table td {
	border: 1px solid #ccdfe8;
	padding: 3px 4px;
	text-align: left;
}
#documentation .info {
	background:#F7F7F7;
	padding:3px;
}

/* error page */
#error #main {
	width: 940px;
}
#error img {
	float:left;
	margin:0 20px 0 15px;
}


#forgotpassword {
	margin: 15px 0 0 0;
	display: none;
}

#content .message {
	font-size:1.2em;
	margin:18px auto -20px auto;
	width: 660px;
	padding:20px 40px;
	border: 25px solid #dee9ef;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#content #message-error {
	color:#330000;
	border-color:#ffd1d1;
	background-color:#fff7f7;
}
#content .error-message {
	color:#F00;	
}

.tool-tip {
	border:1px solid #FFCC33;
	padding:1px 2px;
	background-color:#FFFFCC;
	color:#000000;
	position:absolute;
}
.ext-shim {
    position:absolute;
    visibility:hidden;
    left:0;
    top:0;
    overflow:hidden;
}
.ext-ie .ext-shim {
    filter: alpha(opacity=0);
}
.ext-ie6 .ext-shim {
    margin-left: 5px;
    margin-top: 3px;
}

/* SEARCH BOX */
#cse-search-box {
	border: none;
	padding: 0;
	margin: 0;
}
/* END SEARCH BOX */

.faq-q, .faq-a {
	font-size:15px;
	margin-bottom:15px;
	margin-left:30px;
	padding-top:20px;
	position:relative;
}
.faq-q h3, .faq-a h3 {
	border:none !important;
	margin-left:-5px !important;
	padding:2px 0 0 0 !important;
	position:absolute;
	top:0;
	left:-24px;
}
.faq-section {
	padding:10px 0 10px 0;
}

p.video {
	background:#CCC;
	width:400px;
	margin-left:auto !important;
	margin-right:auto !important;
	text-align:center;
}
p.video span {
	display:block;
	font-size:1.4em;
	font-weight:bold;
	padding-top:20px;
}
p.video img {
	margin:20px 0 40px 0;
}

/* SOCIAL NETWORKS */
#extra {
	width: 320px;
	float: right;
}
#facebook_btn {
	float: right;
	margin: 10px;
}
#facebook_btn a {
	width: 300px;
	height: 74px;
	display: block;
	background: transparent url(/images/icons/social/facebook.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
	#facebook_btn a:hover {
		background-position: 0 -74px;
	}
#twitter_btn {
	float: right;
	margin: 10px;
}
#twitter_btn a {
	width: 300px;
	height: 74px;
	display: block;
	background: transparent url(/images/icons/social/twitter.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
	#twitter_btn a:hover {
		background-position: 0 -74px;
	}
/* END SOCIAL NETWORKS */

/* extbox lightbox http://code.atmaworks.com/extbox/ */
#ux-extbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 200px;
    padding: 0;
    margin: 0;
    background: #333;
    cursor: pointer
}
#ux-extbox-shim {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 200px;
    padding: 0;
    margin: 0
}
#ux-extbox {
    background-color: #fff;
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    padding: 4px;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#ux-extbox-container {
    position: relative;
}
#ux-extbox img,
#ux-extbox iframe {
    border: none;
    padding: 0;
    margin: 0;
}
#ux-extbox-navClose {
    position:absolute;
    top: -19px;
    right: -19px;
    height: 20px;
    width: 20px;
    background: transparent url('/images/icons/fam/cross.png') center center no-repeat;
	background-color:#FFF;
    cursor: pointer;
    z-index: 10003;
    text-indent: -9999px;
}
#ux-extbox-info, #ux-extbox-navPrev, #ux-extbox-navNext {
    display:none;
}
#ux-extbox-title {
    text-align: center;
    margin-left: 40px;
}
#ux-extbox-loadingOverlay {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    background: transparent url('/images/icons/loading/ajax-loader-dial.gif') center center no-repeat;
    z-index: 10006;
}
#ux-extbox-loading {
    width: 30px;
    height: 30px;
    background: url("/images/icons/loading/ajax-loader-dial.gif") center center no-repeat;
    z-index: 10007;
}
#ux-extbox-content {
    width: 200px;
    height: 200px;
}

