/*
	Copyright (c) 2007-2010 JB Interactive Pty. Ltd.
	All Rights Reserved
	http://www.jbinteractive.com.au/
*/

.remove_checkbox {
	font-size: 14px;
	float: right;
	margin-top: 5px;
}

.remove_checkbox_r {
	font-size: 14px;
	float: right;
	margin-top: 5px;	
}

.remove_checkbox input, .remove_checkbox_r input {
	margin-right: 8px;
}

.basic hr {
	border: 1px solid #99C23E;
}

.basic .add_button {
	margin-bottom: 0px;
	margin-top: 10px;
	cursor: pointer;
	background: url(/img/forms/add.png) no-repeat #BBD62F;
	background-position: 20px 20px;
	padding-left: 50px;
}

.basic div.fieldset {
	padding-bottom: 0;
}

.basic .control {
	position: relative;
	color: #4b4b4b;
	padding-top: 6px;
	font-size: 15px;
}

.basic #adoptionslist_submit button {
	margin-left: 200px;
}

.control input[type="radio"] {
	margin: 0 5px 0 8px;
}

.basic .input_error {
	padding: 0;
}

.standard .basic .half ul.errors {
	padding-top: 0px;
}

/* Adoptions List Forms v3 */

.cb-form {
	font-size: 16px;
	color: #333;
	text-shadow: 0 1px 0 #fff;
}

.cb-form fieldset {
	overflow: auto;
	background-color: #eee;
	margin-bottom: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-bottom: 1px solid #ddd;
}

.cb-form fieldset h1 {
	font-size: 20px;
	margin-bottom: 8px;
	background-color: #bbd62f;
	color: #fff;
	font-weight: normal;
	text-shadow: 0 1px 2px rgba(0,0,0,0.7);
	padding: 4px 16px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 0 #FFF;
	box-shadow: 0 1px 0 #FFF;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8pxx;
}

.cb-form h2 {
	margin-left: 16px;
	margin-bottom: 8px;
	font-size: 18px;
	color: #555;
}

.cb-form fieldset p {
	margin: 0 16px 16px;
}

.cb-form-column {
	width: 426px;
	margin-left: 16px;
	padding: 8px 0;
	float: left;
}

.cb-form .field {
	margin-bottom: 8px;
}

.cb-form label {
	display: block;
	margin-bottom: 4px;
}

.cb-form ul label {
	display: inline;
	font-size: 14px;
}

.cb-form li {
	margin-bottom: 8px !important;
}

.cb-form li input {
	width: 50px;
	text-align: right;
}

.cb-form input {
	margin-right: 4px;
}

.cb-form textarea {
	width: 400px;
	height: 6em;
}

.cb-form select {
	margin-left: 0;
	margin-right: 8px;
}

.cb-form [type=text],
.cb-form textarea {
	padding: 4px;
	border: 1px solid #ccc;
	border-top-color: #aaa;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}

.cb-form input.short {
	width: 80px;
}

.cb-form input.long {
	width: 250px;
}

/* Hairbrained defaults further up the chain */
.standard .cb-form img {
	float: none;
	margin: 0;
	vertical-align: -5px;
}

.cb-form .cb-form-meta {
	text-align: right;
	float: right;
}

.cb-back-link {
	display: block;
	background: url(/img/forms/back-small.png) no-repeat left center;
	height: 36px;
	line-height: 36px;
	padding-left: 30px;
	float: left;
}

#content a.cb-back-link:hover {
	border: none;
}

.cb-form .cb-form-meta span {
	padding: 8px;
	display: inline-block;
}

.cb-form .cb-field-checkbox {
	padding: 8px 0;
	line-height: 16px;
}

.cb-form .cb-field-checkbox label {
	display: inline;
}

.cb-form .cb-field-checkbox input,
.cb-form .cb-field-checkbox label {
	vertical-align: middle;
}

.cb-form button,
.cb-form a.button {
	font-size: 16px;
	background-color: #bbd62f;
	padding: 8px 16px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.7);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
}

.cb-form button:hover,
#content .cb-form a.button:hover {
	background: #8ba202;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

#content .cb-form a.ui-button:hover {
	border: 1px solid #999999;
	color: #800000;
}

.cb-form table {
	margin-left: 16px;
	margin-bottom: 16px;
	width: 868px;
	border-bottom: 1px solid #FFF;
}

.cb-form th {
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	background-color: #DDD;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	padding: 3px 8px 2px;
	color: #666;
}

.cb-form td {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	padding: 8px;
}

.cb-form td.actions {
	text-align: right;
	width: 200px;
}

.cb-loading {
	float: right;
	height: 36px;
	width: 16px;
	padding-right: 16px;
	position: relative;
}

.cb-loading img {
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
}

.cb-form textarea#comments {
	width: 858px;
	margin: 8px 0 16px 16px;
}

