@import url("http://blog.magicalbells.com/wp-content/themes/2008/corners.css");

/* @override http://blog.magicalbells.com/wp-content/themes/2008/style.css */

/*
Theme Name: Magical Bells 2008
Theme URI: http://blog.magicalbells.com/
Description: Theme based on MagicalBells.com
Version: 1.0
Author: Bret Robertson
Author URI: http://fadedpictures.com/
Tags: blue, gray, white, fixed width, two columns, widgets
*/

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
body {
	margin: 0;
	padding: 0;
	color: #4e4e4e;
	/*background:#8b8b8b url(images/bkgd.jpg) top left repeat;*/
	/* added 4-16-09 */
	background:#002b5c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	/* added 4-16-09 */
	.bkgdl{
		background-color: transparent;
		background-image: url(images/bkgdl.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	.bkgdr{
		background-color: transparent;
		background-image: url(images/bkgdr.png);
		background-position: top right;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	.bkgdbtm{
		background-color: transparent;
		background-image: url(images/bkgdbr.png);
		background-position: bottom right;
		background-repeat: no-repeat;
	}
img {
	border:0
}
h1, h2, h3 {
	color: #002b5c;
}
h1 {
	margin: 5px 0 10px 0;
	padding: 0 0 0 30px;
	font-weight: normal;
	background: url(images/flourish.jpg) top left no-repeat;
	font-size: 20px;
	line-height: 140%;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
	border-bottom: thin solid #ccc;
}
h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 140%;
}
	#left h3 {		
		background: #efefef;
		margin: 0 0 10px 15px;
		padding: 2px 0 2px 10px;
		width: 180px;
		line-height: 150%;
		font-size: 13px;
	}

h4 {
	font-size: 100%;
	margin: 5px 0;
}
.box3 h4 {
	margin: 0 0 2px 0;
}

p {margin: 0 0 18px 0;}
#left p {margin: 0 10px 10px 15px; padding: 0;}

.text_blue {color: #002b5c !important;}
.entry ul {
	list-style-type: circle;
}
.entry li {
	line-height: 18px;
	font-size: 12px;
	padding-bottom: 5px;
}
.archives ul {
	list-style-type: circle;
	padding: 0 0 0 30px;
}

.archives ul ul {
	list-style-type: disc;
	padding: 0 0 0 20px;
}
.archives ul li {
	font-size: 12px;
	line-height: 150%;

}
/* @group Links */
a {
	color: #002b5c;
	text-decoration: none;
}
p a, a.underline {text-decoration: underline;}
#top-nav li a:link,
#top-nav li a:visited {
	color: #002b5c;
	font-weight: bold;
	font-size: 11px;
	text-transform: lowercase;
}
#top-nav li a:hover,
#top-nav li a:active {
	color: #666;
}

#main-nav li a:link,
#main-nav li a:visited {
	color:#4e4e4e;
	font-size: 11px;
	line-height: 40px;
	display: block;
	padding: 0 7px;
}
#main-nav li a:hover,
#main-nav li a:active {
	color:#002b5c;
	background: url(images/hlt_bkgd.png) top left repeat-x;
}
.box3 li a:link,
.box3 li a:visited {
	color:#4e4e4e;
	font-size: 12px;
	line-height: 16px;
	margin:0;
	padding: 0 0 10px 0;
	width: 168px;
	display: block;
}
.box3 li a:hover,
.box3 li a:active {
	color:#002b5c;
}
.box3 li.recent a:link {
	font-size: 11px;
	line-height: 110%;
	padding: 0 0 15px 0;
}
/* @end */
/* @group Nav Menus */
#top-nav {
	list-style: none;
	margin: 40px 0 0 0;
	padding: 5px;
	overflow: auto;
}
#top-nav li {
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
}
#main-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 20px;
	overflow: auto;
}
#main-nav li {
	margin: 0;
	padding: 0;
	display: inline-table;
	float:left;
}
.box3 ul {
	margin: 0 0 0 15px;
	padding: 5px 0 0 8px;
	list-style: none;
	border-left: 5px solid #b9c4c6;
}

	.box3 ul.product_nav {
		margin: 0 0 0 15px;
		padding: 10px 0 1px 8px;
		list-style: none;
		border-left: 5px solid #002b5c;
	}
	.box3 ul.product_nav li span.sale,
	.box3 ul.product_nav li span.new {
		font-size: 10px;
		text-transform: uppercase;
		color: #fff;
		background: #002b5c;
		padding: 1px 2px;
		margin: 0 3px 0 0;
		-moz-border-radius-topleft:3px;
		-webkit-border-top-left-radius:3px;
		border-top-left-radius:3px;
		
		-moz-border-radius-topright:3px;
		-webkit-border-top-right-radius:3px;
		border-top-right-radius:3px;
		
		-moz-border-radius-bottomright:3px;
		-webkit-border-bottom-right-radius:3px;
		border-bottom-right-radius:3px;
		
		-moz-border-radius-bottomleft:3px;
		-webkit-border-bottom-left-radius:3px;
		border-bottom-left-radius:3px;
	}
