input[type="submit"] { 
padding: 5px 20px;
}
input[type="button"] { 
padding: 5px 20px;
}

input[type="text"] { 
margin: 5px;
}

table {
	border-collapse: collapse;
	border: none;
	width: 100%;
}
th {
	background: #ccc;
	color: #000;
}
td {
	border: none;
	padding: 3px;
}tr.member td, tr.gray.member {background: #e5fdff;}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	width: 100%;
}
pre {
	font-family: monospace;
	display: inline;
}

#colorpicker {
	position: absolute;
	width: 195px;
	padding: 10px;
	display: none;
	z-index: 20000;
}
a#cmClose, a#cmClose:visited {
	padding: 2px;
	background: #000;
	color: #fff;
	width: 40px;
	display: block;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
}
a#cmClose:hover {
	background: #000;
	color: #fff;
}
.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(../grafika/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(../grafika/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden;
  background: url(../grafika/marker.png) no-repeat;
}

h1 {margin: 5px 0px 10px 0px; font-size: 140%; color: #007eff;}
#right h1 {font-size: 1em; font-weight: bold;}
#profile_header h1 {color: #fff;}
h1.header_home {
	color: #000000;
	font-size: 14px;
	line-height:20px;
	margin-top: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #C8C8C8;
}
h1.header {
	color: #000000;
	font-size: 14px;
	line-height:20px;
	padding: 3px 0px 0px 8px;	
	height:25px;
	width:955px;
	margin:;
	border-top: 1px solid #6B90DA;
	background-color: #F0F7F9;
}
.greenfield h1 {color: #fff;}
h2 {margin: 10px 0px 10px 0px; font-size: 120%; font-weight: bold; color: #007eff;}
.person h2 {margin-bottom: 5px;}
#settings h2 {
	color: #000;
	font-size: 90%;
	font-weight: bold;
}
#choose_photo h2, #upload_photo h2 {margin-top: 0px;}

h3 {margin: 10px 0px 10px 0px;	font-size: 120%; color: #39ba00;}
h4 {margin: 10px 0px 10px 0px;	font-size: 110%;}
p {margin: 10px 0px 10px 0px;}

strong, b {font-weight: bold; font-size: 1em;}

.ok {text-align: center; font-weight: bold; margin: 20px;}
.error {text-align: center;	color: #c00; margin: 10px; font-weight: bold; font-size: 120%;}
.mini {font-size: 0.8em; line-height: 1.5em; font-weight: normal;}


.from {color: #000; font-size: 0.7em;}
.greenfield .when, .greenfield .from {color: #fff; font-weight: normal;}
.right {text-align: right;}
.mid {text-align: center;}
p.hint {
	padding-left: 200px;
	font-size: 75%;
	color: #666;
	margin-top: 0px;
}
.comment {color: #999; font-size: 80%;}
p.comment {margin: 5px 0px 5px 0px;}
p.preview, #additional_note {
	background: #eee;
	padding: 10px;
	line-height: 1.2em;
	font-family: monospace;
	font-size: 70%;
}
p.tabs {border-bottom: 2px solid #000;}
#profile_header p {position: relative; color: #fff; margin: 0px; font-size: 120%;}
#login_stuff p {
	position: relative;
	margin: 0px 0px 0px 160px;
}
.side_middle p {font-size: 85%; line-height: 1.3em;}
#additional_note {font-size: 1em; display: block;}

#chars_left {
	color: #fff;
}

.how_long_ago {color: #6f0000; font-size: 90%;}
.user_name {color: #f60;}

ul li {margin-left: 25px;}
ul#as_ul li a {color: #fff;}
ul.ul_start li {font-weight: bold;}
#im_contact {color: #f00; font-size: 120%; font-weight: bold;}
.my_latest_msg {font-size: 110%; font-weight: bold;}
.first {margin-top: 0px;}
.invitation_message {
	background: #eee;
	padding: 10px;
	font-family: monospace;
}
#total_credits_price {font-weight: bold;}

p.reg_ch{
	margin: 0px;
}


a, a:visited {
	text-decoration: underline;
	color: #5C8DB5;
	font-size: 12px;
}
a:hover {
	color: #5C8DB5;
	text-decoration: none;
}
a.username, a.username:visited {
	color: #007dfe;
	text-decoration: none;
	font-weight: bold;
}
a.username:hover {
	color: #000;
}
#main_header_link a{
	color:#ffffff;
	text-decoration: none;
	font-size:11px;
}

#other_page_header_link a{
	color:#ffffff;
	text-decoration: none;
	font-size:10px;
}
#link_search a{
	font-size:11px;
	font-weight:bold;
}

#mainmenu a, #mainmenu a:visited {
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
}
#mainmenu a:hover {
	color: #007dfe;
	text-decoration: none;
	background: #fff;
}

a#logo {
	background: transparent url(../logo/logo.png) left top no-repeat;
	display: block;
	width: 360px;
	height: 146px;
	text-indent: -600px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
}

a#logo_other_page {
	background: transparent url(../logo/logo_s.png) left top no-repeat;
	display: block;
	width: 125px;
	height: 50px;
	text-indent: -600px;
	overflow: hidden;
}

a.rlink {
	display: block;
	float: right;
}

a.continue, a.continue:visited {
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
a.continue:hover {
	color: #000;
	text-decoration: none;
}

a.pagination, a.pagination:visited {
	text-decoration: none;
	color: #007dfe;
	padding: 5px;
	margin: 5px;
}
a.pagination:hover {
	text-decoration: none;
	color: #39ba00;
}

a.reg_policy, a.reg_policy:visited {
	text-decoration: none;
	color: #447BFC;
	font-size:14px;
}

a.reg_policy:hover {
	text-decoration: underline;
	color: #447BFC;
	font-size:14px;
}

.user_stats a {
	line-height: 1.5em;
	padding-left: 20px;
}
a.link_direct_msg {background: transparent url(../grafika/email.png) left center no-repeat;}
a.link_followers {background: transparent url(../grafika/group.png) left center no-repeat;}
a.link_friends {background: transparent url(../grafika/user.png) left center no-repeat;}
a.link_favorites {background: transparent url(../grafika/heart.png) left center no-repeat;}
a.link_sms_credits {background: transparent url(../grafika/money.png) left center no-repeat;}

.rss_feed {
	background: transparent url(../grafika/feed.png) left center no-repeat;
	padding-left: 20px;
}
/*=================================
Settings
================================*/

#settings_menu a, #settings_menu a:visited {
	font-size: 90%;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 3px;
}
#settings_menu a:hover {
	background: #fff;
}

