html
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 11px;
	color: #525252;
	background: #fff url('/images/background.png') top center repeat-x;
}

a
{
	text-decoration: none;
	color: #4884ba;
}

a:hover
{
	color: #ee8b1e;
}

a:active
{
	outline: none;
}

object:focus,
a:focus
{
	outline-style: none;
}

input, select, textarea
{
	font-family: verdana;
	font-size: 11px;
	border: 1px normal #d9e2ea;
}

img
{
	border: none;
}

ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li
{
	margin: 0px;
	padding: 0px;
}

form
{
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4
{
	margin: 0px;
	padding: 0px;
}

/* Generic */

.button
{
	float: left;
}

.button .text,
.button .arrow
{
	float: left;
	height: 15px;
	line-height: 13px !important;
}

.button .text a
{
	display: block;
	height: 15px;
	text-align: right;
}

.button:hover .text a
{
	color: #ee8b1e;
}

.button:hover .text a span.normal,
.button .text a	span.hover
{
	display: none;
}

.button:hover .text a span.hover
{
	display: inline;
}

.button .arrow
{
	width: 16px;
	margin: 0px 0px 0px 10px;
	background: url('/images/arrow.png') no-repeat;
}

.button.reverse .arrow
{
	margin: 0px 10px 0px 0px;
	background-image: url('/images/arrow_reverse.png');
}

.button:hover .arrow
{
	background-image: url('/images/arrow_hover.png');
}

.button.reverse:hover .arrow
{
	background-image: url('/images/arrow_reverse_hover.png');
}

.button .arrow a
{
	display: block;
	width: 16px;
	height: 15px;
}

/* Specific */

#main
{
	position: relative;
	min-height: 100%;
}

#body
{
	position: relative;
	z-index: 1;
	padding-bottom: 60px;
}

#container
{
	width: 996px;
	margin: 0px auto;
}

#header
{
	z-index: 2;
	position: relative;
	height: 143px;
	background: url('/images/background_header.png') 29px 40px no-repeat;
}

#logo
{
	position: absolute;
	top: 63px;
	left: 25px;
}

#logo img
{
	width: 212px;
	height: 63px;
}

#menu
{
	position: absolute;
	top: 66px;
	left: 340px
}

#manpower
{
	position: absolute;
	top: 40px;
	right: 25px;
}

#manpower img
{
	width: 81px;
	height: 68px;
}

#content
{
	position: relative;
	padding: 10px 4px;
	background: url(/images/background_content.png) no-repeat;
}

#content_background
{
	min-height: 540px;
	padding: 50px 25px 25px 50px;
	background: white ;
}

#content_background_bottom
{
	width: 988px;
	height: 7px;
	background: url(/images/background_content_bottom.png) no-repeat;
}

#floater
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 485px;
	background: url('/images/background_floater.png') left bottom no-repeat;
}

#footer
{
	z-index: 2;
	position: absolute;
	bottom: 20px;
	width: 100%;
	font-size: 10px;
}

/* Main menu */

.menuMain
{
	font-family: arial;
}

.menuMain ul
{
	float: left;
}

.menuMain ul li
{
	position: relative;
	float: left;
	margin: 0px 4px 0px 0px;
	text-align: center;
}

.menuMain ul li a
{
	display: block;
	margin: 5px 8px 0px 8px;
	font-size: 15px;
}

.menuMain ul li a:hover
{
	color: #4884ba;
}

.menuMain ul li div.left,
.menuMain ul li div.center,
.menuMain ul li div.right
{
	float: left;
	height: 28px;
}

.menuMain ul li.withsub div.left,
.menuMain ul li.withsub div.center,
.menuMain ul li.withsub div.right
{
	height: 25px;
}

.menuMain ul li div.left,
.menuMain ul li div.right
{
	width: 7px;
}

.menuMain ul li:hover
{
	z-index: 1;
}

.menuMain ul li:hover div.left
{
	background: url('/images/menu_hover.png') 0px 0px no-repeat;
}

.menuMain ul li:hover div.center
{
	background-color: white;
}

.menuMain ul li:hover div.right
{
	background: url('/images/menu_hover.png') -7px 0px no-repeat;
}

