/*========================================================= Basic forms style */
input, textarea, select {
	background: #feffec;
	margin: 2px;
}
input:hover, textarea:hover, select:hover {

}
input:focus, textarea:focus, select:focus {

}
input.wpisz_cos, select.wpisz_cos {
	width: 250px !important;
	width: 240px;
	border: 1px solid #A8AD46;
	background-color: #feffec;
}
textarea.wpisz_cos {
	width: 250px;
	height: 80px;
	border: 1px solid #A8AD46;
	background-color: #feffec;
}
input.chk {
	width: 18px;
	height: 18px;
	border: none;
	background: transparent;
	margin: 2px;
	vertical-align: middle;
}
label {
	float: left;
	width: 200px;
	text-align: right;
	margin: 2px;
	clear: left;
	font-size: 90%;
}

input#back_image {width: 250px;}
/*========================================================= Login and register forms */
#right label {
	display: block;
	float: none;
	width: 183px;
	text-align: left;
}
#right input.wpisz_cos {width: 203px !important;}
input.log_reg {
	border: 1px solid #000;
	color: #fff;
	background-color: #d8deba;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}
#login_button {
	float: right;
}
input.log_reg:hover {background: #9c8f30;}
img#sec_code {border: 1px solid #000;}

/*========================================================= message layer buttons */
.msg form, .mini_msg form {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.msg input, .mini_msg input, #profile_header input.delete_msg, #profile_header input.reply {
	background-color: transparent;
	border: none;
	color: #000;
	font-size: 80%;
	line-height: 16px;
	height: 18px;
	width: 50px;
	margin-top: 0px;
	padding: 0px 0px 0px 16px;
	cursor: pointer;
}
.msg input:hover, .msg input:focus,.mini_msg input:hover, .mini_msg input:focus {color: #f60;}

input.delete_msg {
	background: transparent url(../images/but-block.png) 0 0 no-repeat;
	width: 37px;
	height: 18px;
}
input.delete_msg:hover {
	background: transparent url(../images/but-block.png) 0 -18px no-repeat;}
input.reply {
	background: transparent url(../images/but-say.png) 0 0 no-repeat;
	width: 37px;
	height: 18px;
}
input.reply:hover {
	background: transparent url(../images/but-say.png) 0 -18px no-repeat;}
/*========================================================= send message form */
textarea#message {
	border: 1px solid #e0e1d0;
	width: 468px;
	height: 97px;
	margin-top: 0px;
	background-color: #feffec;
	float: left;
}
#profile_header input {
	border: 1px solid #A8AD46;
	background-color: #feffec;
}
 #profile_header input#add_photo {
	border: none;
	background-color: #feffec;
}
#profile_header input#add_photo {float:left;
margin-top:-2px}
#profile_header input.submitlong {
	border: none;}
#profile_header input.submit, input.submit {
	background: transparent url(../images/but-send.png) 0 0  no-repeat;
	width:93px;
	height:30px;
	border:none;
	cursor:pointer;
	float:right;
	margin:10px 10px 10px 0;
	color:#FEFFEC;
	font-weight:bold
}
#top input.submit {margin:10px 0 0 0px}
input.submitlong {
	background: transparent url(../images/but-send-long.png) 0 0  no-repeat;
	width:156px;
	height:30px;
	border:none;
	cursor:pointer;
	float:right;
	margin:10px 10px 10px 0;
	color:#FEFFEC;
	font-weight:bold;
	float:none;
	font-size:12px
}
 input.submitlong:hover{background:url(../images/but-send-long.png) 0 -30px  no-repeat;}
input.submit {float:none;
}
#profile_header input.submit:hover , input.submit:hover{background:url(../images/but-send.png) 0 -30px  no-repeat;}
#profile_header form, #profile_header label {
	color: #644a27;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
}
 #profile_header label {
	display:block;
	float:left;
	width: 200px;
	margin: 0 0 0 70px;
}
/*========================================================= user relation */
.follow_button {
	background:url(../images/bg-follower.gif) no-repeat;
	border: none;
	color: #000;
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	cursor: pointer;
	float: left;
	padding: 0px 2px 0px 2px;
	width: 39px;
	height:22px;
	text-indent:-9999999px
}
.stop_follow_button {
	background:url(../images/bg-stopfollow.gif) no-repeat;
	border: none;
	color: #000;
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	cursor: pointer;
	float: left;
	padding: 0px 2px 0px 2px;
	width: 39px;
	height:22px;
	text-indent:-9999999px
}
.remove_friend_button {
	background:url(../images/bg-friends-remove.gif) no-repeat;
	border: none;
	color: #000;
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	cursor: pointer;
	float: left;
	padding: 0px 2px 0px 2px;
	width: 39px;
	height:22px;
	text-indent:-9999999px
}
.follow_button:hover {color: #000; border: none; text-decoration: none;}

/*========================================================= settings */
#settings_content label {width: 150px;}
#settings_content .wpisz_cos {width: 250px;border: 1px solid #e0e1d0;
background-color: #feffec;}
textarea.paste_code {width: 400px; height: 100px; font-size: 80%; font-family: "Courier New", Courier, monospace;}
input#sticker_color {background: #fff;}
input#back_color {background: #fff;}
input#text_color {background: #fff;}
input#name_color {background: #fff;}
input#link_color {background: #fff;}
input#bubble_fill_color {background: #fff;}
input#bubble_border_color {background: #fff;}
input#side_border_color {background: #fff;}
input#side_fill_color {background: #fff;}
input#top_area_color {background: #f60;}


/*========================================================= search */
#top .form_search {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 403px;
	height:52px;
	background:url(../images/bg-searchform.gif) no-repeat;
	text-align: left;
	padding: 5px 0 0 20px;
}


#top .form_lang {
	position: absolute;
	top: 0px;
	right: 60px;
	width: 55px;
	font-size: 11px;
	font-weight:bold;
	color:#572414
}
#top .form_lang select, #top .form_lang option {font-size:11px;
height:21px;
padding:0}

#search_words {
	width: 130px;
	border: 1px solid #afaa78;
	color: #000;
	background: #feffec;
	font-size:11px;
	padding-top: 3px;
	position: relative;
	top: 5px;
}
#search_words:hover, #search_words:focus {background: #feffec;}

#search {
	background:url(../images/bg-topbutton.gif) no-repeat;
	height: 21px;
	font-size:11px;
	width: 55px;
	color: #fff;
	position: relative;
	top: 3px;
	border: none;
	text-align: center;
	cursor: pointer;
	padding-bottom: 3px;
}
img.searchimg {margin:0 0 -7px 0}
/*========================================================= other */
#notify_mode1, #notify_mode2, #notify_mode3, #notify_mode4, #notify_direct1, #notify_direct2 {vertical-align: middle; border: none; background: transparent;}

textarea#api_key {width: 300px; height:1.5em;	border: 1px solid #A8AD46;
	background-color: #feffec;}
input.languages{font-weight:bold;
color:#5d7c69;
background:transparent;
border:none;
font-size:11px;
cursor:pointer;
float:left;
width:23px;
padding:2px 0 0 0
}
input.languages:active {color:#572414}
input.languages:hover {
color:#AD2E27;
	text-decoration: none;
}