.right_middle p a, .right_middle p a:visited {
	color: #ea5a00;
	text-decoration: underline;
	font-size: 100%;
}
.right_middle p a:hover {
	color: #000;
}
.back_lib {
	background: url(../grafika/arrow_down.png) right center no-repeat;
	margin: 10px 0px 10px 0px;
	padding-right: 18px;
}

a img {
	border-width: 0px;
}
img {

}
img.noborder {
	border-width: 0px;
}
img.avatar {
	background: #fff;
	border: 1px solid #b5b5b5;
	padding: 2px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	width: 60px;
	height: 60px;
}
.avatar_preview {
	background: #fff;
	border: 2px solid #000;
	padding: 5px;
	width: 60px;
	height: 60px;
}
#profile_header img.avatar {border: 1px solid #fff; margin-top: 0px;}
#picture_set img {margin: 5px;}
.gray img.avatar {border: 2px solid #000; background: #fff;}
img.chosen {background: #000;}
img.mini_friend, a img.mini_friend , a:visited img.mini_friend {
	padding: 0px;
	border: 1px solid #000;
	margin: 5px;
	width: 25px;
	height: 25px;
	background: #fff;
	vertical-align: middle;
}

a:hover img.mini_friend {background: #f60;}
img.im_logo {
	vertical-align: middle;
	margin: 5px;
}
img.r {
	display: block;
	margin: 5px;
	padding: 1px;
	border: 1px solid #666;
	float: right;
}
img.l {
	float: left;
	margin: 5px 5px 5px 0px;
}
img.fav_add, img.fav_del {
	margin: 5px 0px 0px 5px;
	cursor: pointer;
}
a img.bglib_pic {
	float: left;
	width: 100px;
	height: 100px;
	padding: 2px;
	margin: 10px;
	border: 1px solid #000;
	vertical-align: middle;
}
a img.bglib_pic_current {
	float: left;
	width: 100px;
	height: 100px;
	padding: 0px;
	margin: 10px;
	border: 3px solid #000;
	vertical-align: middle;
}

/*========================================================= Basic forms style */
 textarea, select {
	background: #fff;
	margin: 6px;
	border: 1px solid #CDCDCD;
}
/*

input:hover, textarea:hover, select:hover {
	border: 1px solid #39ba00;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #39ba00;
}
*/
input.wpisz_cos, select.wpisz_cos {
	/*width: 250px !important;*/ 
	width: 233px;
	height:21px;
	padding-top:4px;
}
textarea.wpisz_cos {width: 250px; height: 80px;}

input.reg, select.reg {
	/*width: 250px !important;*/ 
	width: 198px;
	height:21px;
	padding-top:4px;
	float:left;
}
input.reg_s {
	width: 72px;
	height:21px;
	padding-top:4px;
	float:left;
}
input.reg_b {
	width: 233px;
	height:21px;
	padding-top:4px;
	float:left;
}

input.chk {
	width: 18px;
	height: 18px;
	border: none;
	background: transparent;
	margin: 2px;
	vertical-align: middle;
}
/*label {
	float: left;
	width: 143px;
	text-align: right;
	margin:11px 9px 0px 0px;
	clear: left;
	font-weight: bold;
	/*font-size: 90%;*/
}*/
input.submit {
	padding: 5px 20px;
}

/*input.submit:hover {
	background-color: #39ba00;
}*/
input#back_image {width: 250px;}
/*========================================================= Login and register forms */
#reg_step1 label {
	float: left;
	width: 168px;
	text-align: right;
	margin:11px 9px 0px 0px;
	clear: left;
	font-size: 14px;
}
#reg_step2 label {
	float: left;
	width: 305px;
	text-align: right;
	margin:11px 9px 0px 0px;
	clear: left;
	font-size: 14px;
}

