﻿
    body{ height:100%;margin:0px;}
        .header1
        {
            background: #E3EEF2;
            font-size: 13px;
            height: 25px;
        }
        select
        {
            width: 155px;
        }
        .picurl
        {
            border: 1px solid #cccccc;
        }
        #mark
        {

            text-align: center;
            padding-top: 200px;
            width: expression(screen.availWidth-17);
            background: #000000;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            -moz-opacity: 0.5;
            filter: alpha(opacity=50);
            z-index: 99;
            height: 100%;
        }
        
         .helpDiv{margin-top:10px; background-image:url(/Images/gif_01.gif); background-repeat:no-repeat; background-position:bottom right;padding-top:2px;}
         .userPicDiv img{border:1px solid #cccccc;padding:2px; cursor:hand; text-align:center;}