/*************************************************************************/
/*** General rule sets (apply to multiple elements on different pages) ***/

body {
	line-height: 20px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

h1 {
	line-height: 40px;
	font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
}

h2 {
	line-height: 40px;
	font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	line-height: 40px;
	font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
}

h4 {
	font-size: 15px;
	font-weight: normal;
	color: #373737;
}

	h4 a {
		text-decoration: none;
	}

		h4 a:hover {
			text-decoration: underline;
		}

h5 {
	font-size: 15px;
	font-weight: normal;
}

h6 {
	font-size: 13px;
	font-weight: normal;
	color: #373737;
}

p {
	margin: 0 0 20px 0;
	font-size: 13px;
}

a {
	color: #373737;
}

	a:hover {
		text-decoration: none;
	}
	
		a:hover img {
			border: 2px solid #939393 !important;
			padding: 3px !important;
		}

img.right {
	margin: 0 0 20px 20px;
}

img.left {
	margin: 0 20px 20px 0;
}

table {
	margin: 0 0 20px 0;
}

input[type="text"], input[type="password"] {
	width: 288px;
	height: 32px;
	padding: 3px 0 3px 10px;
	border: 1px solid #D8D8D8;
	margin: 0 0 20px 0;
	color: #5F5F5F;
	background: #FFFFFF;
	background: url("/web/20181127021309im_/http://asksaibaba.in/images/bg_fallback_input.gif") repeat-x top left;
	background: -moz-linear-gradient(top, #F0F0F0, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FFFFFF));
}

	input[type="text"]:focus, input[type="password"]:focus {
		width: 286px;
		height: 30px;
		padding: 3px 0 3px 10px;
		border: 2px solid #939393;
		background: #FFFFFF;
	}

textarea {
	width: 280px;
	height: 100px;
	padding: 9px;
	border: 1px solid #D8D8D8;
	margin: 0 0 20px 0;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	color: #5F5F5F;
	background: #FFFFFF;
	background: url("/web/20181127021309im_/http://asksaibaba.in/images/bg_fallback_input.gif") repeat-x top left;
	background: -moz-linear-gradient(top, #F0F0F0, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FFFFFF));	
}

	textarea:focus {
		width: 278px;
		height: 98px;
		padding: 9px;
		border: 2px solid #939393;
		background: #FFFFFF;
	}

button {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 5px 15px 6px 15px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	color: #FFFFFF;
	text-shadow: -1px -1px 0 #939393;
	background: #3A3A3A;
	background: url("/web/20181127021309im_/http://asksaibaba.in/images/bg_fallback_button.gif") repeat-x center left;
	background: -moz-linear-gradient(top, #A9A9A9, #7D7D7D 50%, #656565 50%, #3A3A3A);
	background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), color-stop(50%, #7D7D7D), color-stop(50%, #656565), to(#3A3A3A));	
}

	button:hover {
		background: #3A3A3A;
		background: url("/web/20181127021309im_/http://asksaibaba.in/images/bg_fallback_button.gif") repeat-x center left;
		background: -moz-linear-gradient(top, #A9A9A9, #3A3A3A);
		background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#3A3A3A));				
	}

	button:active {
		background: #2EB72B;
		background: url("/web/20181127021309im_/http://asksaibaba.in/images/bg_fallback_button.gif") repeat-x center left;
		background: -moz-linear-gradient(top, #3A3A3A, #A9A9A9);
		background: -webkit-gradient(linear, left top, left bottom, from(#3A3A3A), to(#A9A9A9));				
	}

select {
	width: 300px;
	height: 40px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #D8D8D8;
	margin: 0 0 20px 0;
	color: #5F5F5F;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #F0F0F0, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FFFFFF));
}

	option {
		padding: 5px 0;
	}

address {
	margin: 10px 0 20px 0;
}

abbr {
	cursor: help;
	border-bottom: 1px dotted #373737;
}

#aside_medium {
	width: 172px;
}

#aside_small {
	width: 220px;
}

.box_full_width {
	width: 100%;
}

.box_extra_wide {
	width: 680px;
}

.box_wide {
	float: left;
	width: 460px;
}

.box_medium {
	float: left;
	width: 300px;
}

.box_small {
	float: left;
	width: 220px;
}

.box_extra_small {
	float: left;
	width: 140px;
}

.left {
	float: left
}

.right {
	float: right;
}

.separator_t {
	margin: 10px 0 0 0;
}

.separator_r {
	margin: 0 20px 0 0;
}

.separator_b {
	margin: 0 0 20px 0;
}

.separator_rb {
	margin: 0 20px 20px 0;
}

.clear {
	clear: both;
}

.call_to_action {
	display: block;
	float: left;
	padding: 8px 25px 12px 25px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 5px 0;
	cursor: pointer;
	font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#submit {
	position: relative !important;
}

.generic_table {
	border-left: 1px solid #D8D8D8;
}

	.generic_table th {
		padding: 15px 19px 19px 20px;
		border-top: 5px solid #D8D8D8;
		border-right: 1px solid #D8D8D8;
		border-bottom: 1px solid #D8D8D8;
		font-weight: bold;
		background: #EBEBEB;
	}

	.generic_table td {
		padding: 10px 19px 9px 20px;
		border-right: 1px solid #D8D8D8;
		border-bottom: 1px solid #D8D8D8;
	}

.highlight {
	font-style: normal;
	background: #FFFF91;
}

.pullquote_left {
	float: left;
	width: 300px;
	margin: 0 20px 20px 0;
	line-height: 30px;
	font-size: 21px;
}

.pullquote_right {
	float: right;
	width: 300px;
	margin: 0 0 20px 20px;
	line-height: 30px;
	font-size: 21px;
}

	.pullquote_left:before, .pullquote_right:before {
		content: open-quote ;
	}
	
	.pullquote_left:after, .pullquote_right:after {
		content: close-quote;
	}

.inner_img {
	padding: 4px;
	border: 1px solid #D8D8D8;
}

.error {
	width: 560px;
	padding: 9px 19px;
	border: 1px solid #CD2E2E;
	margin: 20px 0;
	color: #791C1C;
	font-weight: bold;
	background: #E8A2A4;
}

.confirmation {
	width: 680px;
	background: url("/web/20181127021309im_/http://asksaibaba.in/images/sai-baba-answers-image.gif")no-repeat left;
	padding: 9px 19px;
	border: 1px solid #37CB30;
	margin: 10px 0;
	color: #1B7A37;
	font-weight: bold;
font-size: 20px;
color:#000;
line-height: 30px;
	background: #A4E9A0;
	transition: all 0.5s ease;
}

.confirmation:hover {
  background: #ffff91;
  padding: 9px 19px;
	border: 1px solid #37CB30;
	margin: 10px 0;
	color: #1B7A37;
	font-weight: bold;
}

/****************************************/
/*** Header wrap and header rule sets ***/

#header_wrap {
	background: #FFFFFF;
	background: url("/web/20181127021309im_/http://asksaibaba.in/images/bg_fallback_header.gif") repeat-x bottom left;
	background: -moz-linear-gradient(top, #FFFFFF, #E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E6E6E6));
}

	#header {
		width: 940px;
		padding: 15px 0 0 0;
		margin: 0 auto;
	}

#logo {
	float: left;
	font-weight: bold;
}

	#logo a, a#logo {
		display: block;
		width: 206px;
		height: 50px;
		text-indent: -9000px;
	}

#nav {
	float: right;
	margin: 15px 0 0 0;
}

	#nav li {
		float: left;
	}

		#nav li a {
			display: block;
			padding: 10px 20px 20px 20px;
			font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
			font-size: 16px;
			text-decoration: none;
		}

	.dropdown_alignedLeft, .dropdown_alignedRight {
		position: relative;
	}

		#nav .dropdown_alignedLeft > a, #nav .dropdown_alignedRight > a {
			padding: 10px 30px 20px 20px;			
		}

			#nav .dropdown_alignedLeft:hover > a, #nav .dropdown_alignedRight:hover > a {
				-moz-border-radius-topleft: 5px;
				-moz-border-radius-topright: 5px;
				-moz-border-radius-bottomright: 0;
				-moz-border-radius-bottomleft: 0;
				-webkit-border-top-left-radius: 5px;
				-webkit-border-top-right-radius: 5px;
				-webkit-border-bottom-right-radius: 0;
				-webkit-border-bottom-left-radius: 0;
				border-top-left-radius: 5px;
				border-top-right-radius: 5px;
				border-bottom-right-radius: 0;
				border-bottom-left-radius: 0;
				color: #FFFFFF;
			}

		.dropdown_alignedLeft ul, .dropdown_alignedRight ul {
			display: none;
		}

		#nav .dropdown_alignedLeft:hover > ul, #nav .dropdown_alignedRight:hover > ul {
			display: block;
			z-index: 100;
			position: absolute;
			top: 50px;
			padding: 0 0 6px 0;					
			-moz-border-radius-topleft: 0;
			-moz-border-radius-topright:0;
			-moz-border-radius-bottomright: 5px;
			-moz-border-radius-bottomleft: 5px;
			-webkit-border-top-left-radius: 0;
			-webkit-border-top-right-radius: 0;
			-webkit-border-bottom-right-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			border-bottom-right-radius: 5px;
			border-bottom-left-radius: 5px;
		}

		#nav .dropdown_alignedRight:hover > ul {
			top: 50px;
			right: 0;
			text-align: right;
		}

			#nav li ul li {
				float: none;
				margin: 0 20px;
			}

			#nav li ul li.dropdown_innerTitle {
				padding: 10px 0;
				border: none;
				margin: 10px 20px 0 20px;
				font-family: "Helvetica Neue", Arial, sans-serif; 
				font-size: 15px;
				white-space: nowrap;
			}

			#nav li ul li.dropdown_lastItem {
				border: none;
			}

			#nav li ul li a {
				padding: 10px 0 9px 0;
				font-family: "Helvetica Neue", Arial, sans-serif; 
				font-size: 13px;
				color: #FFFFFF;
				white-space: nowrap;
			}

