/*
Theme Name: Chatsajt
Theme URI: http://wordpress.org/
Description: Based on Pretty Theme 1.6 by Catarina Yamamoto http://www.etrecos.com/
Author: 123
Author URI: http://wordpress.org/
Version: 1.0
*/

/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background:#FFFFFF;
	color: #333;
	text-align: center;
}

#pagebg {
	width:100%;
	background:#FFFFFF url('images/bg_main.jpg') 50% 104px repeat-y;
}

#page {
	width:920px;
	margin:0px auto;
	padding:0;
	text-align:left;
}

.contentContainer {
	margin:0;
	padding:0;
	border:1px solid #8b8b8b;
	border-radius:12px;
	box-shadow:0 0 5px #808080;
	background:#eddcb8;
}

#header {
	margin-bottom:18px;
	width:100%;
	height:104px;
	position:static;	
	background:#3d3d3d url('images/bg_header.png') 50% 0 no-repeat;
	box-shadow:0 0 5px #888888;
}

.headerContainer {
	width:1050px;
	height:220px;
	margin:0px auto;
	padding:0;
	text-align:left;
	color:#FFFFFF;
}
	
#headerimg {
	margin: 0;
	margin-left:10px;
	float:left;
}

#headerimg h1 {
	text-align:left;
	font-size:4em;
}

#headerimg .description {
	margin-top:5px;
	font-size: 1.2em;
	text-align: left;
	text-decoration: none;
}

#content {
	margin:18px 20px;
	font-size: 1.5em;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.fullcolumn .entry, .narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.fullcolumn .postmetadata, .narrowcolumn .postmetadata {
	text-align: left;
}

.fullcolumn .entry {
	margin-right:40px;
}
	
.hide{display: none;}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border:0;
	border-top:1px solid #ffcdcf;
	color:#ffffff;
	background:#7c7c7c;
	box-shadow:inset 0 0 5px #333333;
}
	
small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
small.queryBlog{line-height:1.2em;}

h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
}

h1 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight:normal;
	font-size: 1.9em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

.specialtitle{color: #9CB873;}

#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #d33c43 !important;
}
	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ca000c;
}

	
#sidebar h2, #sidebar h2 a, #sidebar h2 a:visited, #sidebar h3, #sidebar h3 a, #sidebar h3 a:visited {
	color: #606060;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1.4em Verdana, Arial, Sans-Serif;
}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #666;
}
	
	
small, .postmetadata {
	color: #7f7f7f;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a{
	color: #ca000c;
	text-decoration: none;
}
h2 a:hover, h3 a:hover{
	color:#333;
}
#sidebar a {
	color: #666;
}
#footer a {
	color:#ffffff;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
	color:#ca000c;
	font-weight:bold;
}
	
#wp-calendar a:hover{background-color:#f3f3f3;}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
}
	
#getrss a{
	position:absolute;
	right:30px;
	top:198px;
	height:30px;
	width:30px;
	display: block;
	text-indent:-10000px;
	background: url(images/pretty_rss.png) no-repeat 0 0;
	overflow: hidden;
}
	
.fullcolumn {
	float: left;
	padding: 0 20px 0 20px;
	margin: 0;
	width: 880px;
	position:relative;
}

.fullcolumn .entry {
	font-size:0.9em;
}

.narrowcolumn {
	float: left;
	padding: 0 100px 20px 20px;
	margin: 0px 0 0;
	width: 530px;
	position:relative;
}
	
.resultspage .post{
	margin-left: 30px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 0 0 0 150px;
	width: 450px;
}

.post, .page {
	margin: 0 0 15px;
	clear: both;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	font-size:0.9em;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	margin:0;
}

.clear {
	clear: both;
}

#footer {
	width: 100%;
	height: 90px;
	margin: 0;
	margin-top: 20px;
	padding: 20px 0 0;
	clear: both;
}
	
