/*
Theme Name: Blank Two
Theme URI: http://empirethemes.com/blank-two/
Description: A blank 2 column WordPress theme.
Author: Empire Themes
Author URI: http://empirethemes.com/
version: 1.0
Tags: two-column, widget-ready, white
*/


/*body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	background-color: #FFFFFF;
	background-image: url(images/header-bk.jpg);
	background-repeat: repeat-x;
	}
*/


/* basics */

*{margin:0; padding:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	background-color: #FFFFFF;
	background-image: url(http://luxurylivingrealty.net/images/luxury_06.jpg);
	background-repeat: repeat-x;
	}


/*img{ border: none; padding:0; }
img a{border:none;}*/

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	margin:15px;
	padding:0 12px;
	}

code{font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#666666;
	text-decoration:underline;
	}

a:hover{
	color:#999999;
	text-decoration: none;
}



/* container */


#container {
	width:1015px;
	margin: 0 auto;
	padding:0;
	
	}
	
/* header */

#header {
  	width:100%; 
	color: #fff;
	margin:0;
	padding:0; 
	}

#header h1{
	padding:8px 0 0 0;
	margin:0;
	font-family: arial, georgia, times;
	font-size: 38px;
	font-weight: bold;
	color: #333;
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 14px arial, georgia, times;
	color:#333;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}




/* main menu */

#menu{
	text-transform:uppercase;
	width:990px;
	font:normal 12px "arial", georgia, times;
	display:block;
	float:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left:  20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	
}	


#menu ul {
	font: "arial", georgia, times;
	text-transform:uppercase;
	position:relative;
	z-index:300;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0;
	
	}
	
#menu ul li {
	float:left;
	color: #666666;
	position:relative;
	list-style-type: none;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#menu ul li a {
	margin: 0;
	color: #666666;
	display:block;
	border-bottom:none;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
#menu ul li a:hover {
	color:#666666;
	text-decoration:none;
	background-color: #c6c8ce;
	}
	

	
#menu ul ul {
	color: #333333;
	position:absolute;
	display:none;
	width:12em;
	margin:0;
	padding:0;
	background: #c6c8ce;
	z-index: 99999;
	font-weight: normal;
}

#menu ul li ul {width:14.1em; padding:0;  display: none; position: absolute; z-index:999; line-height:14px; font-weight: normal;}
#menu ul li ul li {
	padding:0;
	color: #333333;font-weight: normal;
}
#menu ul li ul a {
	width:12em;
	height:auto;
	float:left;
	color:#aaa;
	padding:4px 10px;
	height:auto;
	color:#333333;
	font-weight: normal;
	text-decoration: none;
}
#menu ul li ul a:hover {
	font-weight: normal;
	color:#333333;
	height:auto;
	border:none;
	border-radius:none !important;
	text-decoration: none;
}
#menu ul ul ul {top:auto; padding:0;font-weight: normal;}
#menu ul li ul ul {left:12em; margin:0 0 0 20px; top:auto;font-weight: normal;}
#menu ul li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; border:none;font-weight: normal; }
#menu ul li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;font-weight: normal;}


#menu ul li.current_page_item a {
	color:#666666;
	text-decoration: none;
}

#menu ul li.current_page_item li a {
	color:#666666;
	text-decoration: none;
}

#menu ul li li a {
	color:#666666;
	text-decoration: none;
}

#menu ul li li a:hover {
	color:#fff;
	text-decoration: none;
}

#menu ul li.current_page_item li a:hover {
	color:#fff;
	text-decoration: none;
}

#menu ul li ul li.current_page_item a {
	background:none !important;
	text-decoration: none;
}





/* content */


.content {
	width:100%;
	overflow: hidden;
	float: none;
	clear: both;
	}
	.contentLeft {
	width:78%;
	overflow: hidden;
	margin:10px 0;
	float: left;
	}
	
.contentRight {
	width:78%;
	overflow: hidden;
	margin:10px 0;
	float: right;
	}		
	
	
.pagetitle{
	font:bold 14px arial, georgia, times;
	padding:0 0 4px 20px;
	}

.post {
	margin:0 0 20px 0;
	padding:20px;
	line-height: 22px;
	}
	
.sticky{
	background:#f6f6f6;
	border-top:2px solid #000;
	padding:20px;
	margin:10px 0 20px 0;
}
	
.post h1{
	padding:0 0 4px 0;
	color: #666666;
	}
	
.post h1 a{
	color:#666666;
	text-decoration: none;
	}
	
