/* Default CSS */

/*-------------------------------------------------------------------------------
  HTML5 Reset :: default.css
-------------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: normal;
	vertical-align: bottom;
}

td {
	font-weight: normal;
	vertical-align: top;
}

input, select {
	vertical-align: middle;
}

pre {
	white-space: pre;
	/*

CSS2 */ white-space: pre-wrap;
	/* C

SS 2.1 */ white-space: pre-line;
	/* CSS

3 (and 2.1 as well, actually) */ word-wrap: break-word;
/* IE */

}

input[type="radio"], input.radio {
	vertical-align: text-bottom;
}

input[type="checkbox"], input.checkbox {
	vertical-align: bottom;
}

.ie6 input {
	vertical-align: text-bottom;
}

select, input, textarea {
	font: 99% sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

a:hover, a:active {
	outline: none;
}

small {
	font-size: 85%;
}

strong, th {
	font-weight: 700;
}

td, td img {
	vertical-align: top;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}

.clickable, input[type=button], input[type=submit], button, input.button, input.submit {
	cursor: pointer;
}

/* hand cursor on clickable elements */

button, input, select, textarea {
	margin: 0;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */

button {
	width: auto;
	overflow: visible;
}

/* make buttons play nice in IE */

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

/* scale images in IE7 more attractively */

.ie6 html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* prevent BG image flicker upon hover */

input::-moz-focus-inner {
	border: none;
}

textarea {
	resize: none;
}

:focus {
	outline: 0;
}

.img-right {
	float: right;
	display: block;
	margin: 0 0 10px 10px;
}

.img-left {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
}

/*-------------------------------------------------------------------------------
  Framework
-------------------------------------------------------------------------------*/

body, html {
	text-align: center;
	color: #404041;
	margin: auto;
	background: #e3e3e3;
	font: normal 400 0.9em/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body {
	background-color: #e3e3e3;
}

#page {
	min-width: 1024px;
}

.noDeskTop {
	display:none;
}

.page-width {
	width: 800px;
	position: relative;
	margin: auto;
	text-align: left;
}

#header div.page-width, #services-nav div.page-width, #service-sub-nav.page-width {
	width: 950px;
	position: relative;
	margin: auto;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
}

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.6%;
}
.span_3_of_5 {
	width: 59.2%;
}
.span_2_of_5 {
	width: 38.8%;
}
.span_1_of_5 {
	width: 18.4%;
}

#main-nav-mobile {
	display: none;
}


a {
	transition: color 0.5s ease;
	text-decoration: none;
}

/*-------------------------------------------------------------------------------
  Header
-------------------------------------------------------------------------------*/

#header {
	position: relative;
	background-color: #404041;
	color: #fff;
}

#logo {
	margin-top: 10px;
}

#logo a {
	display: block;
	width: 220px;
	height: 105px;
	background: url(http://chapelprint.com//images/sprite.png) no-repeat 0 0;
}

#logo a span {
	visibility: hidden;
}

#social {
	position: absolute;
	top:  60px;
	right: 10px;
}

#social ul, #social li {
	float: left;
}

#social li a {
	display: block;
	width: 25px;
	height: 25px;
	margin-left: 3px;
	background: url(http://chapelprint.com//images/sprite.png) no-repeat 0 0;
}

#social li.twitter a {
	background-position: 0 -125px;
	width: 27px;
}

#social li.twitter a:hover {
	background-position: 0 -155px;
}

#social li.facebook a {
	background-position: -30px -125px;
}

#social li.facebook a:hover {
	background-position: -30px -155px;
}

#social li.pinterest a {
	background-position: -62px -125px;
}

#social li.pinterest a:hover {
	background-position: -62px -155px;
}

#social li.linkedin a {
	background-position: -92px -125px;
}

#social li.linkedin a:hover {
	background-position: -92px -155px;
}

#social li.email a {
	background-position: -122px -125px;
	width: 27px;
	margin-left: 5px;
}

#social li.email a:hover {
	background-position: -122px -155px;
}