/***********************************************/
/*** Homepage pitch wrap and pitch rule sets ***/

#pitch {
	position: relative;
	width: 940px;
	padding: 60px 0 0 0;
	margin: 0 auto;
	color: #FFFFFF;
}

#intro {
	float: left;
	width: 460px;
	margin : 0 0 60px 0;
}

	#intro h1 {
		margin: 0 0 15px 0;
	}

	#video_tour {
		float: left;
		margin: 20px 0 0 15px;
		font-size: 13px;
	}

		#video_tour a {
			padding: 2px 25px 2px 0;
			color: #FFFFFF;
			background: url("/web/20181127021309im_/http://asksaibaba.in/images/watch_video.png") no-repeat center right;
		}

/*****************************************************/
/*** Homepage addendum wrap and addendum rule sets ***/	

#addendum_wrap {
	border-bottom: 2px solid #D8D8D8;
	background: #FFFFFF;
	background: url("/web/20181127021309im_/http://asksaibaba.in/images/bg_fallback_addendum.gif") repeat-x bottom left;
	background: -moz-linear-gradient(top, #FFFFFF, #EBEBEB);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EBEBEB));
}

	#addendum {
		width: 940px;
		padding: 40px 0 48px;
		margin: 0 auto;
		font-family: "Helvetica Neue", Arial, sans-serif;
		font-size: 13px;
		color: #5F5F5F;
	}