#login_stuff label {
	float: left;
	width: 143px;
	text-align: right;
	margin:11px 9px 0px 0px;
	clear: left;
	font-weight: bold;
	/*font-size: 90%;*/
}


#right input.wpisz_cos {width: 203px !important;}

input.login {
	background-color:#FEFEFE;
	border:1px solid #CDCDCD;
	color:#000000;
	font-weight:bold;
	height:28px;
	padding:0 3px;
	width:45px;
}

input.log_reg {
	border: 1px solid #CDCDCD;
	color: #000000;
	background-color: #FDFDFD;
	padding: 5px 3px 5px 3px;
	width: 60px;
	height: 29px;
	
}

#login_button {
	float:left;
	margin:5px 0 10px 160px;
}

img#sec_code {border: 1px solid #000;}

/*========================================================= 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 */
#main_header_menu .form_search {
	width: 420px;
}


#top .form_lang {
	position: absolute;
	top: 45px;
	right: 0px;
	width: 180px;
}


#main_header_menu #search_words {
	width: 297px;
	height: 19px;
	/*border: 1px solid #A6A6A6;
	  color: #505050;
	  background: #ffffff;*/
	padding: 7px 0px 0px 4px;
	margin: 0px;
}
/*#search_words:hover, #search_words:focus {background: #ffffff;}*/


#other_page_header_menu .form_search {
	
	width: 420px;
}

