/*
Theme Name: Hunger Games
Theme URI: http://www.hungergames.it
Description: Hunger Games Wordpress Template
Version: 0.1
Author: Cubica
Author URI: http://www.cubica.EU
Tags: three columns, black.
Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get default Hybrid CSS 
@import url('../hybrid/library/css/screen.css');*/

/* Get the plugins CSS 
@import url('../hybrid/library/css/plugins.css'); */

/* Body */
body{
	background:#000000 url(images/bg.jpg) top center no-repeat;
	color:#d3d3d3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Body container */
#body-container{
	width:940px;
	margin:0 auto;
	padding:0 5px;
	overflow:hidden;
}
#container{
margin-top:12px;
}

.clear {
height:1px;
}
/* Links */
a,
a:visited,
a:hover,
a:active {
	color:#86c59a;
	text-decoration:underline;
	font-weight:bold;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color:#86C59A;
	}
h1{
	font-size:24px;
}
h1.single-title.entry-title a,
h1.single-title.entry-title a:hover{
	text-decoration:none;
}
h2 {
	font-size: 21px;
	}
h3 {
	font-weight:200;
	font-size: 19px;
	margin-bottom:10px;
	color:#FFFFFF;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

p {
	line-height:18px;
}
b, strong{
	font-weight:800;
	color:#FFFFFF;
}
/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #c3c3c3;
	}
blockquote blockquote {
	color: #c3c3c3;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #9c9c9c;
	border: 1px solid #000000;
	color:#000000;
	}
code {
	padding: 0 3px;
	background:#000;
	color:#CCC;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	display:inline;
	margin: 3px 3px 0 0;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}


/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #FFFFFFF;
	}
.breadcrumb a {
	color: #FFFFFFF;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #86c59a;
	text-decoration: underline;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}

.thumbnail {
	float: left;
	display:inline;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	display:inline;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/*breadcrumb*/
div.breadcrumb{
	display:none;
}
	
/* Main menu */
ul#main-menu,
ul#main-menu li{
	padding:0;
	margin:0;
}
ul#main-menu{
	height:50px;
	float:right;
	margin:8px 0 0 0;
}
ul#main-menu li{
	list-style:none;
	float:left;
	line-height:50px;
	height:50px;
	display:block;
}
ul#main-menu li a em{
	display:block;
	line-height:50px;
	padding:0 20px;
	text-indent:-9999px;
}
ul#main-menu li a span{
	float:left;
	display:block;
	margin:0 0 0 2px;
}
ul#main-menu li a{
	font-size:18px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	overflow:hidden;
	height:50px;
	float:left;
}
ul#main-menu li a:hover,
ul#main-menu li.current_page_item a,
ul#main-menu li.current_page_parent a{
	color:#86c59a;
	float:left;
	background:url(images/bg-menu.jpg) no-repeat top left;
}
ul#main-menu li a:hover span,
ul#main-menu li.current_page_item a span,
ul#main-menu li.current_page_parent a span{
	background:url(images/bg-menu.jpg) no-repeat top right;
}

ul#main-menu li.page-item-9 a em{
	width:47px;
}
ul#main-menu li.page-item-28 a em{
	width:76px;
}
ul#main-menu li.page-item-30 a em{
	width:53px;
}
ul#main-menu li.page-item-40 a em{
	width:97px;
}


ul#main-menu li.page-item-9 a em{
	background:url(images/menu.png) 18px 0;
}
ul#main-menu li.page-item-28 a em{
	background:url(images/menu.png) 18px -50px;
}
ul#main-menu li.page-item-30 a em{
	background:url(images/menu.png) 18px -100px;
}
ul#main-menu li.page-item-40 a em{
	background:url(images/menu.png) 18px -150px;
}

