

@font-face {  
  font-family: 'Mrs Eaves Roman';  
  src: url('MrsEavRom.eot?') format('eot'),
  	   url('MrsEavRom.ttf') format('truetype');   
}  

@font-face {
	font-family: 'Mrs Eaves Bold';
	src: url('MrsEavBol.ttf') format('truetype');
}

* {
   margin: 0;
   padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body{
   background: #ededed;
   font-size: 62.5%;
   /*font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;*/
   font-family: "Mrs Eaves Bold", Garamond, Georgia, serif;
}

input {
  font-family: Verdana;
}
.watermark {
  color:#999
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#topBar {
   width: 100%;
   background-color: #FFF;
   margin-bottom: 2px;
}

#topBarContent {
   width: 950px;
   margin: 0 auto;
}

#container{
   width: 960px;
   margin: 0 auto;
   padding: 20px;
   padding-top: 0;
   background: #fff;
}

a{
   overflow: hidden;
}

a:active, a:focus {
    outline: none; /* hide dotted outline in Firefox */
}

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: inline-block;}
/* End hide from IE-mac */


/*.transparent {
	 filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}*/

/* =Header
---------------------------------------------------------------------
*/

#header{
   padding: 10px 16px 10px 2px;
}

/*
#header h1{
	background: url(../_img/HighrockLogo2.png) top left no-repeat;
	width: 188px;
	height: 44px;
	top: 45px;	
}
*/
#header h1 a{
	background: url(../_img/HighrockLogo2.png) top left no-repeat;
	float: left;
	width: 188px;
	height: 44px;
	text-indent: -9999px;
}

#header #search{
	float: right;
	margin-top: 3px;
}

#header #search #search_term{
	background: #fff;
	border: 1px solid #777;
	height: 19px;
	width: 112px;
	padding: 0 8px 0 4px;
	position: relative;
	z-index: 1;
	display: inline;
	float: left;
}

#header #search #search_go{
	background: url(../_img/bg_search_go.png) no-repeat;
	width: 17px;
	height: 14px;
	margin-left: 10px;
	margin-top: 5px;
	position: relative;
	z-index: 10;
	text-indent: 9999px;
	position: relative;
	float: left;
	display: inline;
}

#header ul.links{
	display: inline;
	float: right;
	padding: 5px 10px 0 0;
	color: #777;
}

#header li{
	display: inline;
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #b8cbd5;
}

#header li:first-child{
	margin-left: 0;
	border-left: 0;
	padding-left: 0;
}

#header li a{
   font-size: 1.4em;
   text-decoration: none;
   color: #777;
   font-weight: normal;
}

/* =Navigation
---------------------------------------------------------------------
*/
/*
#nav{
   float: none;
   clear: both;
   
}*/

#nav{
	clear: both;
   float: none;
   /*padding-left: 282px;*/
   padding-left: 225px;
   height: 40px;
   display: block;
   margin: 37px 0 0;
}

#nav li{
   font-size: 1.5em;
   font-weight: normal;
   list-style: none;
   display: inline;
   margin-left: 30px;
   float: left;
}

#nav li:first-child{
	margin-left: none;
}

#nav li:hover{
}

#nav li a{
   padding: 6px 2px;
   margin-left: -8px;
   color: #333;
   text-decoration: none;
   font-weight: normal;
   line-height: 1.2em;
   float: left;
   font-size: 1em;
 
}

#nav li a:hover{
   color: #658DA3;
}

/*
#nav li a:active{
   color: #333;
   border-top: #658DA3 solid 3px; 
}

#nav li.current a{
	color: #658DA3 !important;
   	border-top: #658DA3 solid 3px;
}
*/

/* =Container-Inner
---------------------------------------------------------------------
*/



/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-top{
	width: 902px;
	height: 41px;
	background: url(../_img/bg_content-top.png) no-repeat;
	margin-top: 0px;
	float: left;
	margin-left: -10px;
}

#content-top #nav{
	margin-top: 14px;
}


