@charset "UTF-8";

@import url('reset.css');
@import url('grid.css');
/*@import url('http://fonts.googleapis.com/css?family=Nobile&subset=latin');*/

html
{
	height: 100%;
}

body
{
	background: #000;
	margin: 0;
	padding: 0;
	color: #f9f9f4;
	font: 12px/20px normal /*'Nobile', */Arial, Helvetica, sans-serif;
}

body#commentform { background: #fff; }

#wrapper
{
	float: left;
	background: url( '../img/noise_basic.png' ) 0 0 repeat;
	margin: 0 auto;
	height:100% !important;
	width: 100% !important;
	min-height: 810px !important;
}

#wrapper-inner
{
	margin: 0 auto;
	width: 874px;
	min-height: 650px;
}

#wrapper *
{
	z-index: 2;
}

#noise
{
	float: left;
	z-index: 1;
	width: 100% !important;
}

#wrapper-shade
{
	clear: both;
	float: left;
	width: 100%;
	height: 585px;
	z-index: 1;
	margin-top: -585px;
	background: url( '../img/bottom_custom_shade.png' ) no-repeat transparent bottom center;
}

#wrapper-gradient
{
	clear: both;
	float: left;
	width: 100%;
	height: 468px;
	z-index: 1;
	margin-top: -468px;
	background: url( '../img/bottom_gradient_stripe.png' ) repeat-x transparent bottom left;
}

#container-wrapper
{
	z-index:2;
	position: relative;
	float: left;
	clear: both;
	width: 874px;
	margin: 0 auto;
	/* Fallback for web browsers that doesn't support RGBa */
	background: transparent rgb(0, 0, 0);
	/* RGBa with 0.5 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000)";
}

#container
{
	padding-top: 10px;
}

#header
{
	float: left;
	clear: both;
	position: relative;
	background: url( '../img/tintable_light_layer.png' ) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 874px;
	height: 235px;
	margin-bottom: -135px;
	z-index: 1;
}

#lightlayer
{
	float: left;
	position: relative;
	z-index: 0;
	width: 874px;
	height: 235px;
	margin-top: -79px;
}

#footer
{
	float: left;
	clear: both;
	width: 854px;
	padding: 0 10px;
	margin: 20px auto 40px auto;
	color: #fff;
	position: relative;
}

#logo
{
	float: left;
	margin: 22px 0 0 0;
	width: 57px;
	height: 57px;
}

#logo img
{
	z-index: 2;
	position: relative;
}

#logoshadow
{
	width: 57px;
	height: 57px;
	margin: 0 0 -57px 0;
	display: block;
	z-index: 0;
	position: relative;
	float: left;
	background: #000;
	-moz-box-shadow: 0px 5px 4px rgba( 0, 0, 0, 0.1 );
	-webkit-box-shadow: 0px 5px 4px rgba( 0, 0, 0, 0.1 );
	box-shadow: 0px 5px 4px rgba( 0, 0, 0, 0.1 );
	-ms-filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=5,MakeShadow=true,ShadowOpacity=0.1);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=5,MakeShadow=true,ShadowOpacity=0.1);
}

#navigation
{
	position: relative;
	margin:  22px 0 0 13px;
	float: left;
	width: 779px;
	height: 57px;
	padding-left: 25px;
	
	/* Fallback for web browsers that doesn't support RGBa */
	background-color: transparent rgb(0, 0, 0);
	/* RGBa with 0.5 opacity */
	background-color: rgba(0, 0, 0, 0.5) !important;
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000)";
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000);
}

#navigation ul { float: left; }

#navigation li
{
	line-height: 57px;
	float: left;
}

#navigation li a
{
	color: #fff;
	margin-top: 17px;
	margin-right: 27px;
	display: block;
}

#navigation li.nav_news a
{
	background: url( '../img/nav_news.png' ) 0 0 no-repeat;
	width: 70px;
	height: 24px;
}

#navigation li.nav_clients a
{
	background: url( '../img/nav_clients.png' ) 0 0 no-repeat;
	width: 92px;
	height: 24px;
}

#navigation li.nav_work a
{
	background: url( '../img/nav_work.png' ) 0 0 no-repeat;
	width: 43px;
	height: 24px;
}

