/************  Login box *******************/
/*.popups-holder {
	float: right;
	width: 100px !important;
	z-index:9999 !important
}	
*/
.vhod {
	font-size:16px;
	font-weight:600;
	color: #5E5E5E
}
#login_div {
}
#login_div a{
}
#login_div input.login_inp {
	border:1px solid #BCC5C7;
	color:#708386;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:19px;
	text-align:right;
	width:106px;
	padding: 2px;
	background: #FFF
}
#login_div input.password {
	border:1px solid #BCC5C7;
	color:#708386;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:19px;
	text-align:right;
	width:106px;
	padding: 2px;
	background: #FFF
}
#login_div td {
	vertical-align: middle !important
}
input.openid_login {
	background:#FFFFFF url(../img/login-bg.gif) no-repeat scroll 0 50%;
	color:#000000;
	margin-right:3px;
	padding-left:18px;
	width:174px;
}
input#login-btn {
	border: none !important;
	background: transparent url(../img/sprite-y.png) no-repeat -225px -214px;
	width: 10px;
	height: 20px;
	padding: 0 !important;
	font-size: 1px;
	text-indent: -9999px;
	_display: block;
	float: left;
	cursor: pointer
}
.partner_info input#login-btn {
	border: none !important;
	background: transparent url(../img/sprite-y.png) no-repeat -141px -149px;
	width: 56px;
	height: 19px;
	margin: 5px 0 0 0;
	font-size: 1px;
	text-indent: -9999px;
	_display: block;
}
.partner_info input#remind_btn {
	border: none !important;
	width: 95px;
	height: 19px;
	margin: 5px 0 0 0;
	font-size: 1px;
	text-indent: -9999px;
	_display: block;
}
.partner_info input#sbtn {
	border: none !important;
	width: 118px;
	height: 19px;
	margin: 5px 0 0 0;
	font-size: 1px;
	text-indent: -9999px;
	_display: block;
}
.panel-in, .panel-in a, .panel-in a:hover {
	color: #000;
	text-align: right;
	padding: 0 10px 0 0
}
.panel-in a {
	text-decoration: underline
}
/* Notepad styles (NP - Notepad)*/
#NP_div {
	display:none;	position:absolute;	background-color:#de4885;
	color:#FFFFFF;	width:200px; top: 80px;	padding:10px; z-index:4;
}

#NP-panel {	overflow: auto;	max-height: 600px; }

#NP-panel a {	background: none;	display: inline;	margin-left: 5px;
				margin-right: 5px;	color: white;  display:block; text-decoration:none;}
#NP-panel a:hover {text-decoration:underline;}

#NP-panel a.del { color: #fff; }

#NP-panel tr.selected {background-color: #de719d; }
#NP-panel tr.selected a {color: #fff;}

div.NP_add_button { width: 14px; height: 14px; position: absolute;
				    margin-top: -15px; margin-left: 1px; color: red;
				    background: transparent url("/img/plus.gif");
				    cursor: pointer;z-index:1000; }
				   
div.NP_del_button { width: 60px; height: 14px; position: absolute;
				    margin-top: -15px; margin-left: 1px; color: #FFFFFF;
				    background-color: #b20007; 
				    cursor: pointer;z-index:1000;}
				   
#np_small_list { width: 200px; border: 1px solid green; float: left;
				 height: 150px; overflow: auto;}
#np_small_list table {width: 100%;}
#np_small_list a {font-weight: bold; color: gray; text-decoration: none;}
#np_small_list tr.selected {background-color: yellow;}
#np_small_list td {padding-left: 5px;}

/* end NP styles */


/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(../img/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:470px; 
    height:470px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../img/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(../img/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(../img/petrol.png) no-repeat !important; 
    color:#fff; 
} 
/* the overlayed element  end */ 


/* gifts list styles */
#giftslist {width: 600px; height: 300px; margin-right: auto; margin-left: auto;
			overflow: auto; border: 1px solid #de4986;}
#giftslist div {float: left; cursor: pointer; text-align: center;}
#sendgift_outer {width: 500px; height: 450px; margin-left: auto; margin-right: auto;}
#selected_gift {text-align: center; height: 100px; line-height: 100px;}
#sendgift_form {text-align: center;}
#sendgift_form table td {text-align: left; font-size: 11px; vertical-align: top;}
#sendgift_form textarea {border: 1px solid #de4986;}
.gifts_message {text-align: center; color: red; font-weight: bold; font-size: 14px;}
.gifts_links   {text-align: center;}
/* gifts list styles end */ 

#swf-uploader-container input {border: 1px solid gray;}

#edit_imagedata_form  input {border: 1px solid gray;}

#edit_imagedata_form select {border: 1px solid gray; padding: 0px;}

#picture_controls {width: 600px; text-align: right; margin-left: auto; margin-right: auto;}
.error_message {color: red; font-weight: bold;}