#content-wrap{
   width: 902px;
   height: auto;
   margin-top: 0px;
   margin-left: -10px;
   padding: 15px 0;
   float: left;
   background: url(../_img/bg_content-wrap.png) repeat-y;
}

#content-bottom{
	width: 902px;
	height: 29px;
	float: left;
	background: url(../_img/bg_content-bottom.png) no-repeat;
	margin-left: -10px;
}

/* =Content
---------------------------------------------------------------------
*/
#content{
   width: 703px;
   height: auto;
   padding: 20px 0 15px 18px;
   position: relative;
   float: left;
   z-index: 1;
   margin-left: -1px;
   border-left: 1px solid #CCC;
}

#content ul#byline{
   margin-bottom: 10px;
   font-size: 1.1em;
   list-style: none;
}

#content ul,
#content ol,
#content #sermon-content ul#mediabox{
   margin-bottom: 1em;
   color: #707070; 
   font-family: Verdana;
	font-size: 1.0em;
	line-height: 1.3em;
	margin-left: 3em;
}

#content #sermon-content ul{
	font-family: "Mrs Eaves Roman", Garamond;
	margin-left: 0;
	line-height: 1.4em;
}

#content td{
	vertical-align: top;
	padding-bottom: 20px;
}

#content .sermonbox{
   margin-bottom: 20px;
}

#content .sermonbox h4{
   margin-bottom: 5px;
}

#content .sermonbox p{
   padding: 0;
   margin: 0;
}

#content .sermonbox p.sermonlink{
   margin-top: 10px;
}

#content .sermonbox p.eventtime{
   margin-bottom: 10px;
}

#content b{
	font-weight: bold;
}

#content strong{
	font-weight: bold;
}

#content i{
	font-style: italic;
}

#content em{
	font-style: italic;
}


.contentBoxInner {
	
	/* border-top: 5px solid #658DA3; */

}

.contentBox p{
	font-family: Verdana;
	font-size: 1.0em;
	color: #555;
	margin: 0 0 10px;
	line-height: 1.4em;
}

.contentBox p a{
	color: #489dd6;
	text-decoration: none;
}

.contentBox h2{
	font-size: 1.8em;
	font-weight: normal;
	color: #052F45;
	margin: 8px 0;
	border-bottom: 1px dotted #B8B8B8;
	padding: 0 0 2px;
}

.contentBox h3{
	font-size: 1.6em;
	font-weight: normal;
	color: #052F45;
	margin: 8px 0;
	padding: 0 0 2px;
}

.contentBox h4{
	font-size: 1.3em;
	color: #052F45;
	margin: 0 0 10px;
}

.contentBox h5{
	font-size: 1.3em;
	color: #658DA3;
	margin: 0 0 10px;
}

.contentBox h6{
	font-size: 1.1em;
	margin: 0 0 10px;
	font-family: Verdana;
	color: #000;
}

.contentBox{
	background-color: #FFF;
	/*border: solid 1px lightgrey;*/
	padding: 0 10px 10px;
	font-size:1.2em;
}



.contentBox td{
	float: none;
	clear: both;
}




/* =Home
---------------------------------------------------------------------
*/

#home #billboard{
	/*background: url(../_img/bg_home-rotator.png) no-repeat;*/
	margin-bottom: 4px;
	padding-bottom: 0;
}

#home .contentBox ul a {
	background: url(../_img/bg_content_a.png) right no-repeat;
	padding: 0 15px 0 0;
	font-family: "Mrs Eaves Bold", Garamond;
	font-weight: normal;
	font-size: 1.2em;
}


#home #servicetimes img{
	margin-right: 10px;
}

#home #this-sunday{
	width: 560px;
	float: left;
	margin-right: 11px;
}

#home #highlights{
	width: 357px;
	float: right;
}

#home #servicetimes {
	width: 357px;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
}

#home #rotator {
	float: left;
	width: 943px;
	padding-bottom: 0;
}

#home #viewer{
	width: 950px;
	height: 370px;
	margin: 10px 0;
	/*background: url(../_img/bg_rotator_sidebar2.gif) no-repeat top left;*/
}

#home #viewer img{
}