#navigation li.nav_classics a
{
	background: url( '../img/nav_classics.png' ) 0 0 no-repeat;
	width: 92px;
	height: 24px;
}

#navigation li.nav_people a
{
	background: url( '../img/nav_people.png' ) 0 0 no-repeat;
	width: 71px;
	height: 24px;
}

#navigation li.nav_dynamo a
{
	background: url( '../img/nav_dynamo.png' ) 0 0 no-repeat;
	width: 71px;
	height: 24px;
}

#navigation li.nav_blog a
{
	background: url( '../img/nav_blog.png' ) 0 0 no-repeat;
	width: 51px;
	height: 24px;
}

#navigation li > a:hover, #navigation li.active > a
{
	background-position: 0 -24px;
}

a#nav_inenglish
{
	background: url( '../img/nav_in-english.png' ) 0 0 no-repeat;
	width: 65px;
	height: 15px;
	margin: 23px 20px 0 0;
	display: block;
	float: right;
}

a#nav_inenglish.active
{
	background-position: 0 -15px;
}

a#nav_inenglish:hover
{
	background-position: 0 -15px;
}

#breadcrumb
{
	position: relative;
	float: left;
	clear: both;
	margin: 0 auto 10px auto;
	width: 850px;
	height: 33px;
	line-height: 33px;
	padding: 0 12px;
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: transparent rgb(0, 0, 0);
	/* RGBa with 0.5 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000)";
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000);
}

#breadcrumb li
{
	float: left;
	margin-right: 6px;
	text-transform: uppercase;
}

#categoryselector
{
	float: left;
	clear: both;
	margin: 0 auto 10px auto;
	width: 850px;
	min-height: 53px;
	padding: 0 12px;
	position: relative;
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: transparent rgb(0, 0, 0);
	/* RGBa with 0.5 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000)";
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000);
}

.tr
{
	display: none;
}


/* Typo
----------------------------------------------------------------------------------------------------*/

@font-face {
	font-family: 'TradeGothicBold';
	src: url('../type/tradegotbol-webfont.eot');
	src: local('☺'), url('../type/tradegotbol-webfont.woff') format('woff'), url('../type/tradegotbol-webfont.ttf') format('truetype'), url('../type/tradegotbol-webfont.svg#webfontrDDvXihf') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TradeGothicBoldCondTwenty';
	src: url('../type/tradegotbolcontwe-webfont.eot');
	src: local('☺'), url('../type/tradegotbolcontwe-webfont.woff') format('woff'), url('../type/tradegotbolcontwe-webfont.ttf') format('truetype'), url('../type/tradegotbolcontwe-webfont.svg#webfont09vXbSdO') format('svg');
	font-weight: normal;
	font-style: normal;
}

h3
{
	font-family: 'TradeGothicBold';
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size-adjust: 0.54;
	margin-bottom: .5em;
	line-height: 28px;
}

h3.nomargin
{
	margin-bottom: 0;
}

.comments
{
	margin-top: 20px;
}

.comments h4
{
	font-family: 'TradeGothicBold';
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size-adjust: 0.54;
	margin-bottom: .5em;
	line-height: 28px;
}

.single-comment p
{
	font-style: oblique;
}

.single-comment
{
	margin-bottom: 1em;
}

.alt_content h4, .alt_content_people h4
{
	font-family: 'TradeGothicBold';
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 100;
	font-style: normal;
	font-size-adjust: 0.54;
	margin-bottom: .2em;
	line-height: 1em;
}

.alt_content_people h4
{
	color: #ff8400;
	letter-spacing: 0.05em;
	line-height:26px;
	margin-bottom: .75em;
	font-weight: 100;
	font-style: normal;
	word-wrap: break-word;
	overflow: hidden;
}

.alt_content_people h4 .jobtitle
{
	text-transform: none;
}

.alt_content h5, .alt_content a, .alt_content_people h5, .alt_content_people li, #breadcrumb li, .categorycblabel, #categorysubmit, #categoryadvanced, #colorclear, #clientclear, 
#fieldsetclients ul li a, h6
{
	font-family: 'TradeGothicBold';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	font-size-adjust: 0.54;
}

#fieldsetclients ul li a
{
	color: #666565;
}

#fieldsetclients ul li a:hover
{
	color: #fff;
}

#fieldsetclients ul li.selected a
{
	color: #ff8400;
}

.alt_content_people h5, .alt_content_people li
{
	font-size: 16px;
	text-transform: none;
	line-height: 23px;
}

li.peoplephone
{
	padding-left: 28px;
	background: url('../img/icon_phone.png') 0 70% no-repeat;
}

li.peopleemail
{
	padding-left: 28px;
	background: url('../img/icon_email.png') 0 60% no-repeat;
}

#fieldsetcolor h3
{
	float:left;
	margin-right: 11px;
	font-family: 'TradeGothicBold';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	font-size-adjust: 0.54;
	line-height: 17px;
}

#fieldsetclients h3
{
	float:left;
	margin-right: 11px;
	font-family: 'TradeGothicBold';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	font-size-adjust: 0.54;
	line-height: 17px;
}

.alt_content h5
{
	margin-bottom: 17px;
}

.alt_content a
{
	text-decoration: none;
	color: #ff8400;
}

a, #categorysubmit, #colorclear, #clientclear
{
	color: #ff8400;
	text-decoration: none;
	cursor: pointer;
}

a:hover, #categorysubmit:hover, #colorclear:hover, #clientclear:hover, #categoryadvanced a
{
	color: #fff;
}

.alt_content_people a
{
	color: #fff;
}

.block-text a
{
	font-weight: bold;
}
.block-text a:hover
{
	color: #000 !important;
}

#categoryadvanced a:hover, #categoryadvanced:hover a
{
	color: #ff8400;
}

address
{
	font-family: 'TradeGothicBoldCondTwenty';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 17px;
	font-size-adjust: 0.54;
}

.footer-left #registry-info
{
	font-family: 'TradeGothicBoldCondTwenty';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 17px;
	font-size-adjust: 0.54;
	margin: 1em 0;
	float: left;
}

.post-date, .author_name
{

	font-family: 'TradeGothicBold';
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #343434;
	font-size-adjust: 0.54;
}

.author_name
{
	font-size: 14px;
	margin-top: .5em;
	line-height: 14px;
}

.post-date
{
	margin-top: -1em;
	margin-bottom: 1em;
}

.author_name .post-date
{
	margin-top: 0;
}

/* Component blocks
----------------------------------------------------------------------------------------------------*/

.block-text
{
	float: left;
	padding: 30px;
	background: #f9f9f4;
}

.cols_1 .block-text
{
	width: 362px;
	min-height: 190px;
}

.cols_2 h3
{
	font-size: 28px;
	color: #343434;
}

.cols_1 h3
{
	color: #343434;
}
/*
.block-text textbody
{
	float: left;
	width: auto;
}
*/
.cols_2 .block-text
{
	width: 792px;
}
/*
.block-text img
{
	margin: 0 -30px 1em 1em;
	float: right;
}
*/
.block-text img
{
	clear: both;
	margin: 1em 0;
}

.block-text .author
{
	margin: 0 0 1em 0;
	float: left;
}
.block-text img.author_img
{
	margin: 0 10px 0 0;
	float: left;
}

.block-text .author_name
{
	float: left;
}

.cols_1
{
	height: 250px;
	overflow: hidden;
	color: #000;
	position: relative;
}

.cols_2
{
	color: #000;
	position: relative;
}

.alt_content
{
	
	position: relative;
	float: left;
	width: 396px;
	height: auto;
	padding: 20px 13px 15px 13px;
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: transparent rgb(0, 0, 0);
	/* RGBa with 0.5 opacity */
	background: rgba(0, 0, 0, .85);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
}

.cols_2 .alt_content
{
	position: absolute;
	float: left;
	width: 828px;
	height: auto;
	padding: 20px 13px 15px 13px;
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: transparent rgb(0, 0, 0);
	/* RGBa with 0.5 opacity */
	background: rgba(0, 0, 0, .85);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
}

.cols_2.flashvid
{
	width: 854px;
	height: 480px;
	overflow: hidden;
}

.cols_1 .sound_img
{
	position: relative;
	float: left;
	z-index: 0;
	width: 422px;
	height: 250px;
	background: #fff;
}

.cols_1 .sound_swf
{
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 1;
}

.alt_content_people
{
	float:left;
	width: 332px;
	height: 150px;
	width: 422px;
	padding: 53px 45px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: block;
	/*margin-top: -255px;*/
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.5 opacity */
	background: rgba(0, 0, 0, 0.8);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
}

.alt_content_people img
{
	z-index: 0;
	position: relative;
}

.some
{
	clear: both;
	float: left;
	display: block;
	width: 795px;
	margin-top: 20px;
	padding-top: 10px;
	bottom: 0px;
	text-align: right;
}

.block-text .some
{
	position: relative;
	margin-top: 0;
	margin-right: -3px;
	padding-top: 10px;
	height: 20px;
}

.some img
{
	margin: 0;
	float: none;
}

#breadcrumb .some
{
	clear:none;
	width: auto;
	float:right;
	position: relative;
	margin: -3px -5px 0 0;
	height: 24px;
	display: inline;
}


#footer .footer-left/*address*/
{
	float: left;
}

#findus
{
	float: right;
}

#findus-content
{
	position: absolute;
	right: 10px;
	bottom: 0;
}

.up #findus-content
{
	bottom: 3em;
}

#findus h6
{
	float: left;
	margin: 7px 4px 0 0;
}

#findus ul
{
	float: left;
}

#findus ul li
{
	display: inline;
	float: left;
	margin-left: 4px;
}

#findus ul li a
{
	display: block;
	width: 23px;
	height: 24px;
}

#findus ul li.icon_youtube
{
	width: 23px;
	height: 24px;
	display: block;
	background: url('../img/icon_youtube.png') 0 0 no-repeat;
}

#findus ul li.icon_twitter
{
	width: 23px;
	height: 24px;
	display: block;
	background: url('../img/icon_twitter.png') 0 0 no-repeat;
}

#findus ul li.icon_fb
{
	width: 23px;
	height: 24px;
	display: block;
	background: url('../img/icon_fb.png') 0 0 no-repeat;
}

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


#categoryaction
{
	position: relative;
}

#categoryaction li
{
	display: inline;
}

#categoryform
{
	width: 850px;
	float: left;
}

#categoryform fieldset
{
	float: left;
	border: 0;
	line-height: 53px;
}

#categoryform #categoryselect
{
	z-index: 100;
	position: relative;
	width: 590px;
	line-height: 53px;
}

#categorysubmit
{
	float: right;
	width: 88px;
	height: 28px;
	margin: 13px 0 0 0;
	background: url('../img/btn_submit.png') 0 0 no-repeat;
}

.categorycb, .categoryrb
{
	/*display: none;*/
	position: absolute;
	overflow: hidden;
	left: -9999px;
}

.categorycblabel
{
	background: url( "../img/checkbox.png" ) 0 50% no-repeat;
	padding-left: 20px;
	height: 17px;
	margin-right: 15px;
	cursor: pointer;
}

.categorycblabel.selected
{
	background: url( "../img/checkbox-checked.png" ) 0 50% no-repeat;
}

#categoryrblabel1
{
	float: left;
	background: url( "../img/color_red.jpg" ) 0 0 no-repeat;
	width: 21px;
	height: 11px;
	display: block;
	cursor: pointer;
}

#categoryrblabel2
{
	float: left;
	background: url( "../img/color_blue.jpg" ) 0 0 no-repeat;
	width: 21px;
	height: 11px;
	display: block;
	cursor: pointer;
}

#categoryrblabel3
{
	float: left;
	background: url( "../img/color_green.jpg" ) 0 0 no-repeat;
	width: 21px;
	height: 11px;
	display: block;
	cursor: pointer;
}

#categoryrblabel4
{
	float: left;
	background: url( "../img/color_yellow.jpg" ) 0 0 no-repeat;
	width: 21px;
	height: 11px;
	display: block;
	cursor: pointer;
}

#categoryrblabel5
{
	float: left;
	background: url( "../img/color_orange.jpg" ) 0 0 no-repeat;
	width: 21px;
	height: 11px;
	display: block;
	cursor: pointer;
}

#categoryrblabel6
{
	float: left;
	background: url( "../img/color_black.jpg" ) 0 0 no-repeat;
	width: 21px;
	height: 11px;
	display: block;
	cursor: pointer;
}

#categoryrblabel7
{
	float: left;
	background: url( "../img/color_white.jpg" ) 0 0 no-repeat;
	width: 21px;
	height: 11px;
	display: block;
	cursor: pointer;
}

#categoryadvanced
{
	float: left;
}

#categoryadvanced
{
	line-height: 53px;
	padding-left: 35px;
	background: url( "../img/icon_advanced.png" ) 0 0 no-repeat;
}

#categoryadvanced:hover
{
	background-position: 0 -106px;
}

#categoryadvanced.selected
{
	background-position: 0 -53px;
}

#categoryadvanced.selected:hover
{
	background-position: 0 -159px;
}

#fieldsetcolor
{
	position: relative;
	border-top: 1px solid #3a3a3a;
	float: left;
	height: 32px;
	width: 838px;
	margin: 0px 0px 0 0px;
	padding: 14px 6px 0 6px;
}

#fieldsetcolor fieldset
{
	margin-top: 2px;
	position: relative;
}

#colorselected
{
	left: 100px;
	width: 21px;
	height: 17px;
	background: url('../img/color_selected.png');
	z-index:100;
	margin-top: -1px;
	display:none;
	position: relative;
}

#colorclear
{
	float: right;
	margin-right: -6px;
}

#clientclear
{
	float: right;
	margin-right: -6px;
}

#fieldsetclients
{
	position: relative;
	border-top: 1px solid #3a3a3a;
	float: left;
	width: 838px;
	margin: 0px 0px 0 0px;
	padding: 14px 6px 14px 6px;
}


#fieldsetclients #clientslist
{
	width: 838px;
	margin-top: 12px;
	float: left;
}

#fieldsetclients ul
{
	float: left;
	line-height: 26px;
	width: 200px;
}

#advancedcontainer
{
	float: left;
	width: 854px;
	display: none;
}

.zoom
{
	width: 50px;
	height: 50px;
	display: block;
	float: right;
	background: url('../img/zoom.png') 0 0 no-repeat;
	z-index: 1000;
	position: absolute;
	bottom: 0;
	right: 0;
}

.slider-wrapper
{
	position: relative;
	float: left;
	z-index: 100;
	width: auto;
	height:480px;
}

.slider-wrapper img
{
	float: left;
	display: block;
	position: relative;
}

#slider-controls
{
	z-index:200;
	position: absolute;
	float: left;
	width: 854px;
	height: 480px;
}

.slider_left
{
	cursor: pointer;
	position: absolute;
	top: 200px;
	left: 10px;
}

.slider_right
{
	cursor: pointer;
	position: absolute;
	top: 200px;
	left: 764px;
}

.hr
{
	margin: 2em 0 0em 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #999999;
/*	border-bottom: 1px solid #eaeaea;*/
}

.closed_icon, .classics_icon, .best_of
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 199;
	float: none;
	margin: 0;
	float: none;
}