ul#main-menu li.page-item-9 a:hover em,
ul#main-menu li.page-item-9.current_page_item em,
ul#main-menu li.page-item-9.current_page_parent em{
	background:url(images/menu.png) 18px -250px;
}
ul#main-menu li.page-item-28 a:hover em,
ul#main-menu li.page-item-28.current_page_item em,
ul#main-menu li.page-item-28.current_page_parent em{
	background:url(images/menu.png) 18px -300px;
}
ul#main-menu li.page-item-30 a:hover em,
ul#main-menu li.page-item-30.current_page_item em,
ul#main-menu li.page-item-30.current_page_parent em{
	background:url(images/menu.png) 18px -350px;
}
ul#main-menu li.page-item-40 a:hover em,
ul#main-menu li.page-item-40.current_page_item em,
ul#main-menu li.page-item-40.current_page_parent em{
	background:url(images/menu.png) 18px -400px;
}


/*sidebar*/

#sidebar, #page, #normal-page, #col-experience{
	float:left;
	display:inline;
	padding:15px;
	overflow:hidden;
}
#sidebar{
	width:220px;
	margin-right:20px;
	background:#222324 url(images/bg-left-menu.jpg) no-repeat;
	padding:0px;
}
#sidebar #left-menu ul,
#sidebar #left-menu ul li,
#sidebar #book-info ul,
#sidebar #book-info ul li{
	padding:0;
	margin:0;
	list-style:none;
}
#sidebar #left-menu ul,
#sidebar #book-info ul{
	margin-bottom:15px;
}
#sidebar #left-menu li{
	padding:5px 0;
}
#sidebar #left-menu li a{
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	font-size:16px;
	height:23px;
}
#sidebar #left-menu li a:hover,
#sidebar #left-menu li.current_page_item a{
color:#8dbf9b;
}
#sidebar #left-menu h4{
margin-bottom:10px;
background-image:url(images/menu.png);
background-repeat:no-repeat;
text-indent:-9999px;
display:block;
overflow:hidden;
}

#left-menu h4.title-28{
background-position:106px -62px;
}
#left-menu h4.title-30{
background-position:125px -112px;
}
#left-menu h4.title-0{
background-position:87px -162px;
}


#sidebar #left-menu,
#sidebar #book-info{
padding:15px 20px;
}
#sidebar #book-info{
	background:#222324 url(images/bg-page.jpg) repeat;
	border-top:1px solid #292B2A;
	border-left:1px solid #292B2A;
}
#sidebar #book-info .btn-leggi-cap{
margin:0 auto;
}



#news-list{
	width:189px;
	margin-right:20px;
	padding:15px;
	float:left;
	background:#222324 url(images/bg-page.jpg) repeat;
	border-top:1px solid #292B2A;
	border-left:1px solid #292B2A;
}
#news-list h4{
	background:url(images/titles.png) no-repeat 0 -600px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
#news-list ul,
#news-list ul li{
	margin:0;
	padding:0;
}
#news-list ul li{
	list-style:none;
	margin-bottom:10px;
	border-bottom:1px solid #292B2A;
}
#news-list ul li .date{
	margin:0;
	color:#CCC;
	font-size:11px;
}
#news-list ul li h5{
	margin-bottom:10px;
}

#page .date{
	margin-bottom:10px;
	color:#CCCCCC;
}

/* Main content */
.content {
	width: 580px;
	margin: 0 0 21px 0;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 950px;
	}

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 40px 0;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Entry title */
.entry-title {
	font-size: 24px;
	margin: 0 0 12px 0;
	font-weight: normal;
	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin:0 0 30px 0;
	line-height:25px;
	height:25px;
	}
.entry-title a {
	}

/* Byline */
.byline {
	margin: 0 0 30px 0;
	font-style: italic;
	color: #666;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	}
.entry-content p{
	font-size:14px;
	line-height:22px;
}
/* Entry metadata */
.entry-meta {
	color: #666;
	}

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	}
.navigation-links .previous,
.navigation-links .next {
	margin-bottom:15px;
}
.navigation-links .previous {
	float: left;
	display:inline;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #464646;
	}
.widget a {
	color: #464646;
	text-decoration: underline;
	}
.widget a:hover {
	color: #d54e21;
	text-decoration: none;
	}

/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #111;
	}