#social li a span {
	visibility: hidden;
}


#search {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
}

div#search input.search-input {
	width: 100px;
	height: 20px;
	border-style: none;
	font-size: 12px;
	padding: 0 1px 0 5px;
	float: left;
	background: #fff;
	text-align: left;
	color: #808080;
}

div#search input.search-input:hover {
	color: #C52129;
}

div#search input.search-input:focus {
	color: #C52129;
}

div#search input.search-button {
	width: 20px;
	height: 20px;
	border-style: none;
	float: left;
	cursor: pointer;
	z-index: 1000;
	position: relative;
	background: #404041 url(http://chapelprint.com/images/search-sprite.png) no-repeat right top;
	margin: 0;
	text-indent: -1000px;
}

div#search input.search-button:hover {
	background: #ED116F url(http://chapelprint.com/images/search-sprite.png) no-repeat right top;
}

/*----------- Global Float ----------- */

.core-float-right {
	float: right;
	display: inline;
}

#tel {
	position: absolute;
	top:  95px;
	right: 10px;
}

#tel h3 {
	font-weight: normal;
	padding-bottom: 5px;
	letter-spacing: 1.25px;
	font-size: 1.25em;
}

#tel h3 a { 
	color: #fff;
}

/*-------------------------------------------------------------------------------
  Main Nav
-------------------------------------------------------------------------------*/

#main-nav {
	position: absolute;
	top:  10px;
	right: 0;
	height: 42px;
	font-size: 1.15em;
	z-index: 500;
	color: #fff;
}

#main-nav a:hover {
	text-decoration: none;
	color: #FBAA1E;
}

#main-nav li {
	transition: background-color 0.5s ease;
	height: 42px;
	display: block;
	float: left;
	line-height: 120%;
}

#main-nav li:last-child {
	border-right: none;
}

#main-nav li li {
	
}

#main-nav li li, #main-nav li li li {
	height: auto;
	text-align: left;
}

#main-nav li a {
	transition: color 0.5s ease;
	height: 42px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	display: block;
	max-width: 160px;
}

#main-nav li a:hover {
	height: 42px;
	color: #FBAA1E;
}

/* #main-nav li a:hover, */

#main-nav li:hover {
	height: 42px;
	text-align: left;
	color: #FBAA1E;
	display: block;
}

#main-nav li:hover, #main-nav li a:hover.menuparent, #main-nav li a.menuactive {
	color: #FBAA1E;
	display: block;
	height: 42px;
}

#main-nav li:hover a {
	color: #FBAA1E;
}

#main-nav li li:hover {
	height: auto;
	background-color: transparent;
	border-bottom: none;
}

#main-nav li li a {
	text-align: left;
	color: #FBAA1E !important;
	background-color: #404041;
	width: 160px;
}

#main-nav li li a:hover {
	text-align: left;
	color: #FBAA1E !important;
	display: block;
	background: #404041;
}

#main-nav li li a.menuactive {
	color: #fff !important;
	background: #404041;
	border-bottom: none;
}

#main-nav li li a:hover.menuactive {
	color: #FBAA1E !important;
	background: #404041;
}

#main-nav li.menuactive li a:hover, #main-nav li li a.menuactive:hover {
	color: #fff;
}

#primary-nav span {
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
	height: 42px;
}

#primary-nav li li span {
	display: block;
	text-align: left;
	height: auto;
	padding: 7px 10px 5px;
}

/* Additional IE specific bug fixes... */

* html .page-menu ul#primary-nav {
	display: inline-block;
}

*:first-child+html .page-menu ul#primary-nav {
	display: inline-block;
}

/* --------------------  menu dropdow  ------------------------- */

ul#primary-nav ul.unli li li a span,
ul#primary-nav ul.unli li a span,
ul#primary-nav .menuparent .unli .menuparent .unli li a span {
	display: block;
	padding-bottom: 7px;
	padding-top: 7px;
}