#pagination
{
	position: relative;
	float: left;
	clear: both;
	margin: 0 5px 10px 5px;
	width: 792px;
	height: 33px;
	line-height: 33px;
	padding: 0 30px;
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: transparent rgb(0, 0, 0);
	/* RGBa with 0.5 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000)";
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000);
	text-align: center;
}

#pagination ul
{
	
}

#pagination ul li
{
	padding: 5px;
	display: inline;
}

a.comment-link
{
	display: block;
	width: 103px;
	height: 28px;
	background: url( "../img/btn_comment.jpg" ) 0 0 no-repeat;
}

#commentform-container
{
	padding: 20px;
}

#commentform-container h3
{
	font-family: 'TradeGothicBold';
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size-adjust: 0.54;
	margin-bottom: .5em;
	line-height: 28px;
	color: #000;
}

#commentform-container label
{
	font-family: 'TradeGothicBold';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size-adjust: 0.54;
	margin-bottom: .5em;
	line-height: 28px;
	color: #000;
}

#commentform-container p
{
	margin-bottom: 1em;
}

#submit-btn
{
	display: block;
	width: 78px;
	height: 28px;
	background: url( "../img/btn_submit.jpg" ) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
}

#commentform-container input.error, textarea.error, #freeform input.error
{
	border: 1px solid #f00;
}
