/**
 * CSS
 * @author Darío Ruellan
 * @author Gustavo Salvini
 * @author Pablo Vallone
 * @copyright EcimTech & Sfida Studios 2013 / http://www.ecimtech.com - http://sfidastudios.com;
 */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, section-doble, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, section-doble {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Helpers */

div.clear {
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 0;
	margin-bottom: -1px;
}
div.clear.right {
	clear: right;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}

a {
	text-decoration: none;
	color: #F15F22;
}
	a:hover {
		text-decoration: none;
		color: #BA3A3E;
	}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.floatright {
	float: right;
}

/* MAIN ****/

body {
	background: #FFD900;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	margin: 20px 0 0 0;
}
.frame {
	position: relative;
	width: 968px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.frame.solid {
	background: #fbf365;
}

/* GCBA LOGOS */

.gcba_logos {
	position: relative;
	height: 90px;
	top: 10px;
	z-index: 99;
}
.gcba_logos a.ciudad-left {
	position: absolute;
	left: 0;
}

.gcba_logos .festivales {
	position:absolute;
	right: 80px;
	top:  -30px;
	z-index: 99;
}

.gcba_logos .agendacultural {
	position: absolute;
	right: -40px;
	top: 10px;
	z-index: 99;
}

.gcba_logos a.ciudad-right {
	position: absolute;
	right: 0;
	top: 12px;
}
.gcba_logos a.ministerio {
	position: absolute;
	left: 0;
}


/* HEADER ****/

#header {
	position: relative;
	width: 968px;
	height: 152px;
	z-index: 10;
	padding: 0;
	background: url(../images/header_background.png) no-repeat 0 0;
}
#header.morning {
	background: url(../images/header_amanecer.png) no-repeat 0 0;
}
#header.midday {
	background: url(../images/header_dia.png) no-repeat 0 0;
}
#header.dawn {
	background: url(../images/header_anochecer.png) no-repeat 0 0;
}
#header.night {
	background: url(../images/header_noche.png) no-repeat 0 0;
}

#headerlogo {
	position: absolute;
	top: -14px;
	left: -16px;
	z-index: 50;
}

/* network */

#network {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 254px;
	height: 34px;
	padding: 6px;
	text-align: right;
	background: #FBB055;
	z-index: 30;
}
.csstransforms #network {
	-moz-transform: skew(10deg, -9deg) translate3d( 0, 0, 0);
	-webkit-transform: skew(10deg, -9deg);
	transform: skew(10deg, -9deg);
	bottom: -22px;
	left: -4px;
}
#header a.network {
	position: absolute;
	bottom: 0;
	color: #F15F22;
	font-size: 2.5em;
	-moz-transition-duration: 0.3s;
	-moz-transition-property: background-color, color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-duration: 0.3s;
	transition-property: background-color, color;
	z-index: 60;
}
	#header a.network:hover {
		color: #5BB1E3;
	}
#header a.icon-facebook-sign {
	left: 190px;
}
#header a.icon-twitter-sign {
	left: 230px;
}
.csstransforms #header a.network {
	-moz-transform: skew(10deg, -9deg)  translate3d( 0, 0, 0);
	-webkit-transform: skew(10deg, -9deg);
	transform: skew(10deg, -9deg);
}
.csstransforms #header a.icon-facebook-sign {
	left: 180px;
	bottom: -10px;
}
.csstransforms #header a.icon-twitter-sign {
	left: 220px;
	bottom: -4px;
}

#header-badge {
	position: absolute;
	top: 15px;
	right: 10px;
}


/* Balloons */

#balloons-wrapper {
	position: absolute;
	bottom: 22px;
	top: 0;
	left: 265px;
	width: 700px;
	z-index: 100;
}
#balloons-wrapper img {
	position: absolute;
	bottom: 0;
	display: none;
}
#balloons-wrapper .festival-tuyo {
	right: 180px;
	bottom: 10px;
}
#balloons-wrapper .indice {
	left: 180px;
	bottom: 10px;
}
#balloons-wrapper .bienvenidos {
	left: 60px;
	bottom: 10px;
}


/* Navigation */

#header-nav ul {
	position: absolute;
	left: 266px;
	bottom: 0;
	width: 702px;
	height: 46px;
	background: #FBB055;
	z-index: 90;
}
#header-nav li {
	float: left;
	position: relative;
	height: 50px;
	width: 140px;
	margin: 0;
	padding: 0;
}

#header-nav li.last {
	width: 142px;
}


