/**
 * @category
 * @package	    ICONtrol Row
 * @author		Bilal Cinarli
 * @copyright	Since 2000 ICON Perception Management Co.
 * @license
 * @version
 * @filesource
 * @link		http://www.iconpm.com
 * @see
 * @since
 **/

form {  }
.modal-container form {  }
.modal-container ol {  }
    fieldset {  }

        legend {  }

        fieldset ol {  }
            form li {  }

                label {  }
                label.error { color: #f00; font-style: italic; }
                label.required:after { content: " *"; color: red; font-family: sans-serif; }
                .right-aligned-text { text-align: right; }
                .right-aligned-box { float: right; margin-right: 0; }
                
                .help { font: italic 12px sans-serif; }

                input[type="text"],
                input[type="password"],
                textarea, select { padding: 5px; border: 1px solid; vertical-align: middle; border-radius: 5px; }
                select { padding: 4px 5px; }
                
                input[readonly="readonly"],
                textarea[readonly="readonly"],
                select[readonly="readonly"] { border-color: #c5c5c5; background: #f1f1f1; }

                .buttons { text-align: right; }
                .modal-container .buttons { padding-right: 10px; }
                button, .button, .button:hover { cursor: pointer; padding: 6px 10px; border: none; font-size: 12px; line-height: 1; color: #fff; border-radius: 3px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }


                .cancel { cursor: pointer; display: inline-block; margin-right: 5px; font-size: 12px; color: #f00; vertical-align: bottom; }