#home #viewer li{
	list-style: none;
	display: inline-block;
	height: 370px;
}

#home #viewer li .rotator-img{
	/* margin-left: 283px; */
	width: 651px;
	height: 370px;
	margin-left: 10px;
	/* position: relative; */
	display: inline;
	float: right;
}

#home #viewer li .rotator-sidebar{
	position: relative;
	float: left;
	z-index: 1;
	left: 0;
	top: 0;
	display: inline;
	/*width: 262px;*/
	/*max-width: 262px;*/
	width: 262px;
	height: 350px;
	padding: 10px;
	color: #fff;
	background: url(../_img/bg_rotator_sidebar2.gif) repeat-x top left;
	background-color: none;
}

#home #rotator #features{
	z-index: 50;
	position: relative;
	text-align: right;
	margin-right: 10px;
	float: left;
}

#home #rotator #viewer span{
	float: right;
	display: inline;
	margin-top: -33px;
	margin-right: 120px;
	position: relative;
	z-index: 50;
}

#home #rotator #btns{ 
	z-index: 50;
	position: relative;
	text-align: left;
	color: #fff;
	margin-top: -45px;
	margin-left: 8px;
	overflow: hidden;
	display: inline;
	float: left;
}

#home #rotator #btns a{ 
	font-size: 3em;
	font-weight: bold;
    display: block;
    float: left;
    margin-right: 6px;
	display: inline;
	color: #999;
	text-decoration: none;
}

#home #rotator #btns a.activeSlide{ 
	color: #052F45;
}
 
#home .footerLinks {
	padding: 0;
	margin: 0;
	list-style-type: none;
}   

#home .footerLinks li {
	float: left;
	padding: 0 34px;
}

#home .homepageContentContainer {
	margin: 0;
	/*padding-top: 12px;*/
	padding-top: 0;
	margin-left: 10px;
	width: 945px;
}

#home .homepageContentContainerLast {
	border-top:4px solid #658DA3;
	border-bottom:4px solid #658DA3;
	margin: 0 10px; 
	
}

#home .homepageContent {
	width: 225px;
	float: left;
	margin-right: 15px;
	border: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

#home .upcoming {
	width: 300px !important;
}

#home .contentBoxInner {
	border-bottom: 4px solid #658DA3;
}

#home .homepageContentContainerLast .homepageContent {
	/*border-top:4px solid #658DA3 !important;*/
	padding-top: 12px !important;
	text-align: left;
}


#home .homepageContent .contentBoxInner {
	border: none;
}

#home .homepageContentLarge {
	width: 600px !important;
	margin-right: 40px;
}

#home .homepageContentLast {
	margin-right: 0px !important;
	float: right;
	text-align: right;
}

#home #sidebarevents ul {
	padding-top: 1px;
	margin-bottom: 15px;
}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar {
	position: relative;
	display: inline;
	width: 200px;
	height: auto;
	padding: 15px 5px 15px 10px;
	float: left;
	z-index: 50;
	color: #658DA3;
	border-right: 1px solid #CCC;
}



#sidebar b{
	font-weight: normal;
}

#sidebar strong{
	font-weight: normal;
}

#sidebar i{
	font-style: italic;
}

#sidebar em{
	font-style: italic;
}


#sidebar ul,
#sidebar ol{
}

#sidebar #sidenav li{
	list-style: none;
	background-position: 0 9px;
	margin: 0;
	text-indent: 0;
}

#sidebar #sidenav li a{
	color: #052F45;
	padding-right: 15px;
	line-height: 1.5em;
	text-decoration: none;
	font-size: 1.7em;
	font-weight: normal;
}

#sidebar #sidenav li li, #sidebarevents li{
	margin-top: 10px;
	padding: 0; 
	/*background: url(../_img/bg_content_li.gif) no-repeat;*/
	background-position: 0 5px;
	list-style: none;
}

#sidebar #sidenav li li a, #sidebarevents li a{
	/*background: url(../_img/bg_content_a.gif) no-repeat right;*/
	font-size: 1.2em;
	line-height: 1em;
	color: #658DA3;	
	border-bottom: none;
	width: auto;
	display: inline;
	text-decoration: none;
	font-weight: normal;
}


