/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
*   gmForms default CSS
*   Created By shawn@geminisbs.com
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

label, 
input, 
textarea {
  display: block;
}

label {
  margin: 4px 0 4px 0;
}

input, 
textarea {
  margin: 4px 0 4px 0;
}

ul li {
  list-style: none;
}

ul li input {
  display: inline;
  margin: 0 4px 0 4px;
}

.textReadOnly {
   background-color: #eeeeee;
   font-color: #000000;
}

.checklist {
  border: 1px solid #ccc;
  list-style: none;
  height: 8em;
  overflow: auto;
  width: 30em;
  padding: 8px;
}

.checklist, 
.checklist li { 
  margin: 0;
  padding: 0;
}

.checklist label {
  display: block;
  padding-left: 25px;
  text-indent: -25px;
}

.radiolist label {
  display: inline;
  font-weight: normal;
}

ul.radiolist {
  list-style: none;
}

.boolean_checkbox, 
.boolean_checkbox label, 
.boolean_radio, 
.boolean_radio input{
  display: inline;
}

.boolean_checkbox{
  margin: 0 4px 0 0;
}

.boolean_radio {
  font-weight: normal;
}

.boolean_radio input {
  margin: 0 4px;
}

fieldset {
  display: block;
  margin-bottom: 8px;
}

/*-------------------------------------------------------------- 
- Checklist Label Replacment                                                     -
---------------------------------------------------------------*/

.checklist_label {
  font-weight: bold;
  clear: both;
  padding-top: 8px;
}

/*-------------------------------------------------------------- 
- IE hacks                                                     -
---------------------------------------------------------------*/

* html .checklist label { 
  height: 1%; 
}