#header-nav li a {
	display: block;
	text-align: center;
	color: #F15F22;
	text-transform: uppercase;
	font-size: .95em;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 16px;
	line-height: 110%;
	-moz-transition-duration: 0.3s;
	-moz-transition-property: background-color, color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-duration: 0.3s;
	transition-property: background-color, color;
}
#header-nav li.doubleline a {
	padding-top: 10px;
	padding-bottom: 8px;
}
#header-nav li.dropdown a .icon-chevron-down {
	padding-left: 4px;
}
#header-nav li:hover a {
	color: #FFFFFF;
	background: #5BB1E3;
}
#header-nav li:hover > ul {
	display: block;
}

/* Submenu */

#header-nav li ul {
	position: absolute;
	display: none;
	z-index: 80;
	margin: 0;
	left: 0;
	top: 50px;
	width: 100%;
	overflow: visible;
	padding: 0;
	font-size: .9em;
	border: none;
}
#header-nav li li {
	padding: 0;
	width: 100%;
	height: auto;
	overflow: visible;
}
#header-nav li li a {
	position: relative;
	display: block;
	height: auto;
	width: 100%;
	text-transform: uppercase;
	padding: 0 !important;
	color: white;
	-moz-transition-duration: 0.3s;
	-moz-transition-property: background-color, color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-duration: 0.3s;
	transition-property: background-color, color;
}
#header-nav li.dropdown li a span {
	display: block;
	margin: 0;
	padding: 12px 4px 12px 4px;
	text-align: center;
}
	#header li.dropdown li a:hover {
		color: white !important;
		background: #F15F22 !important;
	}

/* FOOTER ***/

#nav-footer {
	padding: 15px 18px;
	width: 932px;
	height: 12px;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
	margin: 0;
	background: #333333;
}
#nav-footer a {
	color: white;
	-moz-transition-duration: 0.3s;
	-moz-transition-property: background-color, color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: background-color, color;
	transition-duration: 0.3s;
	transition-property: background-color, color;
}
#nav-footer a:hover {
	color: #FFCB46;
}

#stripes {
	position: absolute;
	bottom: 0;
	left: 310px;
}
#stripes em {
	position: relative;
	display: inline-block;
	background: white;
	width: 40px;
	height: 38px;
	margin-right: 35px;
}
.csstransforms #stripes em {
	-moz-transform: skew(-78deg, 0);
	-webkit-transform: skew(-78deg, 0);
	transform: skew(-78deg, 0);
}

#footer {
	position: relative;
	height: 50px;
}
#footer .vcard {
	position: absolute;
    font-size: 10pt;
    font-weight: bold;
	left: 24px;
	bottom: 7px;
}
#footer .vcard .icon {
	font-size: 1.3em;
}
#footer .vcard .email {
    display: inline-block;
	padding-right: 18px;
	padding-top: 12px;
    height: 20px;
}
#footer .vcard .phone {
	display: inline-block;
	padding-top: 12px;
    height: 20px;
}
#footer .gcba-logo {
	position: absolute;
	right: 24px;
	bottom: 7px;
}

/* MAIN ****/

#main {
	position: relative;
	width: 960px;
	padding: 0;
	border: 0;
	z-index: 1;
}

/* ASIDE ****/

#aside {
	position: absolute;
	width:  262px;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 90;
}


/* Aside Nav */
#aside-nav {
	position: absolute;
	width: 262px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	top: 0;
	left: 0;
	bottom: 42px;
	background: #F15F22;
	border: 4px solid #FBB055;
	-webkit-font-smoothing: antialiased;
}
.csstransforms #aside-nav {
	-webkit-transform: skew(0deg, -9deg) translate3d( 0, 0, 0);
	-moz-transform: skew(0deg, -9deg);
	transform: skew(0deg, -9deg);
	top: 21px;
	bottom: 21px;
}
#aside-nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 20;
	clear: left;
}

#aside-nav li {
	display: block;
	margin: 8px 8px 0 8px;
	padding: 0;
	text-align: center;
	background: #F58020;
}
#aside-nav li a,
#aside-nav li span {
	display: block;
	padding: 8px;
	color: #FFF;
	font-size: .9em;
}
	#aside-nav li a:hover {
		color: #FFCB46;
	}

/* Submenu */
#aside-nav li ul {
	padding: 0;
}

#aside-nav li li {
	padding: 0;
	font-size: .9em;
	margin: 0;
	border: 0;
	display: none;
}
#aside-nav li li a {
	display: block;
	margin: 0;
	padding: 0 6px 6px 6px;
}


/* Schedule */

