/* applies to page level */

#reggyForm {width:325px;font-family:Arial,Sans-Serif;font-size:11px;background-color:#FFFFFF;border:1px solid #FFFFFF;}
#reggyFormBody {margin:25px;}


/* these apply to multiple fields */
.textInput {margin-left:3px;}
.textCopy  {}
.fieldLabel {margin-top:10px; margin-bottom:3px;} /*each field label text */
.fieldBox {margin-top:15px;}/* each field including label and input is enclosed in a div with this class */

.selectInput {margin-left:3px;margin-bottom:5px;font-size:11px;}
.selectOption{font-size:11px;}

.radioInput {margin-left:3px;}
.radioOption{font-size:11px;}
.radioLabel {margin-bottom:5px;font-size:11px;} /*each field label text */

.checkboxInput {font-size:11px;}
.checkboxOption {font-size:11px;}
.checkboxLabel {margin-bottom:5px;font-size:11px;}

.textareaInput {margin-left:3px;width:250pxheight:100px;margin-bottom:5px;font-size:11px;}
.fileUploadInput {margin-left:3px;font-size:11px;}


#captchaLabel {margin-top:10px;}
#captchaBox {margin-top:10px;margin-bottom:10px;}
#captchaImage{width:125px;height:35px;border: 2px solid #CCCCCC;}
.captchaInput{width:129px;} /* using class because id is used to identfy the field for validation */

#formButtonBox {margin-top:10px;margin-bottom:25px;}
#formButton {font-size:11px;}

#formResponse {font-family:arial,sans-serif;font-size:14px;}

/* Please do not change this setting, it's against your license agreement */
#formBrandBox {margin-left:30px;margin-top:10px;border-top:1px dotted #CCCCCC;width:200px;padding-top:5px;}



/* Optionally you can control individual fields, field boxes and labels 
by referencing the ids by it's distinct field number.  The best 
thing to do is view your form source and get the individual values that way

for labels:

  #field_[fieldId]_label 
  
   example:
    
    #field_24_label{font-family:arial;}
    
****************************
  
for inputs (text, select):

  #field_[fieldId]_input
  
   example:
    
    #field_25_input{font-family:arial;}

*****************************
  
for options (select options, radio, checkbox)  

  #field_[fieldId]_option1..N
  
  example:
    
    #field_26_option1{font-family:arial;}

each fieldBox and label also have their own unique ids based on 
the fieldId.

If you need help please don't hesitate to contact us for help.
   
*/