#other_page_header_menu #search_words{
	width: 295px;
	height: 17px;
	/*border: 1px solid #A6A6A6;
	color: #505050;
	background: #ffffff;*/
	padding: 4px 0px 0px 4px;
	margin: 0px;
}
#other_page_header_menu #search {
	/*background-color: #999999 ;*/
	height: 23px;
	/*border: 1px solid #4C80A9;*/
	margin: 0px 0px 0px 15px ;
	text-align: center;
	width: 100px;
	/*color: #F3F3F3;*/
	font-weight:bold;
}
/*========================================================= 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;}

/* ================================================== basic layout elements */
#top {
	width: 100%;
	height: 17px;
	padding-top:5px;
	border-bottom: 1px solid #5C8DB5;
}
#top .top_content{
	/*width: 980px;*/
	margin: 0 auto;
	height: 17px;
}
#main_header_logo{
	width:360px;
	height:146px;
	margin-left:auto;
	margin-right:auto;
	margin-top:73px;
}
#main_header_menu{
	width:470px;
	height:69px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 50px;
}
#main_header_link{
	width:420px;
	height:28px;
	padding-top:5px;
	background-color: #0281AA;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
}
#other_page_header_link{
	width:420px;
	height:14px;
	padding-top:1px;
	background-color: #0281AA;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
}
#main_header_other_page{
	height:75px;
	width:963px;
	margin:0px auto 0px auto;
}
#other_page_header_menu{
	width:420px;
	height:69px;
	float: left;
}
#main_header_other_page_logo{
	width:125px;
	height:50px;
	margin-left:10px;
	margin-right:12px;
	float: left;
}
#link_search{
	float:left;
	width:85px;
	padding:22px 0px 0px 0px;
}
#mainmenu {
	height: 25px;
	background: transparent;
	margin-bottom: 20px;
}
#middle {
	margin: 0 auto;
	width: 963px;
}

#main {
	width:947px;
	overflow: hidden;
	clear:both;
	border: none;
	background: transparent;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}

#page_header{
	height:28px;
	width:963px;
	margin:;
	border-top: 1px solid #6B90DA;
	background-color: #F0F7F9;
}

#right {
	width: 240px;
	float: right;
	overflow: hidden;
}
#footer {
	color: #000000;
	font-size: 0.9em;
	text-align: center;
	width: 680px;
	clear: both;
	margin: 5px auto 0px auto;
	padding: 20px 0px 30px 0px;
}
#top_info {
	color: #fff;
	background: url(../grafika/black_bkg.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 100px;
	width: 360px;
	padding-left: 10px;
	padding-right: 200px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3em;
	float: left;
	margin-bottom: 10px;
}

#copyright {float: left; font-size: 80%; color: #8f7847;}

/* ================================================== login page */
#login_stuff{
	width:500px;
	height: 422px;
	margin: 0px auto 55px auto;
}

/* ================================================== register page */
#register_stuff{
	
}
#reg_step1{
	width:700px;
	/*height: 448px;*/
	margin: 0px auto 100px auto;
}
#reg_step2{
	width:850px;
	height: 382px;
	margin: 0px auto 100px auto;
}
#reg_step1 .signup{
	margin:14px 0px 0px 164px;
}
#reg_step2 .signup{
	margin:14px 0px 0px 300px;
}
#img_captcha{
	margin: 13px 0px 15px 183px;
	clear:both;
}