#aside-nav ul.schedule {
	margin: 8px 0 0 8px;
}
#aside-nav ul.schedule li {
	position: relative;
	float: left;
	margin: 0;
	width: 123px;
	height: 136px;
	background: none;
	display: none;
}
#aside-nav ul.schedule li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 123px;
	height: 136px;
	font-size: .8em;
	padding: 0;
	z-index: 20;
	transition: margin-top .3s;
}
	#aside-nav ul.schedule li a:hover {
		margin-top: -4px;
	}
#aside-nav ul.schedule li.darktext a {
	color: #000000;
}
	#aside-nav ul.schedule li.darktext a:hover {
		color: #866;
	}
#aside-nav ul.schedule li a img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 18;
}
#aside-nav ul.schedule li a em {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	padding: 12px;
	text-align: center;
	z-index: 22;
}
#aside-nav ul.schedule li ul {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
/*	padding: 20px 8px 0 8px; */
	padding: 5px 8px 0 8px;
	z-index: 15;
}

#aside-nav ul.schedule li ul.letras {
	padding-top: 20px;
}

#aside-nav ul.schedule li ul.moda {
	padding-top: 20px;
}

#aside-nav ul.schedule li li {
	position: relative;
	float: none;
	height: auto;
	width: 116px;
	display: block;
	font-size: .9em;
	margin: 0;
	border: 0;
	text-align: left
}
#aside-nav ul.schedule li li a {
	position: relative;
	height: auto;
	width: auto;
	display: block;
	margin: 0;
	padding: 0 4px 3px 28px;
	transition: margin-left .3s;
}
	#aside-nav ul.schedule li li a:hover {
		margin: 0 0 0 8px;
	}

#aside-nav ul.schedule li.inverted a em  {
	top: auto;
	bottom: 0;
}

/* Sections */

#aside-nav ul.sections li {
	float: left;
	width: 119px;
	margin-right: 0;
	font-size: .9em;
}

#aside-nav ul.sections.double li {
	float: left;
	width: 246px;
	margin-right: 0;
}

#footer-door {
	position: absolute;
	bottom: 0;
	left: 60px;
	right: 60px;
	height: 100px;
	border: 4px solid #FBB055;
	border-bottom: 0;
}

/* Logos */

#aside-nav ul.logo li {
	border: 0;
	margin-right: 0;
	margin-top: 20px;
	background: none;
}
#aside-nav ul.logo li a {
	padding: 0;
}

#aside-nav ul.half-logo li {
	float: left;
	width: 119px;
	border: 0;
	margin-right: 0;
	margin-top: 20px;
	background: none;
}
#aside-nav ul.half-logo li a {
	padding: 0;
}


/* TEXTAREA ****/

#textarea {
	position: relative;
	top: 0;
	left: 0;
	width: 658px;
	min-height: 1080px;
	padding: 18px 18px 18px 18px;
	text-align: left;
	margin-left: 266px;
	background: #ffffff;
	border: 4px solid #FBB055;
}
	#textarea a:hover {
		color: #BA3A3E;
	}
#textarea h1 {
	position: relative;
	margin-left: -18px;
	margin-top: -18px;
	margin-bottom: 18px;
	width: 658px;
	font-size: 1.3em;
	text-transform: uppercase;
	color: white;
	padding: 16px 18px 13px 18px;
	font-weight: bold;
	background: #F58020;
	border-bottom: 4px solid #FBB055;
}
#textarea ul.navmenu {
	margin: 0;
	padding: 0;
	float: right;
}
#textarea ul.navmenu li {
	float: right;
	padding: 0 12px 0 16px;
	background-image: url(../images/icn_dot.png);
	font-size: 0.8em;
}
#textarea ul.navmenu a {
	color: white;
}
#textarea ul.navmenu li.ticket {
	padding: 6px 2px 6px 28px;
	background-image: url(../images/icn_cart.png);
}

#textarea h2 {
	font-size: 1.1em;
	color: #F15F22;
	margin-top: 20px;
	margin-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#textarea h3 {
	font-size: 1em;
	color: #B8292F;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#textarea h3.solid {
	padding: 6px 0;
	margin-top: 18px;
	margin-bottom: 12px;
	border-bottom: 3px solid #B8292F;
	color: #B8292F;
}