ul#primary-nav ul.unli li li a:hover span,
ul#primary-nav ul.unli li a:hover span,
ul#primary-nav .menuparent .unli .menuparent .unli li a:hover span {
	color: #fff;
}

#primary-nav {
	margin: 0px;
	padding: 0px;
}

#primary-nav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	width: 160px;
	text-shadow: none;
}

#primary-nav ul {
	position: absolute;
	z-index: 1001;
	top: 42px;
	display: none;
	padding: 0px;
	background-color: #ee322d;
	font-size: 13px;
	font-weight: 400;
}

#primary-nav ul ul {
	list-style: none;
	width: 160px;
	position: absolute;
	z-index: 1001;
	top: auto;
	display: none;
	margin-top: -34px;
	margin-left: 160px;
	background-color: transparent;
	padding: 0px 0px 0px 1px;
}

* html #primary-nav ul.unli {
	padding-top: 0px;
}

y-nav ul.unli ul {
	left: 100%;
	top: 3px;
}

* html #primary-nav ul.unli ul {
	margin-left: 0px;
}

#primary-nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#primary-nav li li {
	padding: 0px;
	float: none;
	position: relative;
	margin: 0px 0px 0px 0px;
}

/* Styling the basic appearance of the menu elements */

ul#primary-nav ul hr.menu_separator {
	position: relative;
	visibility: visible;
	display: block;
	width: 160px;
	height: 1px;
	margin: 5px;
	padding: 0em;
}

#primary-nav .separator, 
#primary-nav .separatorh {
	height: 9px;
	width: 160px;
	margin: 0px 0px -8px;
}

* html #primary-nav .separator {
	z-index: -1;
}

*:first-child+html #primary-nav .separator {
	z-index: -1;
}

#primary-nav ul.unli li a {
	color: #fff;
	display: block;
	height: auto;
}

* html #primary-nav ul.unli li a {
	color: #fff;
	display: block;
	height: auto;
}

#primary-nav li li a:hover {
	color: #000;
	display: block;
}

#primary-nav li li a:hover {
	width: 160px;
}

/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav ul.unli li.menuparenth, 
#primary-nav ul.unli a:hover, 
#primary-nav ul.unli a.menuactive {
	
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul.unli li .menuparent,
#primary-nav ul.unli li .menuparent:hover,
#primary-nav ul.unli li .menuparent,
#primary-nav .menuactive.menuparent .unli .menuactive.menuparent .menuactive.menuparent {
	
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul,
#primary-nav li.menuparenth ul ul ul {
	display: none;
}

#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav ul ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul,
#primary-nav ul ul ul li.menuparenth ul {
	display: block;
}

/* IE Hacks */

#primary-nav li li {
	float: left;
	clear: both;
	border: none;
}

#primary-nav li li a {
	height: 1%;
}


/*-------------------------------------------------------------------------------
  Services Nav
-------------------------------------------------------------------------------*/

#services {
	background-color: #404041;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	letter-spacing: 1.25px;
}

#services-nav {
	background: #e3e3e3 url(http://chapelprint.com/images/services-nav-bg.png) no-repeat center -7px;
}

#services-nav a {
	position: relative;
	display: block;
	height: 200px;
	text-align: center;
	text-transform: uppercase;
	color: #404041;
	font-weight: bold;
}

#services-nav a span {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100% !important;
}

#services-nav a.design {
	background: url(http://chapelprint.com//images/sprite.png) no-repeat center -220px;
}

#services-nav a:hover.design {
	color: #E93327;
}

#services-nav a.litho {
	background: url(http://chapelprint.com//images/sprite.png) no-repeat center -440px;
}

#services-nav a:hover.litho {
	color: #8BC541;
}

#services-nav a.digital {
	background: url(http://chapelprint.com//images/sprite.png) no-repeat center -660px;
}

#services-nav a:hover.digital {
	color: #FBAA1E;
}

#services-nav a.large {
	background: url(http://chapelprint.com//images/sprite.png) no-repeat center -880px;
}