/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	}

/* Comments template */
#comments-template {
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	display:inline;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}
	
/*EDIT*/
span.edit a{
	background:#8fc39f;
	color:#000000;
	padding:5px 10px;
	text-decoration:none;

}	
	
#error404,
#confirm{
	padding:35px 25px 25px 25px;
	background:#222324 url(images/bg-page.jpg) repeat;
	border-top:1px solid #292b2a;
	border-left:1px solid #292b2a;
}

#page,
#normal-page,
#content .columns,
#normal-page.capitolo{
	padding-bottom:0;
	background:#222324 url(images/bg-page.jpg) repeat;
	border-top:1px solid #292b2a;
	border-left:1px solid #292b2a;
}
#normal-page.capitolo{
padding:0 0 0 4px;
width:700px;
}
#normal-page.capitolo h1{
	margin:30px 25px 25px 25px;
}
#page, #normal-page{
	padding:35px 25px 5px 25px;
}
#page{
	margin-right:20px;
	width:409px;
	min-height:490px;
}
#normal-page{
	width:659px;
}
#content .columns{
float:left;
width:699px;
}
#content .columns .col{
width:299px;
float:left;
padding:0 25px 0 25px;
border-left:1px solid #292B2A;
}
#content .columns .col h2{
color:#CCCCCC;
font-weight:200;
}
#content .columns .col h5{
font-weight:600;
}
#content .columns .col.first{
border:none;
}
#content .columns .col ul{
	margin:0;
	padding:0;
}
#content .columns .col h5{
	margin-bottom:5px;
}
#col-experience{
	width:189px;
	height:346px;
	background:#222324 url(images/bg-page.jpg) repeat;
	padding:15px 15px 0 15px;
	border-top:1px solid #292B2A;
	border-left:1px solid #292B2A;
}
#col-experience h2{
	margin-bottom:10px;
	background:url(images/titles.png) 0 -550px;
	height:25px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
#col-experience p{
	margin-bottom:5px;
}
#col-experience .btn-invita{
	background:#000 url(images/btn-invita.jpg) no-repeat;
	display:block;
	width:185px;
	height:163px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
}
#main,
#main .box,
#main .big-box{
	float:left;
	display:inline;
}
#main{
	clear:both;
	width:700px;
	height:362px;
	margin-right:20px;
	background:#222324 url(images/bg-main-hp.jpg) repeat-y;
}
#main .big-box{
	padding:22px 20px;
	width:320px;
}
#main .big-box .btn-leggi-cap,
#main .big-box .entry{
	float:left;
}
#main .big-box .entry{
	width:140px;
}
#main .big-box .entry p{
margin-bottom:8px;
font-size:12px;
padding:0;
line-height:15px;
}
#main .big-box .entry blockquote{
margin:0 0 10px 0;
}

p.entry-meta{
clear:both;
}
.btn-leggi-cap{
	width:157px;
	height:306px;
	background:url(images/leggi-capitolo.png) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin-right:20px;

}
#main .box{
	width:330px;
}
#main .box .small-box{
	height:110px;
	padding:15px 15px 0 15px;
}
#main .box .medium-box{
	padding:15px 15px 10px 15px;
}
#main .box .small-box h2,
#main .box .medium-box h2,
#post-195 h1 a{
	overflow:hidden;
	display:block;
	text-indent:-9999px;
}
#main .box .small-box h2{
	background:url(images/titles.png) 0 -50px no-repeat;
}
#main .box .medium-box h2,
#post-195 h1 a{	
	background:url(images/titles.png) 0 0 no-repeat;
}



/*News HP*/
#h-news{
	height:40px;
	margin:0 0 20px 0;
	background:#222324 url(images/bg-news.jpg) repeat-y;
	overflow:hidden;
}
#h-news h4{
	line-height:40px;
	width:60px;
	margin-left:20px;
	text-align:center;
	background:url(images/menu.png) no-repeat 0 -205px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
