/************************ [Table of contents]
* body
	+ Global Elements / p, h1, h2, h3, h4, h5, form, li, a, img, hr
	+ Container / #container
    + Branding / #branding, #branding-tag
	+ Navigation / #nav-main-wrapper, #nav-main, #left_nav
    + Content / 
        - Home Page Settings / #content-wrapper-home 
            - Content Intro / #content-intro-wrapper, #content-intro, #content-intro-text, #content-benefit
            - Content News / #content-news, .content-news-text, .content-tech, .content-tech-text
        - Sub Page Settings / #content-wrapper-main, .content-main-text    				
    + Footer / #footer
    + Extras / Float, Text, Image , Border, Padding
/************************ [Color codes]
* Light (text): #beaf81
* Orange (headings) #c58c1d
* Heading (header, links) #e8d69e
* Brown (background) #231A09


/************************ Global Elements */
body {
	font: 100% Helvetica, Arial, sans-serif;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. */
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
p {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	color: #4e4e4e;
	font-weight: 400;
	margin: 0px 0px 1.0em;
}
h1 {
	font-size: 18px;
	line-height: 1.3em;
	text-align: left;
	color: #000;
	font-weight: 400;
	margin: 0em 0em 0.7em;
}
h2 {
	font-size: 15px;
	line-height: 1.4em;
	text-align: left;
	color: #000;
	font-weight: 800;
	padding: 0px;
	margin: 0px 0px 0.3em;
}
h3 {
	font-size: 14px;
	line-height: 1.8em;
	font-weight: 800;
	margin: 0px 0px 0.3em;
	color: #0B3262;
}
h4 {
	font-size: 0.9em;
	line-height: 1.125em;
	font-weight: 800;
	text-align: left;
	color: #666;
	margin: 0em 0px 0.3em;
}
h5 {
	font-size: 1.2em;
	line-height: 35px;
	font-weight: 400;
	color: #FFF;
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	height: 35px;
	width: auto;
	text-align: center;
	background-image: url(../images/bg_h1.gif);
	margin: 0px 0px .5em;
}
h5 a:link {
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 35px;
}
h5 a:visited {
	text-decoration: none;
	color: #CCC;
}
h5 a:hover {
	text-decoration: none;
	color: #999;
}
h5 a:active {
	text-decoration: none;
	color: #C60;
}
h6 {
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: 600;
	text-align: left;
	color: #000;
	margin: 0em 0px 0.8em;
}
ol {
	list-style-type: decimal;
	padding: 0em;
	margin: 1em 0em 0em 2em;
}
ol ol {
	margin-top: 0em;
	margin-bottom: 0em;
	list-style-type: lower-alpha;
}
ul {
	margin-top: 1em;
	margin-bottom: 0em;
	list-style: disc url(none) outside;
	padding: 0em;
	margin-right: 0em;
	margin-left: 2em;
}
ul ul {
	margin-top: 0em;
	margin-bottom: 0em;
	list-style: circle url(none);
	padding: 0em;
}

li {
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	color: #4e4e4e;
	margin-top: 0em;
	margin-bottom: 0em;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}


a:link {
	text-decoration: none;
	color: #192688;
}
a:visited {
	text-decoration: none;
	color: #192688;
}
a:hover {
	text-decoration: underline;
	color: #03C;
}
a:active {
	text-decoration: underline;
	color: #000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	color: #525252;
	font-weight: 600;
	margin: 0px 0px 1.0em;
}
td {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	color: #525252;
	font-weight: 400;
	margin: 0px 0px 1.0em;
}
img {
	margin: 0px;
	padding: 0px;
}
blockquote {
	margin: 0em 2em;
	padding: 1em 0em;
	font-size: 1.1em;
	color: #162568;
	font-weight: 400;
	line-height: 1.5em;
}
hr {
	border-top: 2px dotted #c7c7c7;/*the border*/
	height: 1px;
	margin: 10px 0px 14px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	display: block;
	position: relative;
	padding: 0px;
	clear: both;
}
/************************ Container */
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	width: 964px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}

/************************ Branding */
#branding-bg {
}
#branding {
	height: 342px;
	width: 964px;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/branding.png);
	background-position: center top;
	clear: both;
}
#branding h1 {
	display: none;
}
#branding h1 span {
	display: none;
}
#branding-logo {
	height: 116px;
	width: 264px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: left;
	background-image: url(../images/img_sub_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#branding-logo h1 {
	display: none;
}
#branding-logo h1 span {
	display: none;
}
#branding h1 .logo {
	width: 446px;
	height: 97px;
	border: 0;
}
#branding-tag {
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 696px;
	float: left;
}
#branding-tag h2 {
	text-align: right;
	margin: 0px;
	padding: 20px 30px 0px 0px;
	font-weight: 400;
	letter-spacing: normal;
	font-size: 0.9em;
	color: #666;
	}