/*HANDLES SIDEBAR DESCENDANCY*/
/*---------------------------*/

#sidebar #sidenav li.current a {
	color: #333;
}

#sidebar #sidenav li.current ul li a {
	color: #658DA3;
}

#sidebar #sidenav li.current ul li.current a {
	color: #333;
}

#sidebar #sidenav li.current ul li.current ul li a {
	color: #658DA3;
}

#sidebar #sidenav li.current ul li.current ul li.current a {
	color: #333;
}

#sidebar #sidenav li.current ul li.current ul li.current ul li a {
	color: #658DA3;
}

#sidebar #sidenav li.current ul li.current ul li.current ul li.current a {
	color: #333;
}

/*---------------------------*/
/*---------------------------*/


#sidebar #sidenav li li li{
	display: none;
	margin-left: 8px;
}

#sidebar #sidenav li.current li.current li{
	display: block;
}

#sidebar #sidenav li li li li{
	display: none;
	margin-left: 8px;
	/*background: url(../_img/bg_content_li.gif) no-repeat;*/
	background-position: 0 6px;
}

#sidebar #sidenav li.current li.current li.current li{
	display: block;
}

#sidenav {
	margin-bottom: 4em;
}

/*Reset sidenav bottom margin for sermons page*/
body#sermon #sidenav {
    margin-bottom: 0;
}

#nonav #sidenav {
	margin-bottom: 0em;
}



#sidebar #sidebarevents h4{
	margin-top: 8px;
}

#sidebar #sidebarevents h4 a{
	font-size: 1.1em;
	color: #489dd6;
	background: url(../_img/bg_content_li.gif) no-repeat 0 9px;
	padding: 0;
	padding-left: 16px;
	margin: 0;
}

#sidebarevents li a{
	font-size: 1.2em;
	padding-right: 15px;
}

#sidebar #sidebarevents span, #content p.eventtime {
	font-family: "Mrs Eaves Roman", Garamond;
	font-size: 1.2em;
	color: #777;
/*	color: #a7a9ac;*/
	font-weight: normal;
}

#sidebar #sidebarextra{
	margin-top: 28px;
}

#nonav #content li#bl_date,
#nonav #content li#bl_preacher,
#nonav #content li#bl_series{
	list-style: none;
}

#nonav #content {
	border-left: 0;
	width: 903px;
}
/* =Foote
---------------------------------------------------------------------
*/

#footer{
	margin: 10px 10px;
	font-size: 1.2em;
}

#footer p{
	font-size: 1em;
	text-align: right;
	color: #777;
	font-family: verdana;
}

#footer b{
	font-weight: normal;
	font-size: 1.1em;
}

/* = Events  
--------------------------------------------------------------------- */
/*
#eventlist #content{
	float: left;
	display: inline;
	position: relative;
   margin: 0 0 0 12px;
   border-right: 1px solid #CCC;
   border-left: none;
   width: 641px;
   padding: 0 18px 0 0;
}

#eventlist #sidebar{
	float: left;
	display: inline;
	position: relative;
   border-left: 1px solid #CCC;
   border-right: none;
   width: 243px;
   margin: 0 0 0 -1px;
   padding: 15px 15px 15px 16px;
}*/


#eventlist h3 {
   margin-top: .3em;
}

#content #calendar-outer{
   position: relative;
}

#content table.calendar{
   margin-bottom: 25px;
   border-top: 1px solid #bae0ec;
   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: 10px;
   font-size: 1.9em;
   font-weight: normal;
   color: #658DA3;
}

#content table.calendar caption span{
   width: 18px;
   height: 0;
   padding-top: 19px;
   color: #d0cd44;
}

#content table.calendar caption span.calendar-prev{
   background: url(/_img/bg_content_li_prev.png) no-repeat;
   margin-top: 88px;
   padding-right: 10px;
   position: relative;
}