#callout img {
	float: right;
	padding: 4px;
	border: 1px solid #D8D8D8;
	margin: 15px 20px 10px 20px;
	background: #FFFFFF;
}

#callout p {
	margin: 0;
}

#testimonials blockquote {
	display: block;
	float: left;
	width: 220px;
}

	#testimonials cite {
		display: block;
		margin: 5px 0 0 0;
		font-style: italic;
		color: #373737;
		text-align: right;
	}

		#testimonials cite img {
			vertical-align: middle;
			margin: 0 0 0 10px;
		}

/***************************************************/
/*** Homepage content wrap and content rule sets ***/

#content_wrap {
	background: #FFFFFF;
}

	#content {
		width: 940px;
		margin: 0 auto;
		padding: 50px 0;
		font-size: 13px;
		color: #5F5F5F;
	}

.feature img {
	float: left;
	margin: 10px 0 0 0;
}

.feature h3 {
	margin: 0 0 0 80px;		
}

.feature p {
	margin: 0 0 20px 80px;
}

#blurb {
	clear: both;
	padding: 20px 0 0 0;
	line-height: 30px;
	font-style: italic;
	color: #373737;
}

	#blurb p {
		font-size: 18px;
	}

	#blurb a {
		padding: 0 0 2px 0;
		text-decoration: none;
	}

		#blurb a:hover {
			border: none;
		}
		
