﻿/*-----------------------------------------------
'     Company: Community Engine (www.communityengine.com)
'     Copyright (c) 2009, All rights reserved.
'     Date Created: April 2009
'
'     Last Modified Date: 21st April, 2009
'     Last Modified By: Benjamin -> ben.ruhe@communityengine.com
'
'     DO NOT MODIFY THIS DOCUMENT WITHOUT
'     NOTIFYING THE AUTHOR FIRST
'
------------------------------------------------*/ 

.notice{
      font-size:                                            8px;
      text-transform:                                       uppercase;
      color:                                                #666666;
}

ul.globalForm{
      list-style:                                           none none;
      margin:                                               0!important;
      padding:                                              0!important
}

ul.globalForm li{
      padding:                                              0 0 10px;
      position: relative;      
}

ul.globalForm label{
      display:                                              block;
      padding:                                              0 0 2px
}

ul.globalForm label.error {
      color:                                                red;
}


ul.globalForm .txtField{
      width:                                                300px;
      font-size:                                            12px;
      padding:                                              2px;
      border:                                               1px solid #666
}

ul.globalForm select{
      font-size:                                            12px;
      width:                                                310px
}

ul.globalForm textarea{
      height:                                               150px;
      border:                                               1px solid #666    
}


ul.globalForm table td {
      width:                                                200px;
      overflow:                                             hidden;
      margin:                                               0!important;
      padding:                                              10px 0 0!important;
      _padding:                                             5px 0 0!important;
      vertical-align:                                       top;
}

ul.globalForm table td label{
    width:                                                  150px;
      float:                                                left;
      font-size:                                            80%;
      padding:                                              0 0 0 5px!important;
}

ul.globalForm table td input{
      float:                                                left;
      vertical-align:                                       middle;
}

.cDiv{
      clear:                                                left;
}

iframe{
      border:                                               none;
}

.alert{
    font-size:                                              120%;   
    padding:                                                0 20px 20px 0;
    color:                                                  #ff8400!important
}

.error{
    clear:                                                  left!important;  
    display:                                                block!important;
    position:                                               absolute;
    top:                                                    0;
    left:                                                   0;
    width:                                                  100%;
    background:                                             #fff;
}