#h-news ul#h-news-list h5,
#h-news p,
#h-news h4,
#h-news ul#h-news-list{
	float:left;
	display:inline,
}
#h-news ul#h-news-list{
	width:820px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#h-news ul#h-news-list li{
	display:block;
	overflow:auto;
	line-height:40px;
	padding:0 20px;
}
#h-news ul#h-news-list li p{
	line-height:40px;
	font-weight:bold;
	padding-right:5px;
}
#h-news ul#h-news-list h5{
margin:0 10px 0 0;
padding:0;
}
#h-news ul#h-news-list a{
	text-decoration:none;
}
/* Footer */

#footer-container {
	padding:0;
	background:url(images/bg-foot.jpg) no-repeat top center;
	height:50px;
	float:left;
	width:940px;
	margin:15px auto 15px auto;
	}
#footer{
padding:0 30px;
overflow:hidden;
}
#footer *{
	padding:0;
	margin:0;
}
#footer #foot-menu li{
	float:left;
	display:inline;
	list-style:none;
	line-height:50px;
	margin:0 18px;
	display:block;
}
#footer #foot-menu li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
}
#footer #foot-menu li a:hover{
	color:#86c59a;
}
#foot-menu,
#buy-book{
	float:left;
}
#buy-book{
	line-height:50px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	position:relative;
	padding-right:53px;
	margin-right:15px;
	margin-left:25px;
}
#buy-book span{
	background:url(images/bol-it.png) no-repeat;
	overflow:hidden;
	display:block;
	float:left;
	text-indent:-9999px;
	width:50px;
	height:30px;
	position:absolute;
	top:5px;
	right:0px;
}
#copy{
	line-height:50px;
	position:relative;
	float:left;
	margin-left:25px;
}
#copy span{
	background:url(images/mondadori.jpg) no-repeat;
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	width:137px;
	position:absolute;
	top:10px;
	left:45px;
}
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
	}





/* Blog title */
#site-title{
	float:left;
	margin:0;
}
#site-title a{
	background:url(images/hunger-games-logo.png) no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:250px;
	height:110px;
}
/* Blog description */
#site-description{
	margin:20px 0 15px 0;
	color: #86c59a;
	font-size:16px;
	font-weight:100;
	text-align:right;
}
#header{
	float:right;
	height:130px;
	overflow:hidden;
}
#header-container{
	height:120px;
}



/*Titoli pagine*/
#post-11 h1 a,
#post-13 h1 a,
#normal-page.capitolo h1 a,
#post-18 h1 a,
#post-20 h1 a,
#post-22 h1 a,
#post-24 h1 a,
#post-26 h1 a,
#post-40 h1 a{

display:block;
text-indent:-9999px;
text-decoration:none;
overflow:hidden;
}
#post-11 h1 a{
background:url(images/titles.png) 0 -150px no-repeat;
}
#post-13 h1 a{
margin:35px 25px 25px 25px;
background:url(images/titles.png) 0 -200px no-repeat;
}
#normal-page.capitolo h1 a{
background:url(images/titles.png) 0 -250px no-repeat;
}
#post-18 h1 a{
background:url(images/titles.png) 0 -300px no-repeat;
}
#post-20 h1 a{
background:url(images/titles.png) 0 -350px no-repeat;
}
#post-22 h1 a{
background:url(images/titles.png) 0 -400px no-repeat;
}
#post-24 h1 a{
background:url(images/titles.png) 0 -450px no-repeat;
}
#post-26 h1 a{
background:url(images/titles.png) 0 -500px no-repeat;
}
#post-40 h1 a{
background:url(images/titles.png) 0 -100px no-repeat;
}







/*iframe form*/
body.registration{
	background:#222324 url(images/bg-form.jpg) top center;
}
.registration .exp-description h1,
#confirm h1{
	background:transparent url(images/titles.png) no-repeat scroll 0 -100px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:30px;
}
.registration .exp-description{
	float:left;
	width:340px;
	padding:30px 30px 15px 50px;
	margin-right:20px;
	display:block;
}
.registration .exp-description p{
	font-size:14px;
	color:#929292;
	line-height:25px;
}
.registration #experience-form form fieldset{
border:1px solid none;
}
input, textarea{
font-family:Arial, Helvetica, sans-serif;
}