/* ================================================== sidebar stuff */
.side_top {
	height: 7px;
	background: transparent url(../grafika/sidebar_top.png) center bottom no-repeat;
	margin: 0px;
	padding: 8px 5px 0px 7px;
}
.side_middle {
	border: none;
	background: transparent url(../grafika/sidebar_mid.png) center top repeat-y;
	padding: 0px 5px 0px 7px;
	overflow: hidden;
	text-align: left;
}
.side_bottom {
	height: 15px;
	background: transparent url(../grafika/sidebar_bottom.png) center top no-repeat;
	margin: 0px 0px 15px 0px;
	padding: 0px 5px 0px 7px;
}
.side_stuff {
	padding: 0px 10px 5px 10px;
	background: #ebebeb;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


#most_recent_stuff, #most_popular_stuff {text-align: left;}

.decorative_bar {
	background: #39ba00;
	height: 6px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* ================================================== message stuff */

.msg {
	/*margin-bottom: 10px;*/
	margin-top: 0px;
	padding-left: 5px;
	/*height: 94px;*/
	height: 24px;
	clear: both;
	/*background: #fff url(../grafika/message_back.jpg) left top repeat-x;*/
	/*border: 1px solid #b5b5b5;*/
	/*border-left: 5px solid #007eff;*/
	overflow: hidden;
	position: relative;
}
.msg.yellow {
	/*border-left: 5px solid #39ba00;*/
}

.msg_content {
	/*position: absolute;
	height: 25px;
	overflow: auto;
	top: 5px;
	left: 80px;
	width: 500px;*/
}
.mini_msg {
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 5px;
	height: auto !important;
	height: 40px;
	min-height: 40px;
	clear: both;
}

.when {
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	padding-left: 18px;
	background: transparent url(../grafika/time.png) left center no-repeat;
	color: #666;
	position: absolute;
	right: 5px;
	bottom: 3px;
}
.msg_controls {
	position: absolute;
	bottom: 0px;
	left: 5px;
	width: 100px;
	height: 23px;
	overflow: hidden;
}


#profile_header {
	background: #39ba00;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	position: relative;
}

#profile_header p{
	width: 598px;
	height: 70px;
	overflow: auto;
}

#profile_header .when {
	color: #fff;
	font-weight: bold;
	text-align: right;
	height: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent url(../grafika/time.png) left center no-repeat;
}

.person {
	height: 75px;
	margin-bottom: 5px;
	clear: both;
}


/* ================================================== settings page */
#settings_menu {
	float: left;
	width: 125px;
	padding: 0px 10px 10px 10px;
	background: #eee;
	border: 1px solid #ccc;
}
#settings_content {
	float: right;
	width: 775px;
}
#picture_set {
	height: 250px;
	overflow: scroll;
}

/* ================================================== misc */
.clear {clear: both; font-size: 0px; height: 1px; margin:0; padding:0;}
#last_msg_tooltip {
	width: 200px;
	overflow: hidden;
	position: absolute;
	color: #000;
	font-size: 1em;
	text-align: center;
	background: #e7f3ff;
	border: 2px solid #007dfe;
	padding: 5px;
	font-size: 90%;
}
#contact_list {
	height: 300px;
	width: 550px !important;
	width: 530px;
	overflow: scroll;
}
#del_pass_form {margin-top: 10px; position: relative;}
#top_text {
	float: right;
	width: 580px;
	font-weight: bold;
	font-size: 130%;
	color: #000;
	position: absolute;
	right: 0px;
	top: 35px;
}
#avatar_preview {
	width: 200px;
	float: right;
	text-align: center;
}
#bglib {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*========================================================= links on tabs */
.side_stuff h1 a, .side_stuff h1 a:visited {
	text-decoration: none;
	color: #aaa;
	margin: 0px 5px 0px 0px;
	white-space: nowrap;
}
.side_stuff h1 a:hover {
	color: #000;
}
.side_stuff h1 a.current, .side_stuff h1 a.current:visited, .side_stuff h1 a.current:hover {
	color: #007dfe;
	text-decoration: none;
}


a.profile, a.profile:visited {
	color: #444;
	text-decoration: none;
	font-weight: normal;
	background: #fff url(../grafika/tab_back.jpg) left bottom repeat-x;
	border: 1px solid #000;
	padding: 2px 5px 0px 5px;
	margin-left: 2px;
	font-size: 85%;
	white-space: nowrap;
}
a.profile.current, a.profile.current:visited, a.profile:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	background: #fff;
	border: 1px solid #000;
	border-bottom: none;
	padding: 2px 5px 2px 5px;
	font-size: 85%;
}

a.profile.rlink {margin-right: 5px; position: relative; top: -1px;}

#footer a, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	text-decoration: none;
	font-size: 0.9em;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	text-decoration: none;
}