/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
.stepsNew {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px; padding: 5px; color:#E6E6E6;
}

.steps {
	border-top: 3px #428EEF solid; font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px; padding: 5px; border-bottom: 5px solid #E6E6E6; color:#E6E6E6;
}
.instant1 {
   filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity:1.0;           /* Mozilla 1.6 and below   */
   opacity: 1.0;               /* newer Mozilla and CSS-3 */
}
.instant2 {
   filter:alpha(opacity=50);   /* Internet Explorer       */
   -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
   opacity: 0.5;               /* newer Mozilla and CSS-3 */
}
option.seperate {
	font-weight:bold; color:red;
}
.pricing {
 color:#428EEF;
}

.outerBox1 {
	border: 1px #666666 solid; 
	background-color:#FFFFFF;
	width:800px;
}

.outerBoxNew {
	border: 1px #666666 solid; 
	background-color:#FFFFFF;
	width:970px;
}

input.button
{
	font-weight:bold; 
    font-size: 13px;
}

.footer-secure {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
    background-color: #000000;
	height:24px
}