#footer p {
	margin: 0;
	padding: 10px 20px;
	text-align:left;
	font-size:1.2em;
	line-height:1.4em;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
}

h2 {
	margin: 0;
	padding-bottom:4px;
}

h2.pagetitle {
	text-align: left;
}

#sidebar h2 {
	margin: 0 0 5px;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ul {
	padding: 0 0 0 30px;
	margin: 0;
}
.entry ol li, .entry ul li{
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
	
#sidebar ul li ul li{
	padding-left:10px;
	background:url('images/pretty_bullet.png') no-repeat 0 4px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul{
	margin: 6px 0 0 3px;
}
	
#sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 4px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
.searchbox #searchform {
	position:absolute;
	right:13px;
	top:7px;
}
	
.searchbox #searchform #s{
	border:solid 1px #ccc;
	font-size:10px;
	color: #666;
	padding:3px 3px 4px;
}
	
	
.searchbox #searchform #searchsubmit{
	font-size:9px;
	text-transform: uppercase;
	padding:2px 3px 3px;
	color: #333;
	background-color: #fcdfe0;
	border:solid 1px #ccc;
	width: 54px;
}
	
#searchform label{display: none;}
	
.searchboxbody #searchform{text-align:left; margin-top: 20px;}

#sidebar #searchform #s {
	border:1px solid #ccc;
	font-family:verdana,arial;
	font-size:10px;
	padding:3px 2px;
	width:108px;
	color: #6a6a6a;
}

#sidebar #searchsubmit {
	border:1px solid #999999;
	font-family:verdana, Arial;
	font-size:10px;
	padding:2px 1px;
	text-transform:uppercase;
	width:60px;
	color: #333;
}

.entry form { 
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 90%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	margin:0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: left;
	font-style: italic;
	margin: 0;
	padding: 0;
}
	
.ispage .nocomments{display:none;}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin-left: 700px;
	width: 190px;
	position:relative;
	padding-right:10px;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 155px;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	font-size:0.9em;
}

.pagination {
	clear:both;
	margin:6px 0;
	padding:0;
	position:relative;
	font-size:11px;
	line-height:13px;
}
 
.pagination span, .pagination a {
	border:1px solid #ca000c;
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#ca000c;
	background: #fbd5d7;
}
 
.pagination a:hover{
	color:#000000;
	background: #FFFFFF;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #ca000c;
	color:#FFFFFF;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* custom */

#footerContainer {
	width:874px;
	margin:0 auto;
}

#footerContainer P {
	padding:0;
}

/* frontpage */

.frontpage {
	margin:0;
	padding:0;
}

.frontpage .profil {
	width:210px;
	height:260px;
	margin:0 12px 12px 0;
	padding:0;
	border-radius:6px;	
	box-shadow:1px 1px 3px #777777;
	float:left;
	cursor:pointer;
	background:#FFFFFF;
}

.frontpage .profil P {
	margin:0;
}

.frontpage .profil A {
	text-decoration:none;
	color:#ca000c;
}

.frontpage .profil .slika {
	width:200px;
	height:250px;
	margin:5px;
	padding:0;
	border-radius:6px;	
}

.frontpage .profil .online {
	width:55px;
	height:18px;
	background:url('images/online.png') 0 0 no-repeat;
	float:right;
}

.frontpage .profil .natpis {
	top:-75px;
	position:relative;
	height:70px;
	margin:0 5px 0 5px;
  background:rgb(255, 255, 255);
  background:rgba(255, 255, 255, 0.8);
}

.frontpage .profil .ime {
	margin-left:5px;
	font-weight:bold;
	font-size:1.2em;
	background:url('images/fblike.png') 98% 50% no-repeat;
}

.frontpage .profil .opis {
	margin-left:5px;
	font-size:0.8em;
	line-height:1.3em;
	color:#000000;
}

.frontpage .textblock {
	margin:0 0 12px 0;
	padding:0;
	border-radius:6px;	
	float:left;
	background:#c2b497;
}