#textarea h4 {
	font-weight: bold;
	margin: 0 0 8px 0;
	color: black;
	text-transform: uppercase;
}
#textarea h4.solid {
	margin-top: 30px;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 0;
	background: url(../images/icn_dot.gif) no-repeat 0 3px;
	text-transform: uppercase;
}
#textarea h5 {
	font-weight: bold;
	margin-bottom: 8px;
}
#textarea p {
	margin: 0 0 8px 0;
	line-height: 135%;
	font-size: .9em;
	text-align: justify;
}
#textarea p.center {
	text-align: center;
}
#textarea .alert {
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	color: white;
	padding: 16px 0 16px 0;
	background: #F15F22;
	font-weight: bold;
}
#textarea b,
#textarea strong {
	font-weight: bold;
}
#textarea em {
	font-weight: bold;
}
#textarea ul {
	font-size: .9em;
	margin: 18px 30px 18px 20px;
}
#textarea ul li,
#textarea li ul li,
#textarea li ol li ul li {
	background: url(../images/icn_dot.gif) no-repeat 0 2px;
	text-align: justify;
	padding: 0 0 6px 20px;
	list-style: none;
}
#textarea ol {
	margin: 18px 30px 18px 40px;
	list-style-type: decimal;
}
#textarea ol li {
	text-align: justify;
	padding: 0 0 6px 0;
}
#textarea ol li ol {
	list-style-type: lower-alpha;
}

#textarea blockquote {
	margin: 25px 30px 25px 30px;
	color: #737578;
	border: 2px #737578 solid;
	padding: 6px 15px 6px 15px;
	line-height: 135%;
}
#textarea address {
	font-size: .9em;
	border: #737578 2px solid;
	border-left: #737578 8px solid;
	padding: 20px 20px 20px 28px;
	text-align: left;
	margin: 30px 100px 30px 30px;
	line-height: 135%;
}

/* Tabs ul */

#textarea .tabs ul {
    background: none;
    border-bottom: 1px solid black;
    display: block;
    height: 30px;
    margin: 0 0 16px;
    width: 100%;
}
#textarea .tabs ul li {
    float: left;
    height: 30px;
    list-style: none;
    padding: 0 20px 0 18px;
    background: none;
}
#textarea .tabs ul li a,
#textarea .tabs ul li span {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin: 7px 0 0;
    text-transform: uppercase;
}
#textarea .tabs ul li.double a {
    margin-top: 11px;
}
#textarea .tabs ul li.selected {
    background: white;
    border-color: black black white;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 32px;
    margin-top: -5px;
    padding-top: 2px;
}
#textarea .tabs ul li.selected a {
    color: black;
}


/* GRAPHIC HELPERS */

#textarea .signature {
	text-align: right;
	font-style: italic;
	margin: 30px 0 20px 0;
}

#textarea .box {
	font-weight: bold;
	padding: 20px;
	margin: 30px;
	background: white;
}
#textarea .box address {
	text-align: center;
}
#textarea .box h4 {
	font-size: 1.2em;
	color: white;
}
#textarea .notice {
	font-weight: bold;
	padding: 20px;
	margin: 30px;
	background: #B8292F;
	color: white;
	text-align: center;
}
#textarea .notice a {
	color: white;
}
#textarea a.button {
	border: 2px solid #5F5F5F;
	background-color: #5F5F5F;
	padding: 6px 10px 5px 10px;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	color: white;
}
	#textarea a.button:hover {
		border-color: black;
		color: white;
	}
#textarea .spinner {
	position: absolute;
	background: url(../images/icn_loading_white.gif) no-repeat;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 4px;
}


/* LINKS */

#textarea .more {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
}

#textarea .moremore {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
}

#textarea .dot {
	padding-left: 18px;
	background: url(../images/icn_dot.gif) no-repeat 2px 4px;
}

#textarea .mail {
	background: url(../images/icn_mail.gif) no-repeat 1px 4px;
	padding-left: 18px;
	font-weight: bold;
	color: #838E92;
}
	a.link:hover {
		padding-right: 20px;
		background: url(../images/icn_link@.gif) no-repeat right;
	}
#textarea .zoom {
	padding-left: 16px;
	padding-bottom: 1px;
	padding-top: 1px;
	background: url(../images/icn_expand.gif) no-repeat 1px 3px;
	font-weight: bold;
}
#textarea .zoom:hover {
	background-image: url(../images/icn_expand@.gif);
}
#textarea .info {
	padding-left: 16px;
	padding-bottom: 1px;
	padding-top: 1px;
	background: url(../images/icn_info.gif) no-repeat 0 3px;
	font-weight: bold;
}
	#textarea .info:hover {
		background-image: url(../images/icn_info@.gif);
	}