/************************ Navagation */
	/* top nav */
#nav-main-bg {
	margin: 0px auto;
	padding: 0px;
	height: 66px;
	width: 964px;
	text-align: center;
}
#nav-main {
	overflow: hidden;
	height: 33px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/bg_topnav_ul.gif);
	background-repeat: no-repeat;
	background-position: center top;
	top: 18px;
	position: relative;
}
#nav-main  ul{
	width: 780px;
	height: 33px;
	margin: 0px auto;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c5c5c5;
	}
#nav-main li{
	float: left;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c5c5c5;
	}
#nav-main li a {
	display:block;
	width: 110px;
	height: 33px;
	color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 800;
	text-decoration: none;
	line-height: 33px;
	text-align: center;
	background: url(../images/bg_topnav.gif) repeat-x;
	text-shadow: #000 1px 1px 1px;
	}
#nav-main li a:hover {
	background-position: 0px -33px;
	color: #FFF;
	text-shadow: #000 1px 1px 1px;
	text-decoration: none;
	}
#nav-main li a:active {
	background-position: 0px -66px;
	color: #292929;
	text-shadow: #fff 1px 1px 1px;
	}
/* active/on state for the nav  */
#nav-main li.active a, #nav-main li.active a:hover {
	background-position: 0px -66px;
	color: #292929;
	text-decoration: none;
	text-shadow: #fff 1px 1px 1px;
}

	/* sub nav */
#nav-sub-wrapper {
	width: 964px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
}
#nav-sub {
	position: relative;
	padding: 0px;
	width: 200px;
}
#nav-sub ul {
	margin: 0px;
	padding: 0px;
}
#nav-sub li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav-sub li a {
	font-size: 12px;
	font-weight: 400;
	margin: 0px;
	line-height: 15px;
	padding: 4px 0px 4px 10px;
	color: #646464;
	text-indent: 0px;
	display: block;
	width: 190px;
}
#nav-sub li a:hover {
	color: #333;
	text-decoration: underline;
}
#nav-sub li a:active {
	color: #1360A3;
	text-decoration: underline;
}
/* active/on state for the sub nav  */
#nav-sub li.active a, li.active a:hover {
	color: #000;
	text-decoration: none;
}
/************************ Content */

/* content area home page */
#content-intro-bg {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_feature.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#content-intro {
	width: 906px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
}
#content-main-bg {
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	height: auto;
	background-image: url(../images/bg_main_tile.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#content-main {
	height: auto;
	width: 964px;
	text-align: left;
	padding: 0px;
	position: relative;
	margin: 0px auto;
	display: block;
	background-image: url(../images/bg_main_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#content-home h1 {
	margin: 0em auto;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	background-image: url(../images/bg_h1.gif);
	background-repeat: repeat-x;
	color: #FFF;
	width: 960px;
}

/* homepage column position */	
#content-main-home-bg {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_band.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	position: relative;
	height: auto;
}
.content-main-home-right {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	width: 204px;
}
.content-main-home-left {
	width: 672px;
	float: left;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	position: relative;
	height: auto;
	display: inline;
	text-align: left;
	overflow: hidden;
}
/* sub page column position */	
#content-wrapper {
	width: 906px;
	margin: 0px auto;
	padding: 24px 0px 0px;
	position: relative;
	display: block;
}
.content-main-sub-right {
	width: 672px;
	margin: 0em;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
}
.content-main-sub-right ul{
	padding-bottom: 1em;
}
.content-main-sub-left {
	width: 204px;
	float: left;
	margin: 0em;
	padding: 0em;
	position: relative;
	height: auto;
	display: inline;
	overflow: hidden;
}