.menuMain ul li.withsub:hover div.left
{
	background: url('/images/menu_hover_submenu.png') 0px 0px no-repeat;
}

.menuMain ul li.withsub:hover div.right
{
	background: url('/images/menu_hover_submenu.png') -7px 0px no-repeat;
}

.menuMain ul li.active a
{
	color: white;
}

.menuMain ul li.active div.left
{
	background: url('/images/menu_active.png') 0px 0px no-repeat;
}

.menuMain ul li.active div.center
{
	background-color: #ee8b1e;
}

.menuMain ul li.active div.right
{
	background: url('/images/menu_active.png') -7px 0px no-repeat;
}

/* Submenu */

.menuMain ul.depth1
{
	display: none;
}

.menuMain ul ul
{
	position: absolute;
	top: 25px;
	left: 0;
}

.menuMain ul ul	li
{

	width: 202px;
	height: auto;
	background: url('/images/submenu_background.png') repeat-y;
}

.menuMain ul ul	li.bottom
{
	height: 13px;
	background: url(/images/submenu_bottom.png) no-repeat;
}

.menuMain ul ul	li.top
{
	height: 5px;
	background: url(/images/submenu_top.png) no-repeat;
}

.menuMain ul ul li div.left,
.menuMain ul ul li div.right
{
	display: none;
}

.menuMain ul ul li div.center
{
	width: 198px;
	height: auto !important;
	margin: 0px 2px;
	background: transparent !important;
}

.menuMain ul ul li:hover div.center
{
	background-color: #efefef !important;
}

.menuMain ul ul	li a
{
	margin: 7px 14px;
	color: #7f7f7f;
	font-size: 12px;
	text-align: left;
}

.menuMain ul ul	li:hover a
{
	color: #4884ba;
}

/* Legal menu */

.menuLegal
{
	position: relative;
	top: -20px;
	left: 25px;
	width: 996px;
	margin: 0px auto;
}

.menuLegal ul
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.menuLegal ul li
{
	float: left;
	font-family: arial
	font-size: 11px;
	color: #a4a4a4;
}

.menuLegal ul li.spacer
{
	margin: 0px 10px;
}

.menuLegal ul li a
{
	color: #a4a4a4;
}

.menuLegal ul li a:hover
{
	color: #777777;
}

/* Partner menu */

.menuPartner
{
	position: relative;
	top: -20px;
	right: 25px;
	width: 996px;
	margin: 0px auto;
}

.menuPartner ul
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.menuPartner ul li
{
	float: left;
	font-family: arial
	font-size: 11px;
	color: #a4a4a4;
}

.menuPartner ul li.spacer
{
	margin: 0px 5px;
}

.menuPartner ul li a
{
	position: relative;
	top: -5px;
	display: block;
	color: #a4a4a4;
}

/* Floating Menu */

.menuFloat ul#menuFloatRoot
{
	margin: 16px 5px;
}

.menuFloat ul li a
{
	padding: 5px 15px;
	font-family: arial;
	font-size: 16px;
	color: #78ae9a;
}

.menuFloat ul ul
{
	margin: 10px 0px 0px 0px;
}

.menuFloat ul ul li a
{
	display: block;
	width: 121px;
	font-size: 13px;
	color: #7f7f7f;
}

.menuFloat ul ul li:hover a
{
	background-color: #efefef;
}

.menuFloat ul ul li.active a
{
	color: #4884ba;
}

#page9 .menuFloat,
#page16 .menuFloat,
#page18 .menuFloat,
#page19 .menuFloat,
#page20 .menuFloat,
#page23 .menuFloat,
#page25 .menuFloat,
#page45 .menuFloat
{
	display: none;
}

/* Page */

.pageDefault
{
	width: 620px;
}

.pageDefault .menuFloat
{
	position: absolute;
	top: -10px;
	right: 220px;
	width: 161px;
	height: 203px;
	background: url(/images/menu_float_background.png) no-repeat;
}

.pageDefault .image
{
	position: absolute;
	top: 4px;
	right: 4px;
}

.pageDefault h1
{
	margin: 0px 0px 40px 0px;
	font-family: arial;
	font-size: 30px;
	font-weight: bold;
	color: #ee8b1e;
}

