/*========================================================= Basic forms style */
input, textarea, select {
	border: 1px solid #000;
	background: #fff;
	margin: 2px;
}
input:hover, textarea:hover, select:hover {
	border: 1px solid #EB892D;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #EB892D;
}
input.wpisz_cos, select.wpisz_cos {width: 250px !important; width: 240px;}
textarea.wpisz_cos {width: 250px; height: 80px;}
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%;
color:black;
}
input.submit {
	background:url(../grafika/buttonlarge-trans.png) center center no-repeat;
border:none;
	height: 30px;
	padding-left: 3px;
	width: 160px;
padding-bottom:4px;
color:white;
cursor:pointer;
}
input.submit:hover {
	background:url(../grafika/buttonlarge2-trans.png) center center no-repeat;cursor:pointer;
}
input#back_image {width: 250px;}
/*========================================================= Login and register forms */
#right label {
	display: block;
	float: none;
	width: 165px;
	text-align: left;
}
#right input.wpisz_cos {width: 160px !important;}
input.log_reg {
	color: #fff;
	padding: 0px 3px 0px 3px;
	background:url(../grafika/buttonb.gif) center center no-repeat;
border:none;
	height: 30px;
	padding-left: 3px;
	width: 55px;
padding-bottom:4px;
cursor:pointer;
color:white;
}



#login_button {
	float: right;
}
input.log_reg:hover {	background:url(../grafika/buttonb2.gif) center center no-repeat;
cursor:pointer;}
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(../grafika/cancel.png) center center no-repeat;
	width: 16px;
	height: 16px;
}
input.reply {
	background: transparent url(../grafika/comment.png) center center no-repeat;
	width: 16px;
	height: 16px;
padding-top:2px;
}
input.reply2 {
	background: transparent url(../grafika/comment.png) left center no-repeat;
	width: 54px;
	height: 20px;
font-family:verdana;
font-size:11px;
border:none;
padding-left:22px;
padding-bottom:6px;
}

input.reply3 {
	background: transparent url(../grafika/comment.png) center center no-repeat;
	width: 16px;
	height: 16px;
padding-top:2px;
color:transparent;
}

input.delete_msg2 {
	background: transparent url(../grafika/cancel.png) center center no-repeat;
	width: 16px;
	height: 16px;
color:transparent;
}


/*========================================================= send message form */
textarea#message {
	border: 1px solid #64A6F0;
	width: 520px;
	height: 65px;
	margin-top: 0px;
	background-color: white;
}
#profile_header input {
	border: 1px solid #fff;
	background-color: #eee;
}
#profile_header input.submit {
	color: #fff;
	padding: 0px 3px 0px 3px;
	background:url(../grafika/buttono-trans.png) center center no-repeat;
border:none;
	height: 42px;
	padding-left: 3px;
	width: 85px;
padding-bottom:6px;
cursor:pointer;
}

#profile_header input.submit:hover {	background:url(../grafika/buttono2-trans.png) center center no-repeat;cursor:pointer;}
#profile_header form, #profile_header label {color: #fff;}

/*========================================================= user relation */
.follow_button {
	background: transparent;
	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: auto;
}
.follow_button:hover {color: #000; border: none; text-decoration: none;}

/*========================================================= 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 {
	position: absolute;
	top: 54px;
	right: 40px;
	width: 230px;
}
#search_words {
	width: 160px;
	border: 1px solid #35A7F7;
	color: #000;
/*	background: #eee url(../grafika/search_box_back.png) left top no-repeat;*/
background:white url(../grafika/shadowsearch.gif) left top repeat-x;
	height: 19px;
	padding-top: 3px;
	position: relative;
	top: 3px;
}
#search_words:hover, #search_words:focus {background: #DAF0FF;}

#search2 {
	background:url(../grafika/button-trans.png) center center no-repeat;
border:none;
	height: 22px;
	padding-left: 3px;
	width: 55px;
	color: white;
	position: relative;
font-weight:normal;
	top: 3px;
padding-bottom: 2px;
cursor:pointer;
}

#search2:hover {
	background:url(../grafika/button2-trans.png) center center no-repeat;cursor:pointer;
}




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