.frontpage .textblock .size4 {
	width:864px;
	margin:6px;
	border-radius:6px;	
	background:#FFFFFF;
}

.frontpage .textblock .size3 {
	width:642px;
	margin:6px;
	border-radius:6px;	
	background:#FFFFFF;
}

/* more profiles */

#more {
	margin:0 20px 18px 20px;
	font-size: 1.5em;	
}

#more .profil {
	width:210px;
	height:260px;
	margin:0 12px 12px 0;
	padding:0;
	border-radius:6px;	
	box-shadow:1px 1px 3px #AAAAAA;
	float:left;
	cursor:pointer;
	background:#FFFFFF;
}

#more .profil P {
	margin:0;
}

#more. profil A {
	text-decoration:none;
	color:#ca000c;
}

#more .profil .slika {
	width:200px;
	height:250px;
	margin:5px;
	padding:0;
	border-radius:6px;	
}

#more .profil .online {
	width:55px;
	height:18px;
	background:url('images/online.png') 0 0 no-repeat;
	float:right;
}




/* profili */

#phoneinfo {
	width:255px;
	height:467px;
	position:relative;
	background:url('images/phone.jpg') 0 0 no-repeat;
	float:right;
}

#phoneinfo .scrn {
	margin-top:85px;
	margin-left:48px;
	margin-right:40px;
	font-weight:bold;
	color:#FFFFFF;
}

#phoneinfo .scrn .txt {
	font-size:0.8em;
	line-height:1.3em;
	font-weight:normal;
}

#phoneinfo INPUT {
	width:160px;
	margin:5px 0;
	padding:2px;
	border:1px solid #000000;
}

#phoneinfo SELECT {
	margin:5px 0;
	padding:2px;
	border:1px solid #000000;
}

#phoneinfo INPUT[type="submit"] {
	width:165px;
	padding:5px 0 5px 0;
	font-weight:bold;
	background:#e9de94;
	border-radius:6px;
	box-shadow: inset 0 0 12px #6c6429;
	cursor:pointer;
}

#phoneinfo INPUT[type="submit"]:hover {
	background:#404040;
	color:#FFFFFF;
}

#phoneinfo TEXTAREA {
	width:154px;
	height:140px;
	margin:5px 0;
	padding:5px;
	border:1px solid #000000;
	font-family:MS Shell Dlg, Verdana, Arial, Sans-Serif;
	font-size:13px;
	color:#707070;
}

.profilpage {
	width:890px;
	margin:18px 20px 0 20px !important;
	padding:0;
	line-height: 1.4em;
	position:relative;
	float: left;
}

.profilpage .frame {
	margin:0 15px 10px 0;
	padding:0;
	border-radius:6px;	
	box-shadow:1px 1px 3px #AAAAAA;
	background:#FFFFFF;
	float:left;
}

.profilpage .frame .slika {
	margin:6px;
	padding:0;
	border-radius:6px;	
}

.profilpage .frame .online {
	width:55px;
	height:18px;
	background:url('images/online.png') 0 0 no-repeat;
	float:right;
}

.profilpage .btn {
	margin:0;
	padding:1px 0 1px 25px;
	background:url('images/profile_icons.png') no-repeat;
	font-size:14px;
	color:#333333;
	cursor:pointer;
}