.pageDefault .text
{
	position: relative;
	line-height: 175%;
}

.pageDefault .text .spacer
{
	width: 70px;
	height: 70px;
	float: right;
}

.pageDefault .file
{
	height: 18px;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 0px 28px;
	background: url('/images/pdf.png') no-repeat;
}

#page9 .pageDefault .text .spacer,
#page16 .pageDefault .text .spacer,
#page18 .pageDefault .text .spacer,
#page19 .pageDefault .text .spacer,
#page20 .pageDefault .text .spacer,
#page23 .pageDefault .text .spacer,
#page25 .pageDefault .text .spacer
{
	display: none;
}

/* Tell a Friend */

.informDefault
{
	z-index: 1;
	position: absolute;
	top: 350px;
	right: 30px;
	width: 230px;
}

.informDefault .prefix
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #dddddd;
	font-family: arial;
	font-size: 19px;
	color: #4f99cf;
}

.informDefault .error
{
	display: none;
}

.informDefault form .item
{
	margin: 0px 0px 4px 0px;
}

.informDefault form .item .verbose
{
	margin: 0px 0px 2px 0px;
}

.informDefault form .itemError .verbose
{
	color: #d12727;
}

.informDefault form .item .required
{
	display: none;
}

.informDefault form .item input
{
	width: 230px;
	height: 22px;
}

.informDefault form .itemError input
{
	border-color: #d12727;
}

.informDefault form .button
{
	margin: 10px 0px 0px 0px;
}

/* Social networks */

.socialDefault .container
{
	float: right;
}

.socialDefault .network
{
	float: left;
	margin: 5px 0px 5px 4px;
}

/* Register */

.userRegister
{
	width: 620px;
}

.userRegister ul
{
	float: left;
	width: 100%;
	margin: 20px 0px;
}

.userRegister ul li
{
	float: left;
	width: 100%;
	margin: 4px 0px;
}

.userRegister form
{
	height: 1200px;
}

.userRegister form #elementSecretary,
.userRegister form #elementManager,
.userRegister form #elementAcquaintance,
.userRegister form #elementSection
{
	width: 100%;
	margin: 30px 0px 4px 0px;
	font-weight: bold;
	color: #ee8b1e;
}

.userRegister form .element,
.userRegister form .item
{
	float: left;
	width: 100%;
}

.userRegister form .item .item
{
	width: 310px;
}

.userRegister form .item .section
{
	width: 100%;
}

.userRegister form .item #itemFunctionals,
.userRegister form .item #itemSocials,
.userRegister form .item #itemPersonality,
.userRegister form .item #itemReason,
.userRegister form .item #itemSlogan
{
	width: 100%;
}

.userRegister form .item #itemZipcode,
.userRegister form .item #itemYear
{
	width: 90px;
	margin: 0px 10px 0px 0px;
}

.userRegister form .item #itemCity
{
	width: 210px;
}

.userRegister form .item #itemPhone,
.userRegister form .item #itemMobile
{
	width: 24%;
	margin: 0px 6px 0px 0px;
}

.userRegister form .verbose
{
	height: 13px;
	margin: 2px 0px;
}

.userRegister form .item #itemEzine .verbose
{
	display: none;
}

.userRegister form .item #itemEzine .element
{
	margin: 15px 0px 0px 0px;
}

.userRegister form .item .itemError .verbose
{
	color: #d12727;
}

.userRegister form .required
{
	color: #e2851c;
}

.userRegister form .separator,
.userRegister form .error
{
	display: none;
}

.userRegister form input
{
	width: 96%;
	height: 22px;
}

.userRegister form .option input
{
	float: left;
	width: auto;
	height: 22px;
}

.userRegister form .optionTitle
{
	float: left;
	display: block;
	margin: 7px 0px 0px 10px;
}

.userRegister form .item .itemError input,
.userRegister form .item .itemError textarea
{
	border-color: #d12727;
}

.userRegister form input#elementCity
{
	width: 198px;
}

.userRegister form textarea
{
	width: 98%;
	height: 80px;
}

.userRegister form #elementRequired
{
	float: right;
	margin: 20px 10px;
}