.box3 li {
	padding: 0 0 0 15px;
	background:url(images/menu_arrow.png) top left no-repeat;
	line-height: 100%;
}
	.box3 ul.product_nav li {
		padding: 0 0 0 15px;
		background-image:url(images/menu_arrow_blue.png);
		background-position:top left no-repeat;
		background-repeat:no-repeat;
		line-height: 100%;
	}
	/*#product-subnav {
		margin: 0 0 0 20px;
		padding: 5px 0 1px 8px;
		list-style: none;
	}
	#product-subnav li {
		padding: 0 0 0 15px;
	}*/
.box-links {
	margin: 0 0 0 15px;
	padding: 10px 0 1px 8px;
	list-style: none;
	border-left: 5px solid #b9c4c6;
}
.box-links li {
	padding: 0 0 0 15px;
	background:url(images/menu_arrow.png) top left no-repeat;
}
/* @end */
/* @group Format */
table td {
	vertical-align: top;
	font-size: 12px;
}
#wrapper {
	margin: 0 auto;
	/*width: 860px;
	background: url(images/c_bkgd.png) top left repeat-y;*/
	/* added 4-16-09 */
	width:910px;
	background: url(images/c_bkgd2.png) top left repeat-y;
}
#constraint {
	width: 850px;
	margin: 0 auto;
	overflow: auto;
}
#header {
	background: url(images/h_bkgd.png) top left repeat-x;
	overflow: auto;/* important for clearing float */
}
#logo {
	width: 350px;
	float: left;
}
#topnav {
	float: right;
	padding-right: 10px;
}
#promo {
	background-color:#002b5c;
	background-image: url(http://blog.magicalbells.com/images/promo_glitz.png);
	background-position: right top;
	background-repeat: no-repeat;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	height: 35px;
}
#promo .promo {
	background-image: url(http://blog.magicalbells.com/images/promo_glitz.png);
	background-position: 0px -40px;
	background-repeat: no-repeat;
}
#menubar {
	background: url(images/m_bkgd.png) top left repeat-x;
	height: 55px;
}
#content {

}
.breadcrumb
{
	font-size: 11px;
	margin: 0 0 15px 0;
}
.twitter {
	width: 175px;
	margin: 0 auto;	
}
/* @group Survey Results */
div.survey_result {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	width: 585px;
}

/* @end */
/* @group Giveaway Table */
table.giveaway {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	width: 100%;
}
table.giveaway td {
	padding: 5px;
}
table.giveaway tr.even td {
	background: #fafafa;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
table.giveaway td.label {
	font-size: 13px;
	line-height: 130%;
	padding: 10px;
}
table.giveaway td.label span {
	color:#002b5c;
	font-size: 16px;
	line-height: 150%;
	vertical-align: middle;
}

/* @end */
/* @group Showcase */
#showcase1 {
	background: url(images/showcase_bkgd.png) top left repeat-y;
	width:850px;
	overflow: auto;
}
#showcase2 {
	background: url(images/showcase_bkgd_t.png) top left no-repeat;
	height: 30px;
	
}
#showcase3 {
	background: url(images/showcase_bkgd_b.png) bottom left no-repeat;
	height:30px;
	clear: both;
}
/* @end */
#left {
	float: left;
	margin-left: 10px;
	width: 240px;
}
/* @group Left Boxes */
#left .box1 {
	background: url(images/mod_bkgd_t.png) top left no-repeat;
	padding-top: 20px;
	margin: 0 0 10px 0;
}
#left .box2 {
	background: url(images/mod_bkgd.png) top left repeat-y;
}
#left .box3 {
	background: url(images/mod_bkgd_b.png) bottom left no-repeat;
	width: 219px;
	padding-bottom: 20px;
}
#left .box1-show {
	background: url(images/mod2_bkgd_t.png) top left no-repeat;
	padding-top: 20px;
}
#left .box2-show {
	background: url(images/mod2_bkgd.png) top left repeat-y;
}
#left .box3-show {
	background: url(images/mod2_bkgd_b.png) bottom left no-repeat;
	width: 219px;
	padding-bottom: 20px;
}