.profilpage .eye {					background-position:-5px 0px; }
.profilpage .eye:hover {		background-position:-5px -20px; color:#ca000c; }
.profilpage .fb {						background-position:-5px -40px; }
.profilpage .fb:hover {			background-position:-5px -60px; color:#ca000c; }
.profilpage .kiss {					background-position:-5px -80px; }
.profilpage .kiss:hover {		background-position:-5px -100px; color:#ca000c; }

.profilpage .opis {
	width:300px;
	float:left;
}

.profilpage .opis .a {
	font-size:16px;
	font-weight:bold;
	line-height:23px;
	color:#ca000c;
}

.profilpage .opis .b {
	font-size:16px;
	line-height:23px;
}
	
.profilpage P {
	margin-top:2px;
}

.profilpage H3 {
	padding-bottom:5px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #c2b497;
}

.profilpage .sendsms {
	width:208px;
	height:122px;
	background:url('images/sendfreesms.png') 0 0 no-repeat;
	float:right;
}

.profilpage .textblock {
	margin:10px 12px 12px 0;
	padding:0;
	border-radius:6px;	
	float:left;
	background:#c2b497;
}

.profilpage .textblock .size4 {
	width:864px;
	margin:10px;
	border-radius:6px;	
}

.profilpage .textblock .size3 {
	width:642px;
	margin:6px;
	border-radius:6px;	
	background:#FFFFFF;
}

/* comments */

.textblock .comrow0,
.textblock .comrow1 {
	/*width:660px;*/
	width:860px;
	min-height:50px;
	margin:10px 10px 0px 10px;
	border-radius:6px;	
}

.textblock .comrow0 {
	background:#f3e8d0 url('images/profile0.png') 5px 80% no-repeat;
}

.textblock .comrow1 {
	background:#f3e8d0 url('images/profile1.png') 5px 80% no-repeat;
}

.textblock .comrow IMG {
	margin:0 5px;
	float:left;
}

.textblock .comtext {
	margin-left:85px;
	padding-top:3px;
	padding-right:10px;
	font-size:12px;
	line-height:21px;
}

.textblock .comsig {
	margin-left:85px;
	font-size:12px;
	line-height:21px;
	color:#AAAAAA;
}

/* pages */

.page .bc {
	margin:0;
	padding:12px;
	border:3px solid #c1c1c1;
	border-radius:6px;
	text-align:center;
	background:#FFFFFF;
}

.page .br {
	margin:0;
	padding:12px;
	border:3px solid #c1c1c1;
	border-radius:6px;
	text-align:left;
	float:right;
	background:#FFFFFF;
}


/* subscribe box */

.subscribebox {
	width:866px;
	margin:0 auto;
	padding:6px;
	border-radius:6px;	
	background:#d33c43;
	clear:both;
}

.subscribebox .inner {
	height:60px;
	padding:0 10px 30px 45px;
	border-radius:6px;	
	background:#FFFFFF url('images/bg_subscribe.png') 0 50% no-repeat;
	font-size:1.4em;
	line-height:2.6em;	
	text-align:left;
}

.subscribebox .title {
	padding-top:5px;
	font-size:1.3em;
	font-weight:bold;
	color:#d33c43;
}

.subscribebox INPUT,
.subscribebox SELECT {
	margin:0;
	padding:2px;
	border:1px solid #d33c43;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:1em;
	background:#FFFFFF
}

.subscribebox INPUT[type="submit"] {
	top:-3px;
	position:relative;		
	height:auto;
	padding:5px 10px 5px 10px;
	border:1px solid #d33c43;
	border-radius:12px;
	font-size:1.2em;
	background:#f3e8d0;
	color:#000000;	
}

.subscribebox [name="ime"] 		{	width:85px; }
.subscribebox [name="grad"] 	{	width:90px; }
.subscribebox [name="trazi"] 	{	width:120px; }
.subscribebox [name="email"] 	{	width:120px; }

.mstep1 {
	margin:4px 0 0 10px;
	float:left;
}

.mstep2 {
	width:107px;
	margin:0 0 0 15px;
	background:url('images/loader.gif') 0 50% no-repeat;
	float:left;
	display:none;
}

.mstep3 {
	margin:0 0 0 10px;
	color:#33892e;
	font-size:14px;
	font-weight:bold;
	float:left;
	display:none;
}

/* exit popup */

#popupContactOverlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000000;
	z-index:0;
	display:none;
}

#popupContact {
	position:fixed;
	width:700px;
	height:360px;
	border-radius:6px;
	padding:12px;
	background:#262325;
	z-index:1;
	display:none;
}

#popupContact .header {
	padding:8px;
	padding-left:60px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;	
	font-size:2.4em;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	background:#3b5999 url('images/xpopup_header.png') 5px 45% no-repeat;
}

