/* 
    Document   : login
    Created on : May 10, 2012, 7:41:35 PM
    Author     : urjuniur
    Description:
        Purpose of the stylesheet follows.
*/

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

.jtab_body_container
{
    background: none repeat scroll 0 0 #008f4d;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 100%;
    margin-bottom: 10px;
    width: 100%;
}

    .jtab-container{
	height:350px; 
             width:400px; 
             background:#f1f1f1; 
             margin:0px; 
             border-bottom-right-radius:15px;
             -moz-border-radius-bottomright:15px;
             border-bottom-left-radius:15px;
             -moz-border-radius-bottomleft:15px; 
             padding-bottom:15px;

    }

    .container{
        width:400px;	
    }


    .jtab_head{
        margin:0px;
        padding:0px;
        height:40px;
    }
    .jtab_head li{
        background-color: #f1f1f1;
        float:left;
        height:40px;
        list-style:none;
        margin:0px;
    }


    .jtab_head li div{

        margin:10px;
        font-size:18px;
        font-weight:900;	
    }


    .jtab_head_right li.e1{
        color: 008f4d;
    }

    .jtab_head_right li.e2 div{
        border-top-left-radius:15px;
        -moz-border-radius-topleft:15px;
    }

    .jtab_head_right li.e3{
    background: none repeat scroll 0 0 #008f4d;
    color: #FFFFFF;
    }



    .jtab_head_left li.e1{
    background: none repeat scroll 0 0 #008f4d;
    color: #FFFFFF;
    }

    .jtab_head_left li.e2 div{
        border-top-right-radius:15px;
        -moz-border-radius-topright:15px;
    }

    .jtab_head_left li.e3{
        color: 008f4d;
    }



    .jtab_body_left div.jtab_body_container{

        border-top-right-radius:15px;
        -moz-border-radius-topright:15px;

    }

    .jtab_body_right div.jtab_body_container{

        border-top-left-radius:15px;
        -moz-border-radius-topleft:15px;

    }





    .txt_input{
        border-radius : 5px; 	
        -moz-border-radius : 5px;
        background-color:#f8f8f8;
        width:250px;
        height:32px;	
    }

    .txt_input input[type=text] , input[type=password]{
        border:none;
        background:none;
        width:80%;

        height:100%;
        font-size:15px;
        
    }
    .focusClass{
        color:#222;
        font-size:15px;
        
    }

    .rel{
        color:#cccccc;
        font-size:15px;
    }

    #forgottab, #logintab{
        cursor:pointer;	
    }

    .txt_color {
    color: #ffffff;
    }