#services-nav a:hover.large {
	color: #ED116F;
}

#services-nav a.finishing {
	background: url(http://chapelprint.com//images/sprite.png) no-repeat center -1100px;
}

#services-nav a:hover.finishing {
	color: #4893CF;
}

/*-------------------------------------------------------------------------------
  Content
-------------------------------------------------------------------------------*/

#content {
	background-color: #fff;
}

#content div.section.group {
	padding-top: 35px;
}

#content h1 {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 2.1em;
	line-height: 140%;
}

#content h2 {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 140%;
}

#content h3 {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 140%;
}

#content h4 {
	margin-bottom: 5px;
	font-size: 1.05em;
	line-height: 140%;
}

#content h5 {
	margin-bottom: 5px;
	line-height: 140%;
}

#content blockquote {
	margin-bottom: 10px;
	line-height: 140%;
	text-align: center;
	font-size: 1.8em;
	color: #9F9F9F;
	font-style: italic;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 0;
}

#content a {
	color: #4893CF;
}

#content a:hover {
	color: #ED116F;
}

#content p {
	margin-bottom: 20px;
	line-height: 140%;
}

#content div.col.span_3_of_4 ul, #content div.col.span_3_of_4 ol, #content div.col.span_1_of_4 ul, #content div.col.span_1_of_4 ol {
	margin: 10px;
	padding: 0px;
	list-style-position: outside;
}

#content div.col.span_3_of_4 ol li, #content div.col.span_1_of_4 ol li {
	margin-left: 16px;
}

#content div.col.span_3_of_4 ul li:before, #content div.col.span_1_of_4 ul li:before {
	content: ">";
	color: #ED116F;
	margin-right: 5px;
}

hr {
	border: none;
	border-top: 1px solid #ccc;	
}

/*-------------------------------------------------------------------------------
  Banners
-------------------------------------------------------------------------------*/

#banners {
	position: relative;
	height: 350px;
	overflow: hidden;
}

#banner, .banner {
	position: relative;
	height: 350px;
    background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

.bannertxt {
	position: absolute;
	top: 50px;
	color: #fff;
	font-size: 2em;
}

#content .bannertxt h2, #content .bannertxt h3, #content h4 {
	line-height: 120%;
}

.bannertxt a, .bannertxt a:hover {
	color: #fff;
}


.cycle-prev {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 500;
	height: 100%;
	width: 25%;
	cursor: pointer;
	background: url(http://chapelprint.com/images/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.cycle-next {
	position: absolute;
	top: 0px;	
	right: 0px;
	z-index: 500;
	height: 100%;
	width: 25%;
	cursor: pointer;
	background: url(http://chapelprint.com/images/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.cycle-prev:hover, .cycle-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.cycle-prev span, .cycle-next span {
	visibility: hidden;
}

/*-------------------------------------------------------------------------------
  Services sub nav
-------------------------------------------------------------------------------*/

#service-sub-nav div.col.span_1_of_5 {
	margin: 0 0 0 1.6%;
	min-height: 10px;
}

#service-sub-nav div.col.span_1_of_5:first-child { margin-left: 0; }

#content div#service-sub-nav div.section.group
{
  padding-top: 0px;
}

#sub-nav {
	background-color: #404041;
	min-height: 350px;
	padding: 0px;
	margin: 0px;
}

#sub-nav ul {
	padding-top: 25px;
}

#sub-nav ul li ul {
	padding-top: 0px;
}

#sub-nav li a {
	display: block;
	text-align: center;
	padding: 4px;
	margin: 0px;
	color: #fff;
}

#sub-nav li a:hover {
	color: #FBAA1E;
}

#sub-nav li a.menuactive {
	color: #FBAA1E;
}

#sub-nav li a:hover.menuactive {
	color: #FAE80C;
}

#sub-nav li li a {
	color: #FAE80C;
}

.toStart {
	position: absolute;
	bottom: 40px;
	width: 18.72%;
}

