/* Input styling */
input[type=text],
input[type=password],
textarea,
select {
	background: white url('http://beta.sunridgepoodles.com/images/input_fade.png') repeat-x top left;
	border: 1px solid #bbb;
	font-family: Tahoma;
	font-size: 1em;
	color: #58c;
	padding: 2px 5px;
}

input[type=submit] {
	color:#777;
	font-weight: bold;
	padding: 2px 10px;
}

fieldset input[type=submit] {
	text-align: center;
}

select {
	background: #fcfcfc;
}

fieldset textarea {
width: 95%;
height: 100px;
}

input[type=text]:focus,
input[type=text]:hover,
input[type=password]:focus,
input[type=password]:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	border: 1px solid #88BBFF; /* #afa */
}

fieldset input[type=text],
fieldset input[type=password],
fieldset input[type=file],
fieldset select {
	width: 100%;
}


/* Fieldset layouts */
fieldset {
	border: none;
	clear: left;
	margin: 6px 0px;
	padding: 10px 15px;
	width: 250px;
	float: left;
}

fieldset fieldset {
	border:1px solid #DDDDDD;
}

fieldset fieldset fieldset {
	border: 1px solid #EEE;
	width: 95%;
	margin-top: 0px;
	color: #555;
	padding: 5px;
}

legend {
	font-weight: bold;
	font-size: 1.5em;
	color: #8bf;
	padding: 0px 4px;
}

fieldset fieldset legend {
	font-size: .9em;
	color: #CCC;
}

.fieldset-right {
	clear: right;
	float: right;
}

.fieldset-clear {
	border: 0px;
	margin: 0px;
}

.fieldset-search {
	width: 600px;
}

.fieldset-bottom {
	clear: both;
	border: 0px;
	margin: 0px;
}

.fieldset-span {
	clear: both;
	float: none;
	width: 95%;
}

fieldset div {
	margin-bottom: 6px;
	clear: left;
}

fieldset input[type=submit] {
	width: 100%;
	text-align: center;
}

fieldset input[type=text] {
	width: 95%;
}

#search div {
	padding-bottom: .5em;
}

form label {
	display: block;
	margin: .1em;
	color: #777;
}

.input-hint {
	color: #bbb;
	font-size: .8em;
	padding-left: 5px;
	margin-top: -5px;
}

.input-warning {
	color: #f88;
	background: url('/icons/error.png') no-repeat;
	text-indent: 14px;
}

.grooming label {
	margin-top: 1em;
}

.grooming label.checkbox {
	display: inline;
}

.grooming textarea {
	width: 350px;
	height: 4em;
}

.grooming .input-hint {
	margin-top: 0px;
}

.record input[type=submit] {
	margin: 10px;
}

.layout-frame.record {
	margin-bottom: -30px;
}

.record .input-hint {
	margin-top: 0px;
}

.weight-additional {
	position: absolute;
	left: 225px;
}

.weight-additional textarea {
	width: 250px;
	height: 4em;
}

.fieldset-wizard {
	background-image: url(/images/corner.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	width: auto;
	padding-top: 20px;
}

.fieldset-wizard * {
	width: auto !important;
}

.fieldset-wizard .thumb {
	margin-right: 10px;
	margin-top: -10px;
}

.fieldset-wizard legend {
	color:#666;
	font-size:1.2em;
}

.lp-edit-node {
	margin: 4px !important;
	margin-left: 90px !important;
}

.lp-edit-done {
	background-color: #ddffdd;
}

.lp-edit-node > .lp-edit-node {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 2px solid #EEE;
}

.lp-edit-node > .lp-edit-node > .lp-edit-node {
	border-right: 0px;
}

/* Quicksearch */
#quicksearch_input {
	width: 100px;
}

#quicksearch_submit {
	position: absolute;
	left: 120px;
	padding: 0px;
	margin-top: -1px;
}

/* Picture attachment form */
.pic-attach-form {
	
}

.formtable input[type=text], .formtable select {
    width: 200px;
}

.formtable td {
    padding: 0px 10px 0px 5px;
}

.formtable td.label {
    color: #777;
    font-size: 1.2em;
    border-right: 2px solid #ccc;
    text-align: right;
	min-width: 130px;
}

.formtable label.radio {
    display: inline;
    padding-left: 15px;
}

.solo_checkbox {
	margin: -6px;
}

.edit-full {
	width: 100%;
	height: 10em;
}

textarea .tall, .tall > textarea {
	height: 12em;
}