#content table.calendar caption span.calendar-next{
   background: url(/_img/bg_content_li.png) no-repeat;
   positon: relative;
   padding-left: 10px;
   margin-top: 88px;
}

#content table.calendar th{
   padding: 6px 0;
   background: #f3f9fd;
   color: #93c1ce;
   font-size: 1.3em;
   font-weight: normal;
   text-align: center;
}

#content table.calendar tr{
	width: auto;
	float: none;
}

#content table.calendar td{
	float: none;
   width: 96px;
   height: 68px;
   padding: 2px;
   border-top: 1px solid #bae0ec;
   background: #FFF;
   color: #626262;
   font-size: 1em;
   vertical-align: top;
}

#content table.calendar td.empty{
   background: #fafdff;
}

#content table.calendar td a{
   text-decoration: none;
}

#content table.calendar td ul{
   margin: .5em 0 0 .5em;
   font-size: 100%;
   list-style: none;
   padding: 0;
}

#content table.calendar td li{
   padding-left: 8px;
   margin-left: 0;
   margin-bottom: .75em;
   font-size: 1.1em;
   line-height: 1.2;
   background: none;
   list-style: none;
}

#content table.calendar td li a{
   text-decoration: underline;
   font-size: .8em
}

#content table.calendar td li a:hover{
   text-decoration: none;
}

#eventlist #event-extras{
	font-size: 1.4em;
	text-align: right;
}

#eventlist #event-extras a{
		display: inline;
		margin-right: 12px;
		background: url(../_img/bg_content_a.gif) no-repeat right;
		padding-right: 12px;
		text-decoration: none;
		font-weight: normal;
		color:#658DA3;
}

#eventlist #event-extras a:visited{
	color:#658DA3;
}

#featured-event {
	margin-bottom: 2em
}

/* SERMONS */
#sermon #content h4#current{
	font-size: 1.8em;
}

