/* 
Document   : RoundBox
Created on : May 29, 2009, 5:37:52 PM
Author     : wit
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.InfoBarTitle {color:#000; border-bottom:1px solid #aaa;font-weight:bold;font-size:14px;padding-bottom:1px; Margin-bottom:4px;}
.xcap {display:block; background:transparent; font-size:1px;}
.p3_B1, .p3_B2, .p3_B3 {display:block; overflow:hidden;height:1px;font-size:1px;}
.p3_B2, .p3_B3 {border-width:0 1px;}
.p3_B1 {margin:0 3px;}
.p3_B2 {margin:0 2px;}
.p3_B3 {margin:0 1px;}
.InfoBar .p3_B1, .InfoBar .p3_B2, .InfoBar .p3_B3, .InfoBar .p4_B1, .InfoBar .p4_B2, .InfoBar .p4_B3, .InfoBar .p4_B4 {background-color:#009EE3;}
.InfoBar .p3_B1, .InfoBar .p3_B2, .InfoBar .p4_B1, .InfoBar .p4_B2, .InfoBar .p4_B3 {height:1px;}
.InfoBarContent, .InfoBar .p3_B2, .InfoBar .p3_B3, .InfoBar .p4_B2, .InfoBar .p4_B3, .InfoBar .p4_B4 {border-left:1px solid #009EE3; border-right:1px solid #009EE3;}
.InfoBar .p3_B1, .InfoBar .p4_B1{background:#009EE3;}
.InfoBarContent {padding:5px;padding-left:10px; padding-right:10px; background-color:#C9E9FC;}


 #mask {
        position:absolute;
        left:0;
        top:0;
        z-index:9000;
        background-color:#000;
        display:none;
    }

    #boxes .window {
        position:absolute;
        left:0;
        top:0;
        width:440px;
        height:200px;
        display:none;
        z-index:9999;
        padding:20px;
    }

    #boxes #EmailBox {
        width:375px;
        height:203px;
        padding:10px;

    }
    #validEmail
    {
        margin-top: 4px;
        margin-left: 9px;
        position: absolute;
        width: 16px;
        height: 16px;
    }
    .field-title{
        font-size:12px;
        font-weight:normal;
        color:#333333;
        width:170px;
        text-align:left;
        float:left;
        padding:3px 2px 0 0;
    }

