
body { 
	background: #fff url('../images/layout/main_bg.png') repeat-x; 
	color: #333; 
	font: 13px/16px Arial, Verdana, Sans-serif;
	text-align: center;
	overflow: auto;
}

h1 { font-size: 18px }
h2 { font-size: 16px }
h3 { font-size: 15px; line-height: 17px; }
h4 { font-size: 14px }
h5 { font-size: 13px }

a { color: #8D1833; font-weight: bold; }
a.plain { text-decoration: none; font-weight: normal; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
strong {
	font-weight: bold;
}
input, button { outline: none; }
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


.ui-widget .ui-state-error ul {
	margin-left: 30px;
	padding-bottom: 10px;
}
.ui-widget .ui-state-error ul li {
	padding-bottom: 5px;
}

/*-------------------------------
------- MESSAGES ----------------
---------------------------------*/
 
p.success, ul.success, p.error, ul.error, p.notice, ul.notice {
	border-width: 1px;
	border-style: solid;
	color: #333;
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	margin: 10px 0;
	padding: 5px 10px;
	position: relative;
}
p.success .ui-icon, ul.success .ui-icon, p.error .ui-icon, ul.error .ui-icon, p.notice .ui-icon, ul.notice .ui-icon {
	background-image: url('../jqueryui/images/ui-icons_ffffff_256x240.png');
}
p.success a, ul.success a, p.error a, ul.error a {
	/*color: #333;
	font-weight: bold;*/
}
p.success, ul.success {
	background: #F4F7D7;
	border-color: #5FBF56;
	color: #333;
}
p.error, ul.error {
	/*background: url("../img/bg-gradient-red.png") repeat-x scroll 50% 50% #B02524;*/
	background: #FEF1EC;
	border-color: #CD0A0A;
	color: #333;
}
ul.ui-selectmenu-menu.error {
	background: inherit;
	border: none;
	color: inherit;
	padding: inherit;
}
ul.ui-selectmenu-menu.error a {
	color: inherit;
}
p.notice, ul.notice {
	background: #333;
	border-color: #fff;
	border-style: dashed;
	border-width: 1px;
	color: #fff;
}
p.message_info {
	display: block;
	font-size: 13px;
	line-height: 1.5em;
	margin: 10px 20px 10px 5px;
}

.float { float: left; }
.floatr { float: right; }
.ade_red { color: #8D1833 }
.indented { margin-left: 20px; }
.hidden { display: none; }
.page_divider { border-bottom: 1px solid #ccc; margin-top: 20px; margin-bottom: 20px; }

.pngfix, img { behavior: url(/ade/html/media/css/iepngfix.htc); }

.header_bar { background: #000 url('../images/layout/header_bg.png') 50% 50% repeat-x; height: 70px; }
.header { 
	color: #fff; 
	font: 13px/14px 'Cantarell', Arial, Sans-serif; 
	margin: 0px auto;
}
.header .logo { 
	background: url('../images/layout/logo.png') no-repeat;
	display: block;
	height: 66px;
}
.header .description { margin-top: 40px; text-align: right; }

.navigation_bar { 
	background: #ccc url('../images/layout/navigation_bar_bg.png') 50% 50% repeat-x;
	float: left; 
	position: relative;
	width: 100%;
	z-index: 900;
}
.navigation { margin: 0px auto; width: 960px; position: relative; }
.navigation .home { 
	background: url('../images/layout/home.png') no-repeat 50% 50%;
	float: left; 
	height: 38px; 
	margin-left: 15px;
	width: 29px; 
}
.nav { 
	font: 14px/14px 'Cantarell', Verdana, Helvetica;  
	margin-left: 50px; 
	margin-right: 10px; 
	text-transform: uppercase;
}
.nav li a, .nav li {
	float: left;
}
.nav li { 
	position: relative;
}
.nav li span.active { 
	background-color: #840828; 
	_display: block;
	height: 7px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%; 
}
.nav li a { 
	background: #eee url('../images/layout/nav_item_bg.png') repeat-x 50% 50%; 
	color: #444;
	font-weight: normal;
	padding: 12px 16px;
	text-decoration: none;
}
.nav li a:hover { background: #ddd url('../images/layout/nav_item_hover_bg.png') repeat-x 50% 50%; color: #222; }

.nav li ul {
	border: 1px solid #444;
	border-top: 0;
	display: none; 
	position: absolute;
	left: 0;
 	top: 100%;
 	padding: 0; margin: 0; 
 	z-index: 800;
}
.nav li:hover > ul {
	display: block;
}
.nav li ul li, .nav li ul li a {
 float: none;
}
.nav li ul li {
 	/*_display: inline; /* for IE6 */
}
.nav li ul li a {
	background: #333;
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 1.2\9; 
	text-align: left;
	text-transform: none;
	width: 180px;
}

.nav li ul li a:hover {
	background: #ddd;
}
.nav li li { display: block; }









.container { display: block; margin-bottom: 40px; position: relative; text-align: left; z-index: 803; }
.container:after, .show:after {  content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;  }
br.clear {
	clear:both
} 

div.item {
	float: left;
	height: 100%;
	position: relative;
} 
.show { 
	background-color: #ccc;
	height: 280px; 
	margin-right: 0;
	width: 470px !important; 
}

.scrollable {
	position: relative;
	overflow: hidden;
	width: 470px;
	height: 280px;
}
.scrollable .items {
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
}
.items div.item {
	float: left;
}

.show_video { margin-right: 0; margin-top: 15px; overflow: visible; height: 280px; width: 470px !important; }
.show_video img { position: relative; }
.slider_container { margin-left: 0; position:relative; margin-top: 15px; height: 280px; }
.show_description { 
	background: url('../images/layout/sliderbg.png') no-repeat #851F2E ;
	border: 8px solid #851F2E;
	height: 263px;
	height: 279px\9;
	margin-left: 0;
	margin-right: 0;
	position: relative; 
	width: 454px !important;
	width: 470px\9 !important;
}
.show_description div {
	color: #fff;
	display: block;
	height: 100%; /* ie7 */
	margin: 0px 40px 0px 50px;
	position: relative;
}

.show_description h1 {
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 20px;
	padding-top: 35px;
}
.show_description ul {
	font-size: 18px;
	margin-left: 20px;
}
.show_description ul li {
	list-style-image: url('../images/layout/slider_bullet.png');
	padding: 0 0 15px 0;
}
.show_description li a, .show_description h1 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.show_description ul li.red_list_image {
}
.show_description a.see_more {
	background: url('../images/layout/see_more.png') no-repeat;
	behavior: url(/ade/html/media/css/iepngfix.htc);
	background-position: right center;
	bottom: 40px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 15px;
	overflow: hidden;
	padding-right: 60px;
	position: absolute;
	right: 50px;
	text-transform: uppercase;
}
.see_more a {
	color: #fff;
	float: right;
	font-size: 16px;
	fonw-weight: normal;
	text-transform: uppercase;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/layout/scrollable/arrows.png) no-repeat;
	behavior: url(/ade/html/media/css/iepngfix.htc);
	bottom: 10px;
	cursor:pointer;
	display:block;
	font-size:1px;
	height:37px;
	overflow: hidden;
	position: absolute;
	width:37px;
}

/* right */
a.right {  background-position: 0 -37px; background-position-x: 0; background-position-y: -37px; right: 0px; }
a.right:hover { background-position: -37px -37px; }
a.right:active { background-position: 0 -37px; } 


/* left */
a.left				{ margin-left: 0px; left: 10px;} 
a.left:hover  		{ background-position:-37px 0; }
a.left:active  	{ background-position: 0 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}



/*------- VIDEOS ------------- */

a.player {
	height: 210px;
}

.play_button {
	background: url('../images/layout/video_play_hover.png');
	height: 75px;
	left: 200px;
	position: absolute;
	top: 100px;
	width: 75px;
	
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	border-radius: 90px;
	
	-moz-box-shadow: 0 0 8px 1px rgba(0,0,0,.2), inset 0 0 20px 6px rgba(0,0,0,.3);
	/*-webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.2), inset 0 0 20px 6px rgba(0,0,0,.3);*/
	box-shadow: 0 0 8px 1px rgba(0,0,0,.2), inset 0 0 20px 6px rgba(0,0,0,.3);
	
}
.contains_play a:hover > .play_button {
	-moz-box-shadow: 0 0 4px 5px rgba(0,0,0,.2), inset 0 0 10px 3px rgba(0,0,0,.4);
	/*-webkit-box-shadow: 0 0 4px 5px rgba(0,0,0,.2), inset 0 0 10px 3px rgba(0,0,0,.4);*/
	box-shadow: 0 0 4px 5px rgba(0,0,0,.2), inset 0 0 10px 3px rgba(0,0,0,.4);
}

.grid_4 .play_button {
	left: 110px;
	top: 70px;
}
.grid_6 .play_button {
	left: 210px;
	top: 160px;
}

.video_container {
	background: #333 url('../images/layout/video_column_bg.png') repeat-x 50% 50%;
	float: left;
	margin-top: 15px;
	padding: 20px 0;
}
.video_column, .photo_column {
	margin-top: 15px;
	position: relative;
}
.photo_column a, .video_column a {
	display: block;
	height: 200px;
	overflow: hidden;
	position: relative;
	width: 100%\9;
}
.video_column p, .photo_column p {
	color: #666;
	display: block;
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
}
.video_column a {
	display: block;
}

.content_video_column {
	float: left;
	overflow: hidden;
	width: 190px;
}
.content_video_column h3 {
	background: none;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	padding: 0 0 10px 0;
	text-align: center;
}
.content_video_column .play_button {
	left: 60px;
	top: 65px;
}


/*--------- VIDEOS --------------- */

.column {
	margin-top: 10px;
	margin-bottom: 10px;
}
.column h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5em;
}
.column p {
	line-height: 1.3em;
	padding-right: 20px;
}


.horizontal_box { height: 150px; margin-top: 20px; }
.horizontal_box p a, .horizontal_box h3 a { 
	color: #333; 
	font-weight: normal;  
}
.horizontal_box a {
	text-decoration: none;
}
.horizontal_box h3 a, .horizontal_box h2 a {
	color: #fff;
	font-weight: normal;
}

.how_we_work, .solutions { height: 320px; margin-top: 20px; }
.solutions { background: #333; color: #fff; }
.solutions h3 {  }
.how_we_work { background: #ccc url('../images/layout/box_horizontal_bg.png') repeat-x; }
.how_we_work h4 {
	background: #b2b2b2;
	background: #333 url('../images/layout/box_header_bg.jpg') repeat-x 50% 50%;
	background: #fff;
	border-bottom: 2px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ccc;
	color: #444;
	font-size: 14px;
	margin: 5px 10px;
	padding: 8px 10px;
	text-align: center;
}
.how_we_work .arrow {
	background: url('../images/layout/stage_arrow_light.png') no-repeat center center;
	display: block;
	height: 25px;
	position: relative;
	text-align: center;
}

.vertical_box, .horizontal_box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.vertical_box {
}
.vertical_box h2 { 
	font-size: 18px; 
	font-weight: normal;
	line-height: 18px;  
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;;
}
.vertical_box h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.vertical_box h2.sub {
	font-size: 16px;
	margin-bottom: 3px;
}
div.divider {
	background: #999;
	height: 2px;
	margin-bottom: 5px;
	width: 100%;
}

.backends h2 { 
	font-size: 18px; 
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 10px;
}

.horizontal_box { 
	background: #ccc url(../images/layout/box_bg.png) repeat-x 50% 50%;
	background: #eee url('../images/layout/right_bar_bg.png') repeat-x 0% 30px;
	display: block;
}
.horizontal_box.relative { 
	background: url(../images/layout/box_bg2.png) repeat-x;
}
.horizontal_box h2.article_header {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	

	background: #333 url('../images/layout/box_header_bg.jpg') repeat-x 50% 50%;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 16px; 
	font-weight: normal;
	line-height: 16px;
	padding: 8px 10px; 
	
}

.horizontal_box div {
	margin-top: 10px;
	margin-left: 10px;
}

.horizontal_box p {
	margin: 10px
}

.horizontal_box .box_text {
	color: #333;
	float: left;
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	width: 180px;
}
.horizontal_box .box_text p { margin: 0; }
.horizontal_box .images {
	float:left;
	width: 250px;
}

.horizontal_box .images a {
	display: block;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
}

.horizontal_box.relative {
	height: auto;
}

.logo_netikett {
	margin-left: 20px;
	margin-top: 10px;
}
.logo_kalenterit {
	margin-top: 10px;
}
.logo_antti {
	margin-top: 15px;
	margin-right: 10px;
}
.logo_puuinfo {
	margin-top: 5px;
}
.logo_apollo {
	margin-top: 15px;
}
p.logos {
	text-align: left;
}
p.logos img {
	margin-top: 5px;
}


.content_box.full {
	float: left;
	margin-left: 10px;
	width: 940px;
}
.content_box { padding-bottom: 5px; }
.content_box .content_text {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #fff;
	border-radius: 3px;
	margin: 10px;
	padding: 10px 15px 15px;
}

.content_box .content_text p {
	margin: 5px 0 10px 0;
	padding: 0;
}

.box_text a {
	display: block;
	margin: 5px 0 0 0;
}

.bottom_bg { 
	background: #fff url('../images/layout/bottom_bg.png') repeat-x;
	background: none;
	bottom: 0;
	width: 100%;
	height: 210px; 
	position: fixed; 
	z-index: -1;
}

fieldset {
	margin-top: 10px;
}
	
fieldset h2 {
	margin-bottom: 10px;
}
	
fieldset table td {
	padding-bottom: 10px;
	padding-right: 10px;
	vertical-align: top;
}

fieldset.contact input, fieldset.contact textarea {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

fieldset label {
	color: #333;
}

fieldset button {
	background: url('../images/layout/box_header_bg.jpg') repeat-x 50% 50%;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	cursor: pointer;
	margin-left: 10px;
	opacity: 0.9;
	padding: 5px 10px;
}
fieldset button:hover {
	opacity: 1;
}


/*------------------------------*/
/*--------- FOOTER -------------*/
/*------------------------------*/

.footer { 
	background: #ccc url('../images/layout/bottom_bg.png') repeat-x 50% 50%;
	background: none;
	border-top: 1px solid #ddd;
	bottom: 0;
	float: left;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.center { margin: 0px auto; height: 100%; width: 960px; }

.footer .logo, .footer .links, .footer .contact { font-size: 12px; height: 100%; }
.footer .logo { color: #555; margin-top: 15px; }
.footer .contact { color: #555; margin-top: 15px; }
.footer h4 { font-size: 15px; font-weight: normal; margin-bottom: 2px; }
.footer h2 { font-size: 20px; font-weight: normal; margin-bottom: 5px; }
.footer .links a { color: #8D1833; }
.footer .links a:hover { color: #8D1833; }
.footer .links ul { margin-top: 20px; }
.footer .links li { display: inline; font-size: 15px; padding: 0 25px; }
.footer a {  }
.footer .contact a { text-decoration: underline; }



div.success, div.error { display: block; border-width: 2px; border-style: solid; margin: 10px 0; padding: 5px 8px; }
.success { border-color: #56E85B; color: #278B2A; }
.error { border-color: #E75555; color: #8C2727; }

table.form { margin-top: 10px; }
table.form td { padding: 5px 10px; }
table.form td.label {  }
table.form input[type=text], table.form textarea { padding: 5px 7px; }








.main_content {
	height: auto;
	padding-bottom: 5px;
}

.main_content h1 {
	/*font-size: 30px;
	font-weight: normal;
	margin: 10px 0 20px 10px;*/
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	

	background: #333 url('../images/layout/box_header_bg.jpg') repeat-x 50% 50%;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 22px; 
	font-weight: normal;
	line-height: 26px;
	padding: 8px 10px 8px 15px; 
}

.main_content h2, .main_content p, .main_content ul {
	margin-left: 10px;
	padding-left: 5px;
}
.main_content ul {
	margin-top: 10px;
}
.main_content li {
	line-height: 1.5em;
	list-style: disc;
	margin-left: 20px;
}
.main_content h2 {
	border-bottom: 1px solid #ccc;
	margin-left: 10px;
	margin-right: 10px;
	padding: 8px 10px 8px 5px;
}

.main_content p {
	line-height: 1.5em;
	margin: 10px 0;
	padding: 0px 5px 0 15px;
}

.main_content p a {
	color: #8D1833;
	font-weight: bold;
	text-decoration: underline;
}

.phase_arrow_right {
	background: url('../images/layout/phase_arrow_right.png') no-repeat;
	display: inline;
	float: left;
	height: 180px;
	width: 100px;
}
.right_bar {
	background: #eee url('../images/layout/vertical_gradient_light.png') repeat-y;
	background: #393939;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #fff;
	margin-top: 18px;
	padding-bottom: 20px;
	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
}
.right_bar_transparent {
	margin-top: 18px;
}

h2.stage {
	background: #aaa;
	border-bottom: 2px solid #bbb;
	border-right: 1px solid #bebebe;
	margin-bottom: 10px;
	padding: 10px;
}
span.stage_arrow {
	background: url('../images/layout/stage_bg.png') no-repeat;
	height: 25px;
	float:left;
	position: relative;
	width: 240px;
	margin-left: 40px;
}
.right_bar a {
	color: #ddd;
}
#submenu {
	margin-left: -5px;
}

#submenu li {
	background: #181818;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 30px;
	padding: 0 0 5px 0;
	width: 250px;
	
	-moz-border-radius-bottomleft: 10px 4px;
}
#submenu li a {
	background: #222 url('../images/layout/submenu_bg.png') repeat-y;
	/*border-bottom: 1px solid #444;*/
	border-top: 1px solid #505050;
	border-right: 1px solid #464646;
	border-left: 1px solid #666;
	color: #ddd;
	display: block;
	margin-left: -5px;
	margin-right: -5px;
	padding: 8px 10px 8px 15px;
	position: relative;
	text-decoration: none;
	
	border-bottom-left-radius: 6px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 2px;
}
#submenu li a:hover {
	/*border-bottom: 1px solid #3e3e3e;*/
	background: #1c1c1c;
	border-right: 1px solid #303030;
	margin-right: -7px;
}

.right_bar ul {
	margin-left: 10px;
}
.right_bar ul li {
	display: block;
	padding: 0px 8px 1px 0px;
}
#personel_list li { border-bottom: 1px solid #333; margin-right: 20px; padding: 8px 8px 10px 0px; }

.right_bar ul li strong {
	font-size: 14px;
	margin-top: 5px;
}

.right_bar h2 {
	border-bottom: 1px solid #555;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 0;
}

.right_bar p {
	line-height: 1.3em;
	padding: 5px 10px;
}

table.form {
	width: 400px;
}
input, label, textarea {
	display: inline;
	margin-left: 10px;
}
label {
	display: inline;
	padding: 2px 5px 2px 0;
	width: 120px;
}
label.block {
	display: block;
}
input, textarea {
	border: 1px solid #999;
	padding: 6px;
}
textarea {
	width: 380px;
}
input.green_button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	background: url('../images/layout/ui-bg_highlight-soft_60_179e0a_1x100.png') repeat-x 50% 50%;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	padding: 5px 20px;
}
input.green_button:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}


.noie_container {
	z-index: 1200; border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; position: relative;
}
.noie_close {
	position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold;
}
.noie_content {
	width: 640px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;
}
.noie_alert {
	width: 75px; float: left;
}
.noie_texts {
	width: 275px; float: left; font-family: Verdana, Arial, sans-serif;
}
.noie_texts h2 {
	font-size: 18px; font-weight: bold; margin-top: 12px;
}
.noie_texts p {
	font-size: 12px; margin-top: 6px; line-height: 14px; font-weight: normal;
	margin-bottom: 10px;
}
.noie_browser {
	width: 75px; float: left;
}


a.link { color: #8D1833 !important; font-weight: bold !important; text-decoration: underline !important;}

.sub_header {
	border-bottom: 1px solid #ccc; color: #444; display: block; font-size: 22px; font-weight: normal; margin: 15px 10px 10px 15px; padding-bottom: 10px; text-decoration: none;
}
.reference_box {
	border-bottom: 1px solid #ccc;
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-left: 15px !important;
	margin-right: 10px;
	margin-top: 0px !important;
	position: relative;
}
.reference_text {
	float: left;
	margin-left: 0 !important;
	margin-right: 10px;
	width: 280px;
}
.reference_box h3 a, .reference_box p a{ color: #444; font-weight: normal; text-decoration: none; }
.reference_box h3 {
	display: block;
	font-size: 22px;
	margin: 0 10px 10px 0;
}
.reference_box p {
	line-height: 1.1em;
	margin: 10px 30px 10px 0px;
	padding: 0;
}
.reference_logo {
	float: left;
	display: inline;
	height: 80px;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
	width: 280px;
}

.feedback_button {
	background: url('../images/layout/box_header_bg.jpg') repeat-x 50% 50%;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff !important;
	cursor: pointer;
	opacity: 0.9;
	padding: 5px 10px;
	text-decoration: none !important;
}
.feedback_button:hover {
	opacity: 1;
}