#latest_posts ol {
	margin: 0 0 10px 0;
}

	#latest_posts ol li {
		padding: 0 0 9px 0;
		border-bottom: 1px solid #D8D8D8;
		margin: 0 0 10px 0;
	}

		#latest_posts ol li a {
			font-size: 15px;
			font-weight: bold;
			color: #5F5F5F;
			text-decoration: none;
		}

			#latest_posts ol li a:hover {
				color: #373737;
			}

		#latest_posts ol li p, #newsletter p {
			margin: 0;
		}

#newsletter form {
	text-align:center;
	position: relative;
	margin: 10px 0 0 0;
}

/****************************************/
/*** Footer wrap and footer rule sets ***/

#footer_wrap {
	border-top: 2px solid #D8D8D8;
	color: #5F5F5F;
	background: #EBEBEB;
}

	#footer {
		width: 940px;
		padding: 28px 0 30px 0;
		margin: 0 auto;
		font-size: 13px;
	}

#nav_footer, #nav_policies {
	overflow: hidden;
	margin: 0 0 10px 0;
}

	#nav_footer li, #nav_policies li {
		float: left;
		padding: 0 10px;
	}

		#nav_footer li:first-of-type, #nav_policies li:first-of-type {
			padding: 0 10px 0 0;
		}

		#nav_footer li a {
			color: #5F5F5F;
		}

			#nav_footer li a:hover, #nav_policies li a:hover {
				text-decoration: none;
			}

		#nav_policies li a {
			font-size: 11px;
			color: #939393;
		}				

#copyright {
	margin: 10px 0 0 0;
	font-size: 11px;
	color: #939393;
}

#social_info ul li {
	margin: 0 0 10px 0;			
}

#twitter {
	padding: 0 0 0 25px;
	background: url("/web/20181127021309im_/http://asksaibaba.in/images/icon_social_01.png") no-repeat top left;
}

	#twitter a {
		color: #2B95C8;
		text-decoration: none;
	}

#facebook {
	padding: 0 0 0 25px;
	background: url("/web/20181127021309im_/http://asksaibaba.in/images/icon_social_02.png") no-repeat top left;
}

	#facebook a {
		color: #4776AE;
		text-decoration: none;
	}

#contact_info h5 {
	margin: 0 0 10px 0;
}
	
#contact_info a {
	color: #5F5F5F;
}

/************************************************************************************************************/
/*** General interior pages rule sets (apply to multiple elements on different pages, except the homepage)***/

#page_title {
	overflow: hidden;
	position: relative;
	width: 940px;
	padding: 20px 0 25px 0;
	margin: 0 auto;
	color: #FFFFFF;
}

	#page_title h3 {
		float: left;
		margin: 5px 0;
		color: #FFFFFF;
	}

	#page_title .call_to_action {
		float: right;
		margin: 0;
	}

#main_content_extra_wide {
	width: 680px;
}			

#main_content_wide {
	width: 620px;
}

#main_content_wide_wpadding {
	width: 728px;
	padding: 0 20px 0 0;
}

	#main_content_full_width h1, #main_content_extra_wide h1, #main_content_wide h1, #main_content_wide_wpadding h1 {
		margin: 10px 0;
	}

	.subheading {
		margin: 20px 0 20px 0;
		font-size: 15px;
		color: #373737;
	}
	
#account label, #leave_comment label, #login label, #feedback label {
	display: block;
	float: left;
	width: 140px;
	margin: 0 20px 0 0;
	line-height: 40px;
	font-size: 15px;
	text-align: right;
}

/***************************/
/*** Tour page rule sets ***/