/* grey box areas */
.content-box-wrap {
	text-align: left;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 204px;
	background-image: url(../images/bg_box_tile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* grey box areas */
.content-box-wrap-news {
	text-align: left;
	padding: 0px;
	margin: -272px 0 0 0;
	float: left;
	width: 204px;
	background-image: url(../images/bg_box_tile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}



.content-box, .content-box-shop {
	text-align: left;
	padding: 18px 0px 0px;
	margin: 0px;
	background-image: url(../images/bg_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 204px;
	overflow: hidden;
}
.content-box p {
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	color: #525252;
	font-weight: 400;
	margin: 0px 8px;
	padding: 0px;
}
.content-box h3 {
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #333;
	font-weight: 800;
	margin: 0px 8px 3px;
	padding: 0px;
}
.content-box-btm {
	padding: 0px;
	margin: 0px;
	background-color: #FEFEFE;
	background-image: url(../images/bg_box_btm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
	width: 204px;
}
.content-box-news {
	text-align: left;
	padding: 32px 0px 0px;
	margin: 0px;
	background-image: url(../images/bg_box-news_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 204px;
	overflow: hidden;
}
.content-box-news p, .content-box-shop p {
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	color: #525252;
	font-weight: 400;
	margin: 0px 10px 12px 12px;
	padding: 0px;
}
.content-box-news h3, .content-box-shop h3 {
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	color: #333;
	font-weight: 800;
	margin: 0px 10px 3px 12px;
	padding: 0px;
}
.content-box-menu {
	text-align: left;
	padding: 32px 0px 0px;
	margin: 0px;
	background-image: url(../images/bg_box-menu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 204px;
	overflow: hidden;
}

.content-link a {
	padding: 0px;
	color: #FFF;
	background-image: url(../images/bg_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 26px;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	font-weight: 800;
	text-decoration: none;
	display: block;
	height: 26px;
	margin: 0px auto;
	width: 100px;
	position: relative;
	text-indent: 16px;
}
.content-link a:link {
	color: #192688;
}
.content-link a:visited {
	text-decoration: none;
	color: #192688;
}
.content-link a:hover {
	text-decoration: none;
	color: #666;
}
.content-link a:active {
	text-decoration: none;
	color: #000;
}



/* content area sub pages */
#content-main-home {
	width: 964px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	display: block;
	position: relative;
	height: auto;
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.content-main-text {
	width: 480px;
	text-align: left;
	padding: 0em 0em 0em 2em;
	margin: 0em;
	float: left;
	display: inline;  /* <---Solution for bug IE6 */
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
}




/* content area sub pages */
#content-sub-bg-top {
	width: 964px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_sub_top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 16px;
}
.content-sub-tile {
	width: 672px;
	margin: 0px;
	padding: 0px 0px 18px;
	background-image: url(../images/bg_title.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	line-height: 34px;
	display: block;
	height: 34px;
	text-indent: 12px;
	color: #FFF;
}
#content-main-btm {
	width: 964px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_main_btm.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 24px;
}
.item-detail {
	width: auto;
	margin: 0px;
	padding: 0px 12px;
	display: block;
}

/************************ Site Info Footer */
#site-info-bg {
	padding: 0px;
	background-image: url(../images/bg_siteinfo.png);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: center top;
	display: block;
	position: relative;
	height: 238px;
	width: 964px;
}
#site-info {
	padding: 0px;
	width: 964px;
	margin: 0px auto;
	overflow: visible;
}
#site-info-text {
	float: left;
	margin: 25px 0px 0px;
	padding: 0px;
	width: 964px;
	display: inline;
}
#site-info-text h4 {
	font-size: 0.85em;
	line-height: 1.5em;
	font-weight: 400;
	padding: 0px;
	margin: 0px 0px 8px;
	color: #FFFFFF;
	text-align: left;
}
#site-info-text a:hover {
	text-decoration: underline;
	color: #af1726;
}
#site-info-text ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#site-info-text ul li {
	display: block;
	font-size: .7em;
	line-height: 1.6em;
	font-weight: 400;
	color: #006aa0;
	font-size: 11px;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	width: 150px;
	list-style-image: none;
	list-style-type: none;
}
#site-info-text ul li a {
	color: #FFFFFF;
}
#site-info-text li a:link {
	text-decoration: none;
	color: #192688;
}
#site-info-text li a:visited {
	text-decoration: none;
	color: #192688;
}
#site-info-text li a:hover {
	text-decoration: underline;
	color: #666;
}
#site-info-text li a:active {
	text-decoration: underline;
	color: #990A09;
}
/* active/on state for the nav  */
#site-info-text li.active a, #site-info-text li.active a:hover {
	background-position: 0px -66px;
	color: #000;
	text-decoration: none;
}
#site-info-text p {
	text-align: left;
	color: #333;
	margin: 0px 0px 6px;
	padding: 0px;
	line-height: 13px;
	font-size: 11px;
}


.info-float {
	text-align: left;
	padding: 0em 0em 0em 24px;
	margin: 0em;
	float: left;
	display: inline;
	width: 200px;
	overflow: auto;
}
/************************ Extras */
	   /* float classes */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-right: 0px;
	margin-left: 4px;
	margin-bottom: 4px;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