#filter								{ margin-top:.4em; margin-bottom: .8em; }
#filter select						{  }
#filter a							{ margin-left:20px; }
.sermonlist h4		{ margin:0; padding:10px 0; }
.sermonbox							{ position: relative; padding:10px 0; border-top:1px solid #efefef; }
.sermonbox a						{ text-decoration:underline; }
.sermonbox a:hover					{ text-decoration:none; }

.sermonbox h5		{ margin:0; }
.sermonbox h5 span	{ color: #777;font-weight:normal;font-size:1em }
.sermonbox h5 a 					{ font-weight:normal; color:#027cc9; }
.sermonbox h5 a:hover 				{ color:#556c6b }
.sermonbox p		{ margin:0;}
.sermonbox .textonly				{ width: 478px; }


.sermonbox ul					{ position:absolute; top:20px; right:0px; margin:0; padding:0; list-style: none; }
.sermonbox a					{  }
.sermonbox ul li				{ background: none; }
.sermonbox li					{ float:left; display:inline; margin:0 0 0 0; width: 16px; height: 16px; }
.sermonbox li a					{ display:block; width:16px; height:16px; text-indent:-999em; }
.sermonbox li.sl_listen,
.sermonbox li.sl_download,
.sermonbox li.sl_notes,
.sermonbox li.sl_video		    { background:none; padding: 0px 5px;}
.sermonbox li.sl_listen a		{ background:url(/_img/play_icon.gif) no-repeat; }
.sermonbox li.sl_download a		{ background:url(/_img/download_icon.gif) no-repeat; }
.sermonbox li.sl_notes a		{ background:url(/_img/notes_icon.gif) no-repeat; }
.sermonbox li.sl_video a		{ background:url(/_img/video_icon.gif) no-repeat; }
.sermonbox li a:focus			{ background:none; outline:none; }

/* SORTING */
	#sorting h3					{ margin: 1.5em 0 1.0em }
	#sorting label 				{ font-size:.8em; display:block; margin-top: .5em; margin-bottom: .2em; font-weight:bold; }
	#sorting select				{ width:90%; display:block; margin: 1.5em 0 1.5em 1.5em }
	#sorting a:hover			{ text-decoration: none; }
	#all-messages				{ font-size: .8em; color: #0099FF; }
	
/* MEDIA BOX */
	#text						{  }
	#byline						{ margin:10px 0 0; padding:0; list-style:none; }
	#mediabox					{ float:right; padding:10px; margin:-57px 0 0 10px; list-style:none; border:1px solid #489dd6; }
	#mediabox li 				{ background:none; padding:2px 0 2px 20px; }
	#mediabox li#mb_links		{ background:#489dd6; color:#fff; margin:-10px -10px 10px; padding:10px; }
	#mediabox li#mb_jukebox		{ background:url(/_img/play_icon.gif) no-repeat left 2px; }
	#mediabox li#mb_download	{ background:url(/_img/download_icon.gif) no-repeat left 2px; }
	#mediabox li#mb_notes		{ background:url(/_img/notes_icon.gif) no-repeat left 2px; }
	#mediabox li#mb_video		{ background:url(/_img/video_icon.gif) no-repeat left 2px; }
	#mediabox li#mb_podcast		{ background:url(/_img/feed_icon.gif) no-repeat left 2px; }


/* HOW IT WORKS */
	#how-it-works				{ height: 22px; width: 600px; margin:0 0; left: 0; position: relative; padding:0px 0px 5px 0px; list-style:none; background:#efefef; border:2px solid #ccc; }
	#how-it-works ul			{   }
	#how-it-works li			{ background:none; font-size:0.em; display:block; line-height:20px; margin-right:40px; float:left; padding: 3px 0 3px 30px; }
	#how-it-works li#how		{ background:none; font-weight:bold; padding-left:10px; }
	#how-it-works li#play		{ background:url(/_img/play_icon.gif) no-repeat left center; }
	#how-it-works li#notes		{ background:url(/_img/notes_icon.gif) no-repeat left center; }
	#how-it-works li#video		{ background:url(/_img/video_icon.gif) no-repeat left center; }
	#how-it-works li#save		{ background:url(/_img/download_icon.gif) no-repeat left center; }

.gallery {
	float: left;
	margin-right: 20px;
}

ul#nav { margin:40px 2px 0 5px;padding:0;border-top:5px solid #658DA3 }
ul#nav { background-color:#052F45 }
ul#nav li { margin:0 }
ul#nav a { color:#FFF;width:157px;margin:0;padding:0;display:block;padding:11px 0;text-align:center }

ul#nav li a:hover, #nav li a:active { background-color:#064555;color:#FFF }
#nav li.current a { background-color:#09637A !important }


/* MISC */
p.rsvp a {
	display: block;
	width: 70px;
	height: 22px;
	text-indent: -9999px;
	background: url(../_img/btn_register.png) no-repeat 0 0;
}

/* -------------------------------------
Forms
------------------------------------- */

#content form {
	margin-bottom: 10px;
	border: 0;
}

#content fieldset {
	border: 0;
}

#content form p {
	line-height: 1;
	padding: 0;
	margin: 0 0 5px 0;
}

#content form div {
	line-height: 1;
	padding: 0;
	margin: 0 0 10px 0;
}
	
#content form legend {
	display: none;
}

#content form div legend {
	font-size: 100%;
	padding-bottom: 10px;
	display: block;
	font-weight: normal;
}

#content form input{

}

#content form label{
	margin-bottom: 10px;
	font-size: 1em;
	display: block;
}

#content form .checkbox label, #content form .radio label{
	display: inline;
}

#content form .mcms_newsletter_group_select label{
	display: inline;
	padding-left: 10px;
}

#content form label{

}

#content form textarea{
	clear: both;
	width: 350px;
	height: 100px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 10px;
}

#content form .textarea label {

}


#content form .error {
	padding: 5px;
	color: #FF0000;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1;
} 

#content form .errorSummary{
	color: #FF0000;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

#content .captcha input{

}

#content form .captcha label{
	display: block;
}

#content form #formsubmit {
	clear: both;
	padding-top: 10px;
}

.hr_dotted {
	border-bottom: 1px dotted #000;
}

.red {
  color: red !important;
}