#textarea .gallery {
	padding-left: 16px;
	padding-bottom: 1px;
	padding-top: 1px;
	background: url(../images/icn_gallery.gif) no-repeat 0 3px;
	font-weight: bold;
}
	#textarea .gallery:hover {
		background-image: url(../images/icn_gallery@.gif);
	}
#textarea .slideshow {
	padding-left: 17px;
	padding-bottom: 1px;
	padding-top: 1px;
	background: url(../images/icn_film.gif) no-repeat 0 3px;
	font-weight: bold;
}
	#textarea .slideshow:hover {
		background-image: url(../images/icn_film@.gif);
	}
#textarea .noinfo {
	padding-bottom: 1px;
	padding-top: 1px;
	font-weight: bold;
	color: #838E92;
	text-transform: uppercase;
	padding-left: 0;
}
#textarea .pdf {
	padding-left: 17px;
	padding-bottom: 1px;
	padding-top: 1px;
	background: url(../images/icn_pdf.gif) no-repeat 0 -3px;
}
#textarea .photo img {
	outline: 4px solid #FBB055;
}

/* BLOCKS ***/

#textarea .block {
	float: left;
	width: 318px;
	margin: 0 0 20px 0;
}
#textarea .block.first {
	clear: left;
	margin-right: 20px;
}
#textarea .block p {
	font-size: .8em;
	text-align: left;
}
#textarea .block h5 {
	color: #838E92;
	padding: 2px 0 0 18px;
	background: url(../images/icn_dot.gif) no-repeat 2px 4px;
	font-weight: bold;
}

#textarea .block .links {
	clear: both;
}

/* Titles */
#textarea .block .titlearea {
	position: relative;
	padding: 0;
	margin: 0 0 9px 0;
	height: 72px;
}
#textarea .block .titlearea h3 {
	position: absolute;
	left: 120px;
	bottom: 0;
	margin-bottom: 2px;
	display: block;
	font-size: .95em;
	text-transform: uppercase;
	font-weight: bold;
}
#textarea .block .titlearea h3 .date {
	display: block;
	color: #838E92;
	font-size: 0.8em;
	margin-right: 8px;
	margin-top: .1em;
	margin-bottom: .3em;
	text-transform: lowercase;
	font-weight: normal;
}
#textarea .block .titlearea .photo,
#textarea .block .titlearea .video {
	display: block;
	overflow: hidden;
	width: 112px;
	height:72px;
	margin-right: 8px;
	margin-bottom: 8px;
}
#textarea .block .titlearea .photo img {
	width: 112px;
}


/* PAGINACION */

#textarea .pagination {
	clear: both;
	padding-top: 18px;
}
#textarea .pagination a {
	float: left;
	margin-right: 4px;
	background-color: #5F5F5F;
	color: white;
	font-weight: bold;
	padding: 6px 10px 5px 10px;
	font-size: 0.9em;
}
	#textarea .pagination a:hover {
		background-color: #5F5F5F;
	}

/* FORMS ****/

form label {
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 20px;
	margin-top: 3px;
}
form label span {
	display: inline !important;
	color:#838E92;
	font-size: 0.8em;
}
form input {
	width: 320px;
	border: 2px solid #838E92;
	color: #3C3D3E;
	padding: 2px;
}
form input[type=checkbox],
form input[type=radio]
{
	width: auto;
}
form textarea {
	width: 320px;
	border: 2px solid #838E92;
	color: #3C3D3E;
	padding: 2px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
form select {
	width: 320px;
	border: 2px solid #838E92;
	color: #3C3D3E;
	padding: 2px;
}
form h3 {
	display: block;
	padding-top: 20px;
/*	padding-right: 400px;*/
}
form p {
	clear: left;
	padding: 5px;
	margin-bottom: 1px;
	min-height: 23px;
}
form p.even {
	background-color: #F6F6F6;
}
form p span {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
form div.submit {
	border-top: #5F5F5F 2px solid;
	padding: 8px;
	margin-top: 30px;
	background-color: #E5E5E5;
}
form .error {
	border-color: #5F5F5F;
}
form span.error {
	display: block;
	margin-left: 220px;
	color: #5F5F5F;
	font-style: italic;
}
form #form_message {
	margin: 20px;
	padding: 12px;
	background: #5F5F5F;
	color: white;
	display: none;
}
form .message {
	margin: 20px;
	padding: 12px;
	border: 2px solid #5F5F5F;
	background-color: #E5E5E5;
	font-weight: bold;
}
form .comment {
	display: block;
	font-size: 0.8em;
	margin-left: 220px;
}