/*

Stereotype - Form css

Copyright (C) 2011 Klas Ehnemark (http://klasehnemark.com)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as 
published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

More information can be found at http://klasehnemark.com/wordpress-plugins

*/


.stereotype-form									{ margin: 0px 0px 0px;}
.stereotype-form .field-row 							{ margin: 10px; position: relative; clear: both; }

.stereotype-form .text								{ float: left; width: 200px; margin: 4px 0px 0px; }
.stereotype-form .value								{ overflow: hidden; display: block; padding:3px 4px 0 10px; }

.stereotype-form input[type=text],
.stereotype-form input[type=password]					{ width: 100%; border: 1px solid #aaa; padding: 6px; line-height: 18px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }					
.stereotype-form textarea							{ width: 100%; height: 100px; border: 1px solid #aaa; padding: 6px; line-height: 18px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.stereotype-form .tabs-panel							{ max-height: inherit; padding-top: 10px; } 
.stereotype-form li.tabs a							{ font-weight: bold; }

.stereotype-form .field-row.type_radio					{ background-color: #eee; padding: 8px 5px 5px; }
.stereotype-form .field-row.type_radio .value label		{ display: block; margin-bottom: 5px; }
.stereotype-form .field-row.type_radio .value input		{ position: relative; top: -2px; margin-right: 5px; }

.stereotype-form .field-row.row_error					{ background-color: #FFEBE8; border: 1px solid #CC0000; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 5px 25px; margin: 0px -15px 15px; }
.stereotype-form .field-row.row_error .text				{ margin: 0px; font-weight: bold;}

.stereotype-form .field-row .err_message				{ font-size: 10px; font-weight: bold; color: #555; margin-top: 1px; }

.stereotype-form .stereotype-tabs .tab_error a			{ color: #CC0000 !important; font-weight: bold; }

.stereotype-form .field-row .undelete_file				{ margin-top: 10px; }