.post h1 a:hover{
	color: #888888;
	text-decoration: none;
	}
	
	.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	font-family: Century Gothic, Verdana, Arial;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	}
.post h2{
	color:#666666;
	margin:10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Century Gothic, Verdana, Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	}
	
.post h3{
	color:#666666;
	}
	.post h4{
	color:#666666;
	padding-top: 10px;
	}
	.entry h5, .post h5{
	color:#666666;
	padding-top: 10px;
	font-size: 24px;
	padding-bottom: 15px;
	}



.post ul {margin:20px;list-style-type:square;}

.post li {
	
	list-style-position: outside;
	margin-right: 20px;
	margin-left: 20px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	font-family: Century Gothic, Verdana, Arial;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	}

.entry p{
	margin:12px 0;
	text-align: justify;
}
.entry h2{
	color:#666666;
	margin:10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	}

.postmetadata{
	clear: both;
	padding:6px 0 0 0;
	margin: 20px 0 0 0;
	font-size:12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #888;
	border-bottom-color: #888;
	}
	

.navigation {
	margin:30px 20px 20px 20px;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

.sidebarLeft {
	font-family: Century Gothic, Verdana, Arial;
	font-weight: normal;
	font-size:12px;
	width:20%;
	margin:10px 0;
	padding: 0;
	float:right;
	}
	
.sidebarRight {
	font-family: Century Gothic, Verdana, Arial;
	font-weight: normal;
	font-size:12px;
	width:20%;
	margin:10px 0;
	padding: 0;
	float: left;
	}
	

/* sidebar left*/

.sidebarLeft h2{
	font-family: Century Gothic, Verdana, Arial;
	font-weight: bold;
	font-size:12px;
	color: #666666;
	margin: 0;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.sidebarLeft a:link{
	text-decoration: none;
	
}
.sidebarLeft a:visited{
	text-decoration: none;
}
.sidebarLeft a:hover{
	text-decoration: none;
	color: #333333;
}
.sidebarLeft a:active{
	text-decoration: none;
	color: #333333;
}

.sidebarLeft p {margin:0; padding:0;}

.sidebarLeft img {padding: 0; margin: 0;}

.sidebarLeft ul {
	margin:12px 0 12px 12px;
	padding:0;
	}
	
.sidebarLeft ul ul{
	margin:14px 0;
	padding:0;
	}
	
.sidebarLeft ul li {
	margin: 0;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	}

.sidebarLeft ul ul li {
	list-style-type: none;
	margin:0;
	}

.sidebarLeft ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* sidebar right */

.sidebarRight h2{
	font-family: Century Gothic, Verdana, Arial;
	font-weight: normal;
	font-size:13px;
	color: #000;	
	margin: 0;
	padding: 0;
}
.sidebarRight a:link{
	text-decoration: none;
	
}
.sidebarRight a:visited{
	text-decoration: none;
}
.sidebarRight a:hover{
	text-decoration: none;
	color: #333333;
}
.sidebarRight a:active{
	text-decoration: none;
	color: #333333;
}

.sidebarRight p {margin:0; padding:0;}

.sidebarRight img {padding: 0; margin: 0;}

.sidebarRight ul {
	margin:12px 12px 12px 0;
	padding:0;
	}
	
.sidebarRight ul ul{
	margin:14px 0;
	padding:0;
	}
	
.sidebarRight ul li {
	margin: 0;
	padding: 0;
	line-height:22px;
	list-style-type: none;
	}


.sidebarRight ul ul li {
	list-style-type: none;
	margin:0;
	}

.sidebarRight ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}




/* comments */


.maincomments{
	padding:20px;
	margin:0 0 20px 0;
	font-size:12px;
}

.maincomments h3{
	font-family: Century Gothic, Verdana, Arial;
	font-weight: normal;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0 0 14px 0;
	padding:0;
	}

#respond{margin:20px 0 0 0;}

#commentform{
	margin:20px 0 0 0;
	padding:10px;
	font-size:12px;
	background:#fafafa;
	overflow:hidden;
	border-top:1px solid #000;
	}
	
#commentform p{
	color: #000;
	padding:0 0 8px 0;
	}
	
	
#commentform h3{
	font-family: Century Gothic, Verdana, Arial;
	font-weight: normal;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:95%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family:arial, times;
	font-size: 11px;
	margin:5px 5px 0 0;
	padding:4px;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
