/*========================================================= Basic forms style */
/*input, textarea, select {
	border: 1px solid #000;
	background: #fff;
	margin: 2px;


}
input:hover, textarea:hover, select:hover {
	border: 1px solid #F9F9F9;
*/
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #F9F9F9;
}
input.wpisz_cos, select.wpisz_cos {width: 250px !important; width: 240px;}
textarea.wpisz_cos {width: 450px; height: 150px;}
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.submit {
	border: 1px solid #000;
	color: #fff;
	background-color: #3b5998;
	font-weight: bold;
}
input.submit:hover {
	background-color: #003399;
}
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 #F9F9F9;
	color: #fff;
	background-color: #3b5998;
	font-weight: bold;
	padding: 0px 3px 0px 13px;
   float: left;
}
#login_button {

}
input.log_reg:hover {background: #003399;}
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: #3b5998;
	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(../imajlar/cancel.gif) center center no-repeat;
	width: 16px;
	height: 16px;
}
input.reply {
	background: transparent url(../imajlar/comment.gif) center center no-repeat;
	width: 16px;
	height: 16px;


}

/*========================================================= send message form */
textarea#message {
	border: none;
	width: 590px;
	height: 65px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#profile_header input {
	
	background-color: #ffffff;
}
#profile_header input.submit {
	
	color: #fff;
	font-weight: bold;
	background: #3b5998 url(../imajlar/comment.gif) 3px center no-repeat;
	margin: 5px;
	padding: 3px 3px 3px 20px;
}

#profile_header input.submit:hover {color: #3b5998; background-color: #fff;}
#profile_header form, #profile_header label {color: #3b5998;}

/*========================================================= user relation */
.follow_button {
	background: transparent;
	border: none;
	color: #3b5998;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	float: left;
	padding: 0px 2px 0px 2px;
	width: auto;
}
.follow_button:hover {color: #006699; border: none; text-decoration: underline;}

/*========================================================= settings */
#settings_content label {width: 150px;}
#settings_content .wpisz_cos {width: 250px;}
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: 5px;
	right: 0px;
	width: 230px;
}


#top .form_lang {
	position: absolute;
	top: 45px;
	right: 0px;
	width: 230px;
}


#search_words {
	width: 160px;
	color: #000;
	background: #fff  left top no-repeat;
	height: 19px;
	padding-top: 3px;
	position: relative;
	top: 3px;
}
#search_words:hover, #search_words:focus {background: #eee;}

#search {
	background: #3b5998  left top no-repeat;
	height: 25px;
	border: 1px solid #fff;
	padding-left: 20px;
	width: 55px;
	color: #ffffff;
	position: relative;
	top: 3px;
}

/*========================================================= 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;}