.userRegister form .button
{
	float: left;
	margin: 20px 10px 20px 0px;
}

/* User - confirm */

.userRegisterconfirm
{
	width: 620px;
	margin: 20px 0px 0px 0px;
}

.userRegisterconfirm form
{
	margin: 0px 0px 30px 0px;
}

.userRegisterconfirm form .element,
.userRegisterconfirm form .item
{
	width: 100%;
}

.userRegisterconfirm form .verbose
{
	margin: 15px 0px 2px 0px;
	font-weight: bold;
}

.userRegisterconfirm form .extra
{
	line-height: 175%;
}

.userRegisterconfirm form .itemError .verbose
{
	color: #d12727;
}

.userRegisterconfirm form .required
{
	color: #e2851c;
}

.userRegisterconfirm form .separator,
.userRegisterconfirm .error
{
	display: none;
}

.userRegisterconfirm form input
{
	width: 200px;
	height: 22px;
}

.userRegisterconfirm form .itemError input,
.userRegisterconfirm form .itemError textarea
{
	border-color: #d12727;
}

.userRegisterconfirm form textarea
{
	width: 100%;
	height: 120px;
	line-height: 150%;
}

.userRegisterconfirm form #elementRequired
{
	float: right;
	margin: 20px 0px 20px 10px;
}

.userRegisterconfirm form .button
{
	float: left;
	margin: 20px 10px 20px 0px;
}

/* Contact */

.contactDefault
{
	width: 620px;
}

.contactDefault form .element,
.contactDefault form .item
{
	float: left;
	width: 310px;
}

.contactDefault form .item #itemPhone
{
	width: 24%;
	margin: 0px 6px 0px 0px;
}

.contactDefault form .verbose
{
	margin: 2px 0px;
}

.contactDefault form .itemError .verbose
{
	color: #d12727;
}

.contactDefault form .required
{
	color: #e2851c;
}

.contactDefault form .separator,
.contactDefault form .error
{
	display: none;
}

.contactDefault form input
{
	width: 96%;
	height: 22px;
}

.contactDefault form .itemError input,
.contactDefault form .itemError textarea
{
	border-color: #d12727;
}

.contactDefault form #itemText,
.contactDefault form #itemInterest
{
	width: 98%;
}

.contactDefault form #itemInterest .element
{
	width: 100%;
	height: 20px;
	margin: 10px 0px;
}

.contactDefault form #itemInterest input
{
	float: left;
	width: auto;
}

.contactDefault form #itemInterest .optionTitle
{
	float: left;
	display: block;
	margin: 6px 20px 0px 10px;
}

.contactDefault form #itemInterest .verbose
{
	display: none;
}

.contactDefault form #itemText .element,
.contactDefault form textarea
{
	width: 100%;
	height: 80px;
}

.contactDefault form #elementRequired
{
	float: right;
	margin: 20px 10px;
}

.contactDefault form .button
{
	float: left;
	margin: 20px 10px 20px 0px;
}

/* Weblog */

.weblogDefault
{
	width: 620px;
}

.weblogDefault .weblog,
.weblogDefault .message
{
	position: relative;
	margin: 20px 0px;
	padding: 0px 0px 13px 0px;
	clear: both;
}

.weblogDefault .weblog
{
	height: 150px;
}

.weblogDefault .separator
{
	clear: both;
	border-bottom: 1px solid #dddddd;
}

.weblogDefault .message .date
{
	position: absolute;
	top: 0px;
	left: -20px;
	width: 44px;
	height: 43px;
	padding: 3px 0px;
	background: url('/images/weblog/date.png') no-repeat;
	font-family: arial;
	font-size: 16px;
	color: white;
	text-align: center;
}

.weblogDefault .weblog .title,
.weblogDefault .message .title
{
	font-family: arial;
	font-size: 23px;
	font-weight: normal;
	color: #3073ae;
}

.weblogDefault .weblog .title
{
	margin: 0px 0px 20px 0px;
}

.weblogDefault .message .title
{
	margin: 0px 0px 50px 40px;
}

.weblogDefault .weblog .image,
.weblogDefault .message .image
{
	float: left;
	width: 200px;
	margin: 0px 20px 20px 0px;
}