.toStart a {
	display: block;
	height: 100px;
	background: url(http://chapelprint.com/images/down.png) center center no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.toStart a span {
	visibility: hidden;
}

.toStart a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/*-------------------------------------------------------------------------------
  Deep Footer
-------------------------------------------------------------------------------*/

#deep-footer {
	background-color: #fff;
	text-transform: uppercase;
	padding: 10px 0 35px;
	font-weight: bold;
}

#deep-footer a {
	color: #404041;
}

#deep-footer a:hover {
	color: #8ac440;
}

/*-------------------------------------------------------------------------------
  Footer
-------------------------------------------------------------------------------*/

#footer {
	border-top: 1px solid #404041;
	padding: 15px 0;
	font-size: 0.85em;
	line-height: 130%;
}

#footer a {
	color: #404041;
}

#footer a:hover {
	color: #ed0c6e;
}

#footer p {
	padding-bottom: 5px;
}

#footer strong {
	text-transform: uppercase;
}

#footer ul {
	margin-bottom: 15px;
}

#footer li a {
	display: block;
	padding-bottom: 2px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

/*-------------------------------------------------------------------------------
  News
-------------------------------------------------------------------------------*/

.NewsSummary {
	padding-bottom:1.5em;
}

.news-img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.news-img-main {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}


.NewsSummary img {
	border: 1px solid #ccc;
}

.NewsSummaryPostdate, #NewsPostDetailDate {
	width: 85px;
	display: inline-block;
}

.newsfooter {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	font-size: 80%;
	clear:both;
	color: #9F9F9F;
	padding: 0 0 10px;
}

.newsfooter span {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

.NewsSummarySummary, .NewsSummaryContent {
	line-height:140%
}
.NewsSummaryMorelink {
	float: right;
}

span.NewsSummaryMorelink a, .NewsSummaryPrintlink a {
	transition: background-color 0.5s ease;
	color: #fff !important;
	text-decoration:none;
	background-color: #4893CF;
	padding: 5px 10px;
	display: inline-block;
	font-size: 130%;
}

span.NewsSummaryMorelink a:hover, .NewsSummaryPrintlink a:hover {
	color: #fff !important;
	background-color: #ED116F;
}
#NewsPostDetailReturnLink {
	float:right
}

#newslist ul {
	margin-bottom: 20px;
}

#newslist li {
	margin-bottom: 1px;
}

#newslist li a {
	display: block;
	padding: 5px 10px;
	background: #E3E3E3;
	color: #404041;
}

#side-bar p{
	clear: both;
}

/* Forms */

#Form fieldset {
	padding-top: 5px
}

#Form label {
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 10px
}

#Form input, #Form textarea {
	margin-top: 6px;
	float: left;
	width: 90%;
	clear: left;
}

#Form input, #Form textarea, select {
	padding: 10px;
	border: 1px solid #fff;
	margin-top: 6px;
	background-color: #EAEAEA;
	color: #808080;
}

#Form select {
	float: left;
	width: 90%;
	clear: left;
}

#Form input:hover, #Form textarea:hover {
	transition: all 0.5s ease;
	border: 1px solid #ED116F;
	color: #BA1E79;
}

#Form input:focus, #Form textarea:focus {
	border: 1px solid #8BC541;
	color: #0F6A39;
}

#Form input[type=submit] {
	font-size: 13px;
	display: inline-block;
	transition: all 0.5s ease;
	border: none;
	padding: 9px 10px;
	color: #fff !important;
	text-decoration:none;
	background-color: #4893CF;
	margin-top: 10px;
	cursor: pointer;
	font-weight: bold;
	width: auto;
}

#Form input[type=submit]:hover {
	color: #fff !important;
	background-color: #8BC541;
}

#Form input[type=checkbox] {
	width: 40px
}

#Form br {
	clear: both
}

.label {
	display: inline-block;
	width: 170px;
}

.error {
	color: #E42F25;
}

.sucess {
	color: #0F6A39;
}
/* Stylesheet: Default Modified On 2015-06-15 16:14:22 */
