 body { 
 /*
 	-webkit-filter: grayscale(1) !important;
	-moz-filter: grayscale(1) !important;
	-ms-filter: grayscale(1) !important;
	filter: grayscale(1) !important;
 */
 
 font-family:Lucida Sans, Arial, Helvetica, Sans-Serif; font-size:13px; margin:20px;}
        #main { width:790px; margin: 0px auto; border:solid 1px #b2b3b5; -moz-border-radius:10px; padding:20px; background-color:#f6f6f6;}
        #header { text-align:center; border-bottom:solid 1px #b2b3b5; margin: 0 0 20px 0; }
        fieldset { border:none; width:790px;}
        legend { font-size:15px; margin:0px; padding:10px 0px; color:#000000; font-weight:bold; text-align:left;}
        label { display:block; margin:15px 0 5px;}
        /*input[type=text], input[type=password] { width:300px; padding:5px; border:solid 1px #000;}*/
        .prev, .next { background-color:#000; padding:5px 10px; color:#fff; text-decoration:none;}
        .prev:hover, .next:hover { background-color:#000; text-decoration:none; color:#fff;}
        .prev:visited, .next:visited { background-color:#000; text-decoration:none; color:#fff;}
        .prev:link, .next:link { background-color:#000; text-decoration:none; color:#fff;}
        .prev { float:left;}
        .next { float:right;}
        #steps { list-style:none; width:100%; overflow:hidden; margin:0px; padding:0px;}
        /*#steps li {font-size:24px; float:left; padding:10px; color:#b0b1b3;}*/
		#steps li {font-size:24px; color:#b0b1b3;}
        /* #steps li span {font-size:11px; display:block;} */
        #steps li.current { color:#000;}
        #makeWizard { background-color:#b0232a; color:#fff; padding:5px 10px; text-decoration:none; font-size:18px;}
        #makeWizard:hover { background-color:#000;}
div.alertBox{  
    /*border:5px solid #33CC00;  
    background-color:#F5FEED;  */
    width:50px;  
    margin:auto;  
    height:50px;  
    text-align:center;  
    font-size:12px;  
}  