.weblogDefault .weblog .text,
.weblogDefault .message .text
{
	line-height: 175%;
}

.weblogDefault .message .text object
{
	margin: 20px 0px;
}

.weblogDefault .message .text ul
{
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 40px;
	list-style: disc;
}

.weblogDefault .weblog .more,
.weblogDefault .message .more
{
	height: 20px;
	margin: 6px 0px;
}

.weblogDefault .message .file
{
	clear: both;
	margin: 10px 0px 0px 0px;
}

.weblogDefault .message .file li
{
	height: 25px;
	padding: 3px 0px 0px 28px;
	background: url('/images/pdf.png') no-repeat;
}

.weblogDefault .message .replies
{
	clear: both;
	margin: 20px 0px 0px 0px;
}

.weblogDefault .message .replies .number,
.weblogDefault .message .replies .pipe
{
	float: left;
	color: #4884ba;
}

.weblogDefault .message .replies .pipe,
.weblogDefault .reply .pipe
{
	margin: 0px 10px;
}

.weblogDefault .message .author
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #ee8b1e;
}

.weblogDefault .reply
{
	margin: 30px 0px 50px 0px;
}

.weblogDefault .reply .text
{
	clear: both;
	line-height: 175%;
	margin: 0px 0px 4px 0px;
}

.weblogDefault .reply .name,
.weblogDefault .reply .pipe,
.weblogDefault .reply .date
{
	float: left;
	height: 15px;
	color: #ee8b1e;
}

.weblogDefault form
{
	height: 270px;
	margin: 20px 0px 0px 0px;
}

.weblogDefault form .element,
.weblogDefault form .item
{
	float: left;
	width: 310px;
}

.weblogDefault form .verbose
{
	margin: 2px 0px;
}

.weblogDefault form .itemError .verbose
{
	color: #d12727;
}

.weblogDefault form .required
{
	color: #e2851c;
}

.weblogDefault form .separator,
.weblogDefault form .error
{
	display: none;
}

.weblogDefault form input
{
	width: 96%;
	height: 22px;
}

.weblogDefault form input#elementEmail
{
	width: 100%;
}

.weblogDefault form #itemText
{
	width: 100%;
	height: 104px;
}

.weblogDefault form #itemText .element,
.weblogDefault form textarea
{
	width: 100%;
	height: 80px;
}

.weblogDefault form #itemCode,
.weblogDefault form #itemCode .element
{
	width: 100%;
}

.weblogDefault form #itemCode img,
.weblogDefault form #itemCode input
{
	float: left;
}

.weblogDefault form #itemCode input
{
	width: 80px;
	margin: 1px 0px 0px 13px;
}

.weblogDefault form #elementRequired
{
	float: right;
	margin: 20px 10px;
}

.weblogDefault form .button
{
	float: left;
	width: 100%;
	margin: 20px 10px 20px 0px;
}

/* Voting - longlist */

.voteLonglist
{
	width: 654px;
	height: 800px;
	margin: 90px 0px 20px 0px;
}

.voteLonglist .item
{
	position: relative;
	float: left;
	width: 300px;
	height: 123px;
	padding: 13px 12px;
	margin: 0px 3px 11px 0px;
	background: url('/images/vote/background_landscape.png') no-repeat;
}

.voteLonglist .item:hover
{
	background-image: url('/images/vote/background_landscape_over.png');
}

.voteLonglist .item .tip
{
	display: none;
}

.voteLonglist .item .image,
.voteLonglist .item .mask
{
	position: absolute;
	top: 13px;
	left: 12px;
	width: 136px;
	height: 123px;
}

.voteLonglist .item .mask
{
	background: url('/images/vote/mask_small.png') no-repeat;
}

.voteLonglist .item .block
{
	position: relative;
	height: 123px;
	margin: 0px 0px 0px 146px;
	overflow: hidden;
}

.voteLonglist .item .name
{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #55a1d5;
}

.voteLonglist .item .company
{
	font-size: 11px;
	color: #ee8b1e;
}

.voteLonglist .item .percentage
{
	position: absolute;
	bottom: 28px;
	font-size: 11px;
	color: #a7a7a7;
}