.registration fieldset#friend1,
.registration fieldset#friend2,
.registration fieldset#friend3{
	float:left;
	width:220px;
	padding:20px;
	display:block;
	margin:0 10px;
	height:285px;
	background:#050505;
}
.registration fieldset#friend1.disable,
.registration fieldset#friend2.disable,
.registration fieldset#friend3.disable{
	filter:alpha(opacity=20);
	opacity:0.2;
}
.registration fieldset.disable .fields{
	display:none;
}
.registration fieldset#friend1{
	clear:both;
}
.registration fieldset#from{
	display:block;
	float:left;
	width:435px;
	padding:70px 50px 15px 15px;
	overflow:hidden;
	height:300px;
	overflow:hidden;
}
.registration fieldset#from .field{
	height:55px;
}
.registration fieldset label{
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	font-weight:bold;
	width:210px;
}
.registration fieldset input{
	border:1px solid #464242;
	background:#666;
	color:#FFFFFF;
	width:210px;
}
.registration .disclaimer{
	background:#161716;
	overflow:auto;
	border:1px solid #777171;
	padding:8px;
	margin-bottom:10px;
	color:#777171;
	display:block;
	width:402px;
	height:50px;
	font-size:9px;
	display:block;
}
.registration .disclaimer p{
	line-height:12px;
	margin-bottom:10px;
}
.registration .disclaimer b,
.registration .disclaimer i,
.registration .disclaimer em,
.registration .disclaimer u{
	color:#adadad;
}
.registration .disclaimer i,
.registration .disclaimer em{
	font-style:italic;
}
.registration .disclaimer b,
.registration .disclaimer strong {
	font-weight:bold;
}
.registration .disclaimer u{
text-decoration:underline;
}
.registration .disclaimer-2{
	clear:both;
	overflow:hidden;
}
.registration .disclaimer-2 p{
	margin:5px 0;
	font-size:10px;
	line-height:12px;
}
.registration fieldset#from .disclaimer-2 input{
	width:15px;
	float:left;
	background:none;
	border:none;
}
.registration fieldset#from .disclaimer-2 label{
	margin:0 0 0 5px;
	line-height:20px;
	float:left;
	width:20px;
}
.registration fieldset#from input#from_disclaimer{
	width:auto;
	float:left;
	margin:5px 5px 5px 0;
	border:none;
	background:none;
}
.registration fieldset#from .label-disclaimer{
	float:left;
	width:160px;
}
.registration #submit-form{
	clear:both;
	width:145px;
	height:55px;
	margin:0 auto;
	display:block;
	background: url(images/btn-submit.png) no-repeat;
	border:0px solid;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	cursor:pointer;
}

.registration div.friends{
padding:60px 50px 5px 50px;
clear:both;
width:840px;
display:block;
overflow:hidden;
}
.registration div.friends .no-friends{
height:25px;
display:block;
}
.registration div.friends .no-friends span{
	text-align:center;
	width:840px;
	margin-top:-10px;
	margin-bottom:10px;
}
.registration div.friends .field{
height:70px;
display:block;
}

/* Errors */
.registration .error {
	display:block;
	color:#FF0000;
	}
#from .field .error{
text-align:right;
width:190px;
}
.registration fieldset#from .label-from{
	float:left;
	width:189px;
	text-align:right;
	margin-right:10px;
}
.registration fieldset#from input{
	width:215px;
}



/*popup*/

#exp-container{

	
	display:block;
	float:left;
}
#curtain{
	display:none;
	width:100%;
	z-index:1000;
	height:1080px;
	background:#000;
	position:absolute;
	top:0;
	left:0;
	filter:alpha(opacity=90);
	opacity:0.9;
}


#exp-container #popup{
	display:none;
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-340px;
	z-index:9000;
}



iframe{
z-index:500;

}




#test{
width:659px;
background:#CC6666;
}