#popupContact .body {
	padding:12px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;	
	font-size:1.6em;
	text-align:left;
	line-height:28px;
	color:#000000;
	background:#FFFFFF;
}

#popupContact .title {
	margin-bottom:10px;
	font-size:1.2em;
	font-weight:bold;
	color:#d30000;
}

#popupContact .left {
	width:450px;
	float:left;
}

#popupContact .right {
	float:right;
}

#popupContact .profile {
	margin-bottom:5px;
	border:1px solid #cccccc;
	padding:5px;
}

#popupContact INPUT {
	width:430px;
	margin-bottom:10px;
	padding:2px;
	border:1px solid #cccccc;
	border-radius:6px;
	font-size:1.5em;
}

#popupContact .about_title {
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
	font-size:1em;
	font-weight:bold;
}

#popupContact .about_text {
	font-size:0.9em;
	font-style:italic;
	line-height:20px;
	text-align:center;
}

#popupContact .btn_ok {
	width:205px;
	height:52px;
	margin-left:10px;
	border:0;
	background:url('images/xpopup_btn_ok.png') 0 0 no-repeat;
	cursor:pointer;
}

#popupContact .btn_cancel {
	width:203px;
	height:52px;
	border:0;
	background:url('images/xpopup_btn_cancel.png') 0 0 no-repeat;
	cursor:pointer;
}

#popstep1 { }

#popstep2 {
	height:62px;
	background:url('images/loader.gif') 50% 20% no-repeat;
	display:none;
}

#popstep3 {
	height:62px;
	color:#00A000;
	font-weight:bold;
	text-align:center;
	display:none;
}

/* popup contact 2 */

#mPopupOverlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000000;
	z-index:0;
	display:none;
}

#mPopup {
	position:fixed;
	width:700px;
	height:215px;
	border-radius:6px;
	padding:12px;
	background:#262325;
	z-index:1;
	display:none;
}	

#mPopup .header {
	padding:8px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;	
	font-size:2.4em;
	text-align:center;
	color:#FFFFFF;
	background:#3b5999;
}

#mPopup .body {
	padding:12px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;	
	font-size:1.4em;
	text-align:left;
	line-height:auto;
	color:#000000;
	background:#FFFFFF;
}

#mPopup .left {
	width:350px;
	padding-right:10px;
	border-right:2px solid #3b5999;
	float:left;
}

#mPopup .right {
	width:300px;
	margin-right:5px;
	text-align:center;
	font-weight:bold;
	color:#3b5999;
	float:right;
}

#mpopup_form {
	margin-top:10px;
}

#mPopup INPUT {
	width:340px;
	margin-bottom:10px;
	padding:2px;
	border:1px solid #cccccc;
	border-radius:6px;
	font-size:1.5em;
}

#mPopup .btn_ok {
	width:344px;
	padding:6px;
	border:1px solid #6f9011;
	box-shadow:2px 2px 6px #969696;
	background:#94c016;
	cursor:pointer;
}

#mPopup .btn_ok:hover {
	background:#a4d221;
}

#mPopup .footer {
	padding-top:10px;
	text-align:center;
	clear:both;
}


#mpopstep1 { }

#mpopstep2 {
	height:62px;
	background:url('images/loader.gif') 50% 20% no-repeat;
	display:none;
}

#mpopstep3 {
	height:62px;
	color:#00A000;
	font-weight:bold;
	text-align:center;
	display:none;
}

#mPopupFB {
	margin-top:16px;
	width:250px;
	height:60px;
}

/*
#mPopupOverlay {	position:static;	display:block; }
#mPopup {	position:static;	display:block; }
*/