#submit{
	margin:0 5px 0 0;
	padding:5px 14px;
	text-transform:lowercase;
	color:#FFFFFF;
	width:90px;
	border:none;
	cursor:pointer;
	float:left;
	background-color: #999999;
	}
	
#submit:hover{
	border: none;
	color:#fff;
	background-color: #666666;
	}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

ol.commentlist li {
	margin:0 0 12px 0;
	padding:12px;
	list-style-type:none;
	overflow:hidden;
	}

ol.commentlist li.alt {background:#fff;}

ol.commentlist li p{
	margin:12px 0;
	font-size:12px;
	}
	
cite {
	font:normal 12px "FuroreRegular", arial, verdana, tahoma;
	padding:0;
	}
	
.vcard{margin:0 0 6px 0;}

.children{
	margin:20px 12px 0 12px;
	padding: 0;
}

.nocomments{background:#2d2d2d; color:#fff; padding:0;}

.comment-meta{font-size:12px; line-height:18px;}

.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	}

.thread-even {
	background:#fafafa;
	margin: 0px;
	padding: 0px;
	}

.depth-1 {
	border: 1px solid #ddd;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	margin: 0px;
	padding: 4px;
	border:1px solid #ddd;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

.avatar{float:left; display:block; margin:0 12px 8px 0; padding:1px; border:1px solid #d6d6d6;}

.commentformleft{
	width:40%;
	float:left;
}

.commentformright{
	width:60%;
	float:right;
}

#author, #email, #url{
	display:block;
	width:240px;
}
 


.inputtext{
	overflow:hidden;
	margin: 0 0 10px 0;
}

#cancel-comment-reply-link{
	padding:5px 0;
	display:block;
	width:220px;
	text-align:center;
}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:4px 10px;
	border:1px solid #999;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color:#999;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



/* WP Page Navi Styles */

.wp-pagenavi{
	font-size:11px !important;
	padding:12px 0;
	border-top:1px solid #ddd;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-pagenavi a:visited {
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-pagenavi a:hover {	
	border: 1px solid #ddd !important;
	color: #494949 !important;
	background-color: #ddd !important;
}
.wp-pagenavi a:active {
	border: 1px solid #ccc !important;
	color: #494949 !important;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	color: #494949 !important;
	border: none !important;
	background-color:none !important;
	margin:0 8px 0 0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border: 1px solid #0066cc !important;
	color: #fff !important;
	font-weight:300 !important;
	background-color:#0066cc !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* contact form 7 */

.wpcf7{
	margin:24px 0 !important;
	font-size:11px;
}

.wpcf7 input{
	border:1px solid #ccc;
	padding:4px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wpcf7 textarea{
	padding:4px;
	border:1px solid #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.wpcf7 input[type=submit]{
	border:none;
	padding:4px 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:#0066cc;
	color:#fff;
	text-shadow:1px 1px #000;
	cursor:pointer;
}






/* footer background-color: #ccd0d6;
	background-image: url(http://luxurylivingrealty.net/images/Footer-bk.jpg);
	background-repeat: repeat-x;
	*/

#footer {
	clear: both;
	width: 100%;
	font-size:11px;
	padding-top: 10px;
	}
	
#footer p{
	margin: 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: .025em;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	font-weight: normal;
}
#footer a:link{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#footer a:visited{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover{
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
#footer ul {
	text-transform:uppercase;
	position:relative;
	z-index:300;
	margin:0;
	padding:0;
	font-family: "arial", georgia, times;
	font-size: 9px;
	}
	
#footer ul li a {
	margin: 0;
	color: #666666;
	border-bottom:none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	}
	
#footer ul li a:hover {
	color:#666666;
	text-decoration:none;
	}
	
#footer ul li {
	float:left;
	color: #666666;
	position:relative;
	list-style-type: none;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	



/* existing */
.tableTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-align: center;
}
.tableTxt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}
/*hr {
	color: #999999;
	border-bottom-style: dotted;
}*/
  hr {
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}
  .style1 {
	font-size: 10px;
}
  .smcaps {
	font-size: 10px;
	text-transform: uppercase;
}
iframe {
	margin: 0px;
	padding-top: 8px;
}



/*                                                    */
/*  CF  forms                  */
/*                                                    */

.cform { 
	margin:10px auto 0 auto; 
	width: 500px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Arial;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:100px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width:100px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#e8e8e8; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#e8e8e8; 
}

.cform textarea,
.cform input {
	width:250px; 
}
.cform select {
	width:258px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:center;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
visibility: hidden;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

