
/********************************************
*                                           *
* Author: 	Paul Killoran                   *
*         	Starlight Solutions             *
*                                           *
* Date: 	13/06/2007                      *
*********************************************
*                                           *
* Copyright © Starlight Solutions 2007      *
* This module remains the property of       *
* Starlight Solutions at all times.         *
* Unathorised use is not permitted.         *
*                                           *
********************************************/

/* Content style and type definitions */

div.form { padding:0px; margin:0px;  }
div.form form { padding:0px; margin:0px; }
div.form form table tr td.label { font-weight:bold; color:#000000; }
div.form form table tr td { padding:3px; }

div.form form table { padding:0px; margin:0px; }
div.form form table tr td h2 { margin-top:5px; }

div.form form input.input_text { border:1px solid #eb990d; padding:2px 4px; color:#000000; height:16px; }
div.form form input.form_error { color:#ffffff; background-color:#ff0000; }
div.form form .value { border:1px solid #eb990d; padding:2px 4px; color:#333333; background-color:#eeeeee; line-height:16px; }
div.form form select.select_one { border:1px solid #eb990d; color:#000000; margin:0px; padding:0px; }
div.form form div.submit_button { padding: 10px 5px; border-top:1px dotted #eb990d; margin:20px 0px;  }
div.form form div.submit_button input.submit_button { font-size:11px; border-bottom-width:2px; padding:5px; font-weight:bold; border:1px solid #000000; padding:3px 5px; color:#000000; background-color:#DBDBDB;  }
div.form form div.submit_button input.submit_button:hover { color:#eb990d; text-decoration:none; background-color:#eeeeee; }

div.form form div.small_button { padding:3px 0px;   }
div.form form div.small_button input.submit_button { font-size:11px; border-bottom-width:2px; padding:5px; font-weight:bold; border:1px solid #000000; padding:3px 5px; color:#000000; background-color:#DBDBDB;  }
div.form form div.small_button input.submit_button:hover { color:#eb990d; text-decoration:none; background-color:#eeeeee; }
div.form form label { font-weight:bold; color:#eb990d; }