.divider {
	text-align:left;
	margin:0px;
	padding: 0px;
	clear: both;
	height: 12px;
}
.divider2 {
	text-align:left;
	margin:0px;
	padding: 0px;
	clear: both;
	height: 24px;
}
/* Text Settings */	
.breadcrumb {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	color: #000;
	line-height: 13px;
	margin: 0px;
	padding: 0px 12px 10px;
	text-align: right;
}
.caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .7em;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	line-height: .875 em;
}
.letter {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: 400;
	color: #525252;
	line-height: 1.2em
}
.white {
	color: #FFFFFF;
}
.red {
	color: #a40000;
}
.black {
	color: #000000;
}
.green {
	color: #347B46;
}
/* Image Settings */	
.imgLink {
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid #CEA04B;
}
/* Border Settings */	
.pixBrdr {
	border:1px solid #e3e3e1;
}
/* Padding Settings */
.pad2 {
	padding: 0px 4px 0px 0px;
}
.pad4 {
	padding: 4px;
}
.pad28 {
	padding: 0px 24px 0px 0px;
}
.pad30 {
	padding: 0px 28px 0px 0px;
}
.padPhoto {
	margin-right: 12px;
	margin-left: 20px;
	margin-bottom: 6px;
	margin-top: 0px;
}
.floatLeftPix {
	float: left;
	margin-right: 18px;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
}
.floatRightPix {
	float: right;
	margin-left: 18px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
}
.floatLeftInline {
	float: left;
	display: inline;  /* <---Solution for bug IE6 */
	padding: 0em;
	margin: 0em;
}
.textLeft {
	text-align: left;
	display: block;
}
.shadow {
	text-shadow: #000 1px 1px 1px;
}
.inset {
	text-shadow: #000 -1px -1px 1px;
}
/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
	margin: 0px !important;
	padding: 0px !important;
	color: black;
}
.ditto_summaryPost .ditto_info {
	padding: 5px !important;
	font-size: 0.8em;
	color: black;
}
.ditto_link {
	font-size: 76%;
	text-align: right;
}
.ditto_paging {
	border-top: 1px solid #ccc;
	padding: 10px;
	font-size: 86%;
	color: #618100;
}
.ditto_currentpage {
	border: 1px solid #618100;
	padding: 1px 5px 2px;
	margin-right: 1px;
	background-color: #B0B0B0;
	color: #fff;
}
.ditto_off {
	border: 1px solid #ccc;
	padding: 1px 5px 2px;
	margin-right: 1px;
	color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
	border: 1px solid #9c0;
	padding: 1px 5px 2px;
	margin-right: 1px;
	text-decoration: none !important;
	color: #618100;
}
#ditto_pages a:hover {
	background-color: #fff;
	color: #000;
}
#ditto_archivelist ul {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0;
}
#ditto_archivelist ul ul {
	list-style-type: square;
	margin-left: 35px;
}
#ditto_archivelist .ditto_month {
	font-weight: bold;
}
/* ajaxSearch_form
------------------------------------------------------------------------------- */
#ajaxSearch_form {
	color: #444;
	width: auto;
}
#ajaxSearch_input {
	width: auto;
	display: inline;
	height: 17px;
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	background: #fff url(images/input-bg.gif) repeat-x top left;
	margin: 0 3px 0 0;
	padding: 3px 0 0;
	vertical-align: top;
}
#ajaxSearch_submit {
	display: inline;
	height: 22px;
	line-height: 22px;
}
#ajaxSearch_output {
	border: 1px solid #444;
	padding: 10px;
	background: #fff;
	display: block;
	height: auto;
	vertical-align: top;
}
.AS_ajax_result {
	color: #444;
	margin-bottom: 3px;
}
.AS_ajax_resultLink {
	text-decoration: underline;
	font-size: 1em;
	font-weight: 800;
}
.AS_ajax_resultDescription {
	color: #555;
	font-size: .9em;
}
.AS_ajax_more {
	color: #555;
}
.ajaxSearch_highlight {
	color: #333;
	background-color: #FF9;
}
/* Form style */

label {
	display: inline;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 100px;
	font-size: 0.85em;
	-webkit-border-radius:5px;
	text-align: left;
}
input, textarea, select {
	width: 270px;
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
	font: 0.9em Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #fff;
	color:#333;
}
input.submit {
	cursor: pointer;
	font-size: 20px;
	line-height: 52px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
	background: #EAEAEA url(../images/biglink.png) no-repeat center top;
	display: block;
	height: 53px;
	width: 297px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
}
input.submit:hover {
	text-decoration: none;
	color: #EBE571;
}
input[type="submit"][disabled] {
	text-decoration: none;
	color: #888;
}
fieldset {
	padding:.5em;
	border:1px solid #929C9F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
legend {
	padding:0em;
	font-weight:400;
	color:#2A3886;
	border:1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0em 0em 1em;
	font-size: 0.9em;
	line-height: 1.2em;
}
span.required {
	font-size: .8em;
	color: #ff0000;
} /* Select the colour of the * if the field is required. */
#message {
	margin: 10px 0;
	padding: 0;
}
.errors {
	display: block;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #F5F5F5;
}
.hidden {
	display: none;
}