#feature_list {
	margin: 10px 0 0 0;
	padding: 60px 0;
	background: #EBEBEB;
	background: url("/web/20181127021309im_/http://asksaibaba.in/images/bg_fallback_aside_left.gif") repeat-y top left;
	background: -moz-linear-gradient(left, #FFFFFF, #EBEBEB);
	background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#EBEBEB));	
}

	#feature_list li a {
		display: block;
		padding: 15px 20px 15px 0;
		font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
		font-size: 16px;
		color: #373737;
		text-align: right;
		text-decoration: none;
	}

		#feature_list li a:hover {
			background: #FFFFFF;
		}

		#feature_list li a.feature_current {
			padding: 14px 20px 14px 0 !important;
			border-top: 1px solid #D8D8D8;
			border-bottom: 1px solid #D8D8D8;
			background: #FFFFFF;
		}

img.feature_img {
	margin: 10px 0 20px 20px;
}

/******************************/
/*** Pricing page rule sets ***/

#masthead {
	text-align: center;
}

	#masthead .subheading {
		width: 620px;
		margin: 20px auto 20px auto;
	}

.plan {
	width: 180px !important;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	background: #EBEBEB;
}

	.plan h3, .best_plan h3 {
		font-weight: bold;
	}	

	.plan em, .best_plan em {
		font-weight: bold;
		font-style: normal;
		color: #373737;
	}

	.plan ul, .best_plan ul {
		margin: 0 0 25px 0;
	}

	.plan .call_to_action {
		float: none;
		border: 5px solid #D8D8D8;
	}

.best_plan {
	width: 180px !important;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	color: #FFFFFF;
}

	.best_plan h3, .best_plan em, .best_plan ul {
		color: #FFFFFF;
	}
			
	.best_plan .call_to_action {
		float: none;	
	}

	#additional_info {
		clear: both;
	}

/******************************/
/*** Sign up page rule sets ***/
		
#account fieldset {
	padding: 25px 0 0 0;
	border-top: 5px solid #EBEBEB;
	margin: 40px 0 0 0;
}

	#account h3 {
		margin: 0 0 20px 0;
		color: #373737;
	}
	
		#account h3 span {
			display: block;
			float: left;
			width: 40px;
			-moz-border-radius: 40px;
			-webkit-border-radius: 40px;
			border-radius: 40px;
			margin: 0 20px 0 0;
			color: #FFFFFF;
			text-align: center;
		}
				
	#account li:last-of-type {
		margin: 0 0 -10px 0; 
	}
				
	.terms {
		margin: 10px 0 20px 0;
	}

	#account .call_to_action {
		border: 5px solid #D8D8D8;
		margin: 5px 0 25px 0;
	}

/*******************************/
/*** Blog homepage rule sets ***/

#rss {
	display: block;
	float: right;
	padding: 0 0 0 25px;
	margin: 15px 0 0 0;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background: url("/web/20181127021309im_/http://asksaibaba.in/images/icon_social_03.png") no-repeat top left;
}

	#rss span {
		color: #FCB83C;
	}
	
.post_excerpt {
	padding: 0 0 19px 0;
	border-bottom: 1px solid #D8D8D8;
	margin: 0 0 30px 0;
}

	#main_content_wide_wpadding .post_excerpt h2, #main_content_wide_wpadding .post_excerpt h2 a, #main_content_wide_wpadding #post h1 {
		margin: 10px 0 0 0;
		font-size: 36px;
		text-decoration: none;
	}

	.post_meta {
		color: #939393;
	}
	
	.post_excerpt img, #post img {
		padding: 4px;
		border: 1px solid #D8D8D8;
	}
	
	.post_links {
		overflow: hidden;
		margin: -10px 0 0 0;
	}
	
		.more {
			float: left;
			margin: 0 30px 0 0;
		}

			.more a {
				margin: 0 0 0 5px;
				font-weight: bold;
			}
		
		.goto_comments {
			float: left;
			padding: 0 0 0 25px;
			background: url("/web/20181127021309im_/http://asksaibaba.in/images/comments.gif") no-repeat top left;
		}

