/*************************************************************
 *                                                           *
 *  Created by Tamas Manhertz (PYLON) / Manhertz-Pylon Ltd.  *
 *          All rights reserved. 2009.                       *
 *                                                           *
 *************************************************************/
/*************************************************************
 *    Used by:
 *              enrollment.php
 *              
 *              
 *************************************************************/
/*************************************************************
 *    #ADD: -
 *************************************************************/
/*************************************************************
 *
 *   CSS Description:
 *       - 
 *************************************************************
 *
 *      GENERAL CSS STYLES
 *
 *************************************************************/
@charset "utf-8";

input, textarea
 {
   font-family:verdana, helvetica, sans-serif; 
   font-size:11px; 
   font-weight:bold;
   border:1px solid #848484;
 }

input
 {
   height:16px;
   width:160px;
 }

textarea
 {
   height:64px;
   width:280px;
 }

 
/* General rules */

#enrollment_input_fields_div
{
/*    display:none;*/
}

#enrollment_please_wait_div
{
    position:absolute;
    top:200px;
    left:0px;
    WIDTH: 100%;
    HEIGHT: 180px;
    text-align:center;
    background-color:transparent;
    z-index: 9992;
    display:none;
}

#enrollment_error_text_div
{
    WIDTH: 100%;
    z-index: 9991;
    text-align:center;
    background-color#FFFFD2;
    display:none;
}


#error_text_table
{
    height:128px;
    width:380px;
;    background-color:#ff3963;
    border:0px;
}

#error_text_table td
{
    color: #484754;
    background-color: #ffffff;
}

/*************************************************************
 *                        PAGES
 *************************************************************/


/*
 *
 *    Page-specific styles
 *
 */
