/* 
    Document   : thankyou_admin
    Created on : 05.10.2009, 9:08:06
    Author     : Vladimir Garagulya
    Description:
        Thank You Counter Button WordPress plugin Admin Settings Page CSS
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.txt_left {
  text-align: left;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}

.thanksquant {
  font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
  font-size:14px;
  font-weight: bold;
  line-height:1.7em;
  text-align:right;
  padding-right:8px;
}

.form_color_row {
  float: left;
  display: block;  
  margin-bottom: 5px;
  width: 100%;
  clear: both;
}

.form_widget_amount_slider {
	border-top:1px solid #9d9c99;
	border-left:1px solid #9d9c99;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	background-color:#f0ede0;
	height:3px;
	position:absolute;
	bottom:0px;
}

img.input_radio {
	vertical-align: middle;
}

a.thanks_rsb_link {
	padding:4px;
	display:block;
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:5px 50%;
	text-decoration:none;
	border:none;
}

a.thanks_rsb_link:hover {
	border-bottom-width:1px;
}

.thanks-submit {
  width: 130px;
}

input.warning:hover, a.warning:hover {
	color: red;
}

div.thanks_settings_shortcuts_off {
  display: none;
  vertical-align: bottom;
}

.fli {
  float: left;
  display: inline;
}


.tycb {
  float: left;
  width: 70%;    
}

.tycb-sidebar {
  float: right;
}