.voteLonglist .item .profile
{
	display: none;
}

.voteLonglist .item .vote
{
	position: absolute;
	bottom: 0px;
}

.voteLonglist .item .vote a
{
	display: block;
	width: 103px;
	height: 22px;
	background: url('/images/vote/vote_small.png') no-repeat;
}

.voteLonglist .item .vote a:hover
{
	background-image: url('/images/vote/vote_small_over.png');
}

/* Voting - shortlist */

.voteShortlist
{
	width: 654px;
	height: 290px;
	margin: 20px 0px;
}

.voteShortlist .item
{
	position: relative;
	float: left;
	width: 188px;
	height: 283px;
	padding: 13px 13px;
	margin: 0px 3px 11px 0px;
	background: url('/images/vote/background_portrait.png') no-repeat;
}

.voteShortlist .item:hover
{
	background-image: url('/images/vote/background_portrait_over.png');
}

.voteShortlist .item .tip
{
	display: none;
}

.voteShortlist .item .image,
.voteShortlist .item .mask
{
	position: absolute;
	width: 188px;
	height: 123px;
}

.voteShortlist .item .mask
{
	background: url('/images/vote/mask_large.png') no-repeat;
}

.voteShortlist .item .block
{
	position: absolute;
	top: 148px;
	left: 23px;
	height: 142px;
	width: 170px;
	overflow: hidden;
}

.voteShortlist .item .name
{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #55a1d5;
}

.voteShortlist .item .company
{
	font-size: 11px;
	color: #ee8b1e;
}

.voteShortlist .item .percentage
{
	margin: 4px 0px 0px 0px;
	font-size: 11px;
	color: #a7a7a7;
}

.voteShortlist .item .profile
{
	position: absolute;
	bottom: 30px;
}

.voteShortlist .item .vote
{
	position: absolute;
	bottom: 0px;
}

.voteShortlist .item .vote a
{
	display: block;
	width: 103px;
	height: 22px;
	background: url('/images/vote/vote_small.png') no-repeat;
}

.voteShortlist .item .vote a:hover
{
	background-image: url('/images/vote/vote_small_over.png');
}

/* Voting - detail */

.voteDetail
{
	width: 600px;
	margin: 20px 0px;
}

.voteDetail .back
{
	width: 100%;
	height: 30px;
}

.voteDetail .item
{
	position: relative;
}

.voteDetail .item .header
{
	height: 130px;
}

.voteDetail .item .image
{
	position: absolute;
	width: 188px;
	height: 123px;
}

.voteDetail .item .block
{
	position: absolute;
	height: 123px;
	margin: 0px 0px 0px 210px;
}

.voteDetail .item .name
{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #55a1d5;
}

.voteDetail .item .company
{
	font-size: 11px;
	color: #ee8b1e;
}

.voteDetail .item .percentage
{
	margin: 4px 0px 0px 0px;
	font-size: 11px;
	color: #a7a7a7;
}

.voteDetail .item .vote
{
	margin: 30px 0px 0px 0px;
}

.voteDetail .item .vote a
{
	display: block;
	width: 210px;
	height: 28px;
	background: url('/images/vote/vote_large.png') no-repeat;
}

.voteDetail .item .vote a:hover
{
	background-image: url('/images/vote/vote_large_over.png');
}

.voteDetail .item .title,
.voteDetail .item .abstract,
.voteDetail .item .text
{
	margin: 20px 0px;
	line-height: 175%;
}

.voteDetail .item .title
{
	font-family: arial;
	font-size: 23px;
	color: #78ae9a;
}

.voteDetail .item .text	object
{
	margin: 20px 0px;
}

/* Prototip */

.prototip .default
{
	width: 404px;
	height: 219px;
	background: url('/images/vote/background_popup.png') no-repeat;
}

.prototip .default .content
{
	position: relative;
	height: 169px;
	padding: 15px 25px;
	background-color: transparent;
	overflow: hidden;
}

.prototip .default .content .title
{
	margin: 0px 0px 8px 0px;
	font-family: arial;
	font-size: 20px;
	color: #78ae9a;
}

.prototip .default .content .abstract
{
	line-height: 150%;
	color: #737373;
}