#left .box3.quality p {
	text-align: center;
	line-height: 150%;
}
#left .box3.quality img.stamp {
	position: absolute;
	margin-top: -30px;	
	margin-left: 170px;
	z-index: 50;
}
/* @end */
#left form {
	margin: 0;
}
#left form.mailinglist {
	margin:0 8px 0 15px;
}

/* @group Navigation */
.cat_nav {
	font-size: 14px;
	padding: 5px 0;
	margin-bottom: 10px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	overflow: auto;
	text-align: center;
}
.navigation {
	background: #fafafa;
	font-size: 12px;
	padding: 10px 5px;
	margin: 10px 0;
	overflow: auto;
}

.navigation.top {
	border-bottom: 1px dotted #ccc;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}

.navigation.bottom {
	border-top: 1px dotted #ccc;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
}
	.navigation .alignleft {
		width: 49%;
		float: left;
		border-right: 1px solid #eee;
	}

	.navigation a,
	.navigation a:link,
	.navigation a:visited {
		color: #999;
	}
	.navigation a:hover,
	.navigation a:active,
	.navigation a:focus {
		color: #002b5c;
	}

	/* arrows */
	.navigation div.arrow {
		width: 20px;
		font-size: 20px;
		color: #999;
		float: left;
	}
	.navigation.bottom div.arrow {
		line-height: 70%;
	}
	
	/* left link */
	.navigation .alignleft {
	
	}
	.navigation .alignleft div.nav_link {
		float: left;
		width: 90%;
	}	
	.navigation .alignleft div.arrow  {
		float: left;
	}
	/* right link */
	.navigation .alignright {
		float: right;
		width: 49%;
	}
	.navigation .alignright div.arrow  {
		float: right;
		text-align: right;	
	}
	.navigation .alignright div.nav_link {
		text-align: right;
		float: right;
		width: 90%;
	}
/* @end */

/* @group Posts */
.post h1 {
	margin: 0 0 20px 0;
}
.post {
	margin: 0 0 25px 0;
	font-size: 12px;
	clear: both;
}
.post .postdateauthor {
	color: #666;
	margin: 0 0 10px 0;
	padding: 0 0 5px 30px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.post p {
	font-size: 12px;
	line-height: 18px;
}
.post p.postmetadata {
	font-size: 100%;
	background: #fafafa;
	margin: 0;
	padding: 5px 5px 5px 25px;
	border: 1px solid #eee;

	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
}
.entry {
	clear: both;
}
/* post images */
.entry .wp-caption {
	background: #f7f7f7;
	padding: 5px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}
	.entry .wp-caption img.size-thumbnail {
	}
	.entry .wp-caption p.wp-caption-text {
		background-color: #ddd;
		text-align: center;
		margin: 10px 0 0 0;
		padding: 3px;
		color: #666;
		-moz-border-radius-bottomright:3px;
		-webkit-border-bottom-right-radius:3px;
		border-bottom-right-radius:3px;
		
		-moz-border-radius-bottomleft:3px;
		-webkit-border-bottom-left-radius:3px;
		border-bottom-left-radius:3px;
	}
.entry .alignleft {
	float: left;
	margin-right: 10px;
}
.entry .alignright {
	float: right;
	margin-left: 10px;
}
/* @end */
div.sociable_tagline {
	clear: both;
	margin-top: 10px;
}
/* @group Post Archives  */
.post.archive h2 {
	border-bottom: 0;
	margin: 0;
}
.post.archive .postdateauthor {
	/*border-bottom: 0;*/
	padding: 0;
}
/* @end */
/* @group Post Comments */
ol.commentlist {
	padding: 0 0 0 20px;
}
ol.commentlist li.alt {
	background: #fafafa;
	margin: 0 0 10px 0;
	border: 1px solid #eee;
	padding: 8px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
	
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-top-left-radius:10px;
}
ol.commentlist div.commentavatar {
	margin: 0 0 8px 0;
}
ol.commentlist p.commentmetadata {
	margin: 0;
	font-size: 120%;
	float: right;
	font-style: italic;
}
ol.commentlist p {
	font-size: 100%;
}
/* @end */
#main {
	float: left;
	width: 595px;
}
.disclaimer {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #ececec;
}
.footer {
	border-top: 1px solid #eee;
	margin: 20px 0;
	clear: both;
}
#footer1 {
	margin: 0 auto;
	background: url(images/ft_bkgd_2.png) top left repeat-x;
	height: 90px;
	width: 860px;
	/* added 4-16-09 */
	background: url(images/ft_bkgd_3.png) top left repeat-x;
	height: 100px;
	width: 910px;
	
}
#footer2 {
	width: 830px;
	margin: 0 auto;
	overflow: auto;
	padding:10px 10px 0 10px;
}
#footer2 span {
	float: left;
	margin: 20px 0 0 5px;
}
.badge {
	float: left;
	margin-top: -3px;
}
#slogan {
	float: right;
	/*margin-top:18px;*/
	margin-top:5px;
}
#slogan p {
	display: none;
}
/* @end */
/* @group General Classes */
.highlight {
	background: #efefef;
	text-align: center;
	width: 60%;
	padding: 5px;
	margin: 20px auto;
	font-size: 16px;
	border: 1px solid #aaa;

	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.highlight-2 {
	background: #fafafa;
	text-align: left;
	width: 90%;
	padding: 5px;
	margin: 20px auto;
	font-size: 14px;
	border: 1px solid #ddd;

	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}

.highlight-3 {
	background: #fafafa;
	color: #002b5c;
	padding: 5px;
	margin: 10px auto;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	border: 1px solid #ddd;

	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.bluetext,
.highlight {
	color: #002b5c;	
}

.left, .floatleft {float: left;}
.right, .floatright {float: right;}
.floatnone {float: none !important;}
.hide {display: none !important;}
/* gray box */
.gray,.giveaway_form  {
	background: #fdfdfd;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 50px 30px 10px;
}
.gray div.alignleft {
	border: 1px solid #ccc;
}
.gray span.download {
	background-image: url(http://blog.magicalbells.com/images/download.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	font-size: 20px;
	font-weight: bold;
	float: left;
	line-height: 50px;
	padding-left: 50px;
	margin: 0 0 10px 0;
	height: 50px;
}
.gray a.download {
	background: #eee;
	border: 1px solid #aaa;
	display: block;
	float: left;
	font-size:14px;
	line-height: 50px;
	padding: 5px 10px 5px 50px;
	margin-bottom: 10px;
	height: 50px;
	width: 230px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}
.gray a.download:hover {
	background-color:#002b5c;
	color: #fff;
}
.gray a.download.pdf {
	background-image: url(http://blog.magicalbells.com/images/file_pdf.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.gray a.download.doc {
	background-image: url(http://blog.magicalbells.com/images/file_doc.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.text_left,
.textleft {
	text-align: left;
}
.text_right,
.text-right,
.textright {
	text-align: right;
}
.text_justify {
	text-align: justify;
}
.textcenter,
.text_center,
.center {
	text-align: center;
}
.testimony {
	background: #fafafa;
	margin: 0 15px 15px 0;
	padding: 15px;
	border: 1px solid #eee;

	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	border-top-left-radius:20px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	border-bottom-right-radius:20px;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}

.audio_file {
	margin: 20px 10px;
	font-weight: bold;
}
.clearboth {
	clear: both;
}
.gallery {
	overflow: auto;
}
img.alignleft {
	/*width: auto;*/
}
img.size-thumbnail {
	
}
.margin_10_0 {
	margin: 10px 0;
}
.margin_20_0 {
	margin: 20px 0;
}
.marginbottom_10,
.margin_bottom_10 {
	margin-bottom: 10px;
}
.marginbottom_20,
.margin_bottom_20 {
	margin-bottom: 20px;
}
.marginbottom_40,
.margin_bottom_40 {
	margin-bottom: 40px;
}
.margin_auto, .marginauto {
	margin: 0 auto;
}


.w_25 {
	width: 25%;	
}
.w_33 {
	width: 33%;	
}
.w_50 {
	width: 50%;	
}
.w_75 {
	width: 75%;	
}
/* @end */

/* @group Forms */
form div.row {
	margin-bottom: 10px;
	overflow: auto;
	padding: 2px 0 5px 0;
}

/* @group Review Form */
.block-reviews form div.row {
	
}
.block-reviews form div.row.rating label {

}
.block-reviews form label {
	width:50px;
}

.block-reviews input.btn {
	margin-left:50px;
}

/* @end */

/* @group Popup forms */
form div.recommend-form label,
form div.notify-form label {
	width: 90px;
}
div.recommend-form input.btn,
div.notify-form input.btn {
	margin-left: 90px;
}
/* @end */

form.test-form,
div.survey-form,
div.recommend-form,
div.notify-form {
	background: #fafafa;
	margin: 0 0 15px 0;
	padding: 15px;
	border: 1px solid #eee;

	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0;
	
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	border-bottom-right-radius:20px;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-top-left-radius:0;
}

form.test-form input.btn {
	margin-left: 85px;
}

form.test-form div.checkbox label {
	float: none;
	text-align: left;
}

/* @group Survey Form */
form.test-form .row,
	.survey-form .row {
		padding: 5px 0;
	}

	.survey-form fieldset {
		border: thin solid #efefef;
	}
	.survey-form p {
		margin:0 0 5px 10px;
	}
	.survey-form select {
		margin:0 0 10px 10px;
	}
	.survey-form table.rate {
		width: 70%;
	}
	.survey-form table.rate td {
		vertical-align: top;
	}
	.survey-form table.rate td.radio {
		text-align: center;
	}
	.survey-form label {
		width: auto;
		float: none;
		display: block;
		text-align: left;
		font-weight: bold;
		padding-right: 0;
		margin-bottom: 8px;
	}
	.survey-form label.other {
		width: 40px;
		text-align: left;
		float: left;
	}

/* @end */

div.checkout-questions label {
	width: 300px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 3px;
}
div.checkout-questions div.row {
	margin-bottom: 15px;
	overflow: auto;
}
div.checkout-questions div.checkbx {
	margin-bottom: 5px;
	overflow: auto;
}
div.checkout-questions div.checkbx div.checkbox {
	margin-left: 300px;
}
div.checkout-questions .error {
	margin-left: 305px;
}
	
div#left form label {
	width: auto;
	font-weight: normal;
}
form.wpcf7-form input {
	font-size: 14px;
	padding: 3px;
}
form.wpcf7-form p {
	font-size: 14px;
	margin-bottom: 15px;
}
form.wpcf7-form p span.small {
	font-size: 12px;
	padding-left: 20px;
}
form.wpcf7-form p span.question {}

form.wpcf7-form span.wpcf7-radio {
	display: block;
	margin: 0px 0 40px 10px;	
}
form.wpcf7-form span.wpcf7-list-item {
	display: block;
	padding: 5px 0;
}
form.wpcf7-form p.submit {
	text-align: center;
	margin-bottom: 0px;
}
form.wpcf7-form p.submit input {
	font-size: 16px;
	text-align: center;
}
/* @end */
/* Gravity Forms*/

/* @group Contact Info */
#contact-info {
	width: 250px;
	float: left;
}
#contact-info p {
	margin: 0 0 5px 0;
}
#contact-form {
	overflow: auto;
	padding: 0 0 20px 0;
}
#contact-form div.row {
	margin-bottom: 0px;
	overflow: auto;
	padding: 2px 0 5px 0;
}
#contact-form label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 10px;
	clear: left;
	text-transform: capitalize;
}
#contact-form input,
#contact-form textarea {
	float: left;
	clear: right;
}
#contact-form input.btn {
	clear: both;
	margin-top: 10px;
	margin-left: 110px;
}
/* @end */