#pagination {
		overflow: hidden;
		padding: 20px 0;
	}
	
	#pagination ol {
		float: right;
	}
	
		#pagination ol li {
			display: block;
			float: left;
			margin: 0 0 0 10px;
		}

			#pagination ol li:hover {
				background: #EBEBEB;
			}
	
		#pagination .suspension, #pagination .current_blogPage {
			border: 1px solid #FFFFFF;
		}

			#pagination ol li a {
				display: block;
				float: left;
				padding: 9px;
				border: 1px solid #D8D8D8;
				text-decoration: none;
			}
	
#search form {
	position: relative;
	
}

#categories li, #archives li {
	padding: 10px 0 9px 0;
	border-bottom: 1px solid #D8D8D8;
}
		
	#categories li a, #archives li a {
		color: #5F5F5F;
		text-decoration: none;
	}
		
	#categories li a:hover, #archives li a:hover {
		color: #373737;	
	}
	
/***************************/
/*** Blog post rule sets ***/

#post {
	margin: 0 0 40px 0;
}

#comments, #leave_comment {
	border-top: 5px solid #EBEBEB;
}

#comments {
	margin: 0 0 40px 0;
}

	#comments h3, #leave_comment h3 {
		padding: 5px 0 0 0;
		margin: 0 0 10px 0;
	}

	.comment {
		padding: 19px 0 0 0;
		border-top: 1px solid #EBEBEB;
	}

		.comment p.author {
			margin: 0;
			font-size: 15px;
			font-weight: bold;
			color: #5F5F5F;
			text-decoration: none;
		}
			
			.comment p.author a {
				color: #5F5F5F;
				text-decoration: none;
			}

				p.author a:hover {
					color: #373737;
				}

		.comment .timestamp {
			margin: 0;
			font-size: 11px;
			color: #939393;
		}

		.comment p {
			margin: 0 0 20px 80px;
		}

		.comment .comment {
			margin: 0 0 0 80px;
		}

#leave_comment fieldset {
	border-top: 1px solid #D8D8D8;
	padding: 29px 0 0 0; 
}

	#leave_comment li span {
		margin: 0 0 0 10px;
		color: #939393;
	}
	
.remember {
	margin: 20px 0 30px 160px;
}
	.remember input[type="checkbox"] {
		float: left;
	}

#leave_comment .call_to_action {
	margin: 5px 0 25px 160px;
	border: 5px solid #D8D8D8;
}

/******************************/
/*** Contact page rule sets ***/

#feedback {
	margin: 30px 0 0 0;
}

	#feedback li span {
		margin: 0 0 0 10px;
		color: #939393;
	}
	
	#feedback li label span {
		color: #5F5F5F;
	}
	
.input_error {
	width: 288px !important;
	height: 32px !important;
	border: 1px solid #CD2E2E !important;
	color: #791C1C !important;
	background: #E8A2A4 !important;
}

textarea.input_error {
	width: 280px !important;
	height: 100px !important;
	padding: 9px !important;
}
	
#feedback .call_to_action {
	border: 5px solid #D8D8D8;
	margin: 5px 0 25px 160px;
}

#contact_address img {
	padding: 4px;
	border: 1px solid #D8D8D8;
}

/****************************/
/*** Login page rule sets ***/

#login {
	margin: 30px 0 0 0;
}

	#login .remember {
		margin: 0 0 20px 160px;
	}

		#login .remember span {
			margin: 0 0 0 40px;
		}

	#login .call_to_action {
		border: 5px solid #D8D8D8;
		margin: 5px 0 15px 160px;
	}

/*******************************/
/*** Projects page rule sets ***/

.project {
	padding: 20px 0 0 0;
}

	.project img {
		padding: 4px;
		border: 1px solid #D8D8D8;
	}
	
	.project h3 {
		margin: 10px 0 0 0;
	}

/********************************************/
/*** Frequently asked questions rule sets ***/

.questions {
	margin: 0 0 20px 0;
}

	.questions li {
		margin: 0 0 10px 0;
	}

		.questions li a {
			margin: 0 0 0 10px;
			font-size: 15px;
			font-weight: bold;
			color: #5F5F5F;
			text-decoration: none;
		}

			.questions li a:hover {
				color: #373737;
			}
