h2 {
	font-weight: normal;
}

fieldset {
	margin: 1em 4em;
	padding: 2em;
	border: 1px solid #ccc;
	background-color: transparent;
	width: auto;
	/* The underscore means only IE will see it */
	_position: relative; 
	_display: block; 
	_margin: 1em 5em;
	_padding: 3em;
}

.iceCmdBtn {
    margin: 10px;
    margin-top: 0px;
    color: #CC0000;
    min-height: 19px;
    min-width: 100px;     
    padding: 8px 15px;
    font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
    line-height: 1;   
    border: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 300%, from(#fff), to(#bbb));
	background-image: -moz-linear-gradient(0 100% 90deg, #fff, #bbb);
    background-color: #fff;
    -webkit-border-radius: 23px; 
    -moz-border-radius: 23px; 
    -o-border-radius: 23px; 
    border-radius: 23px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    cursor:pointer;
    -webkit-appearance:button;
    }
.completeSignupButton  {
	min-height: 70px;
	min-width: 180px;
	font-size: 150%;
	}
	
.iceCmdBtn:hover,
.iceCmdBtn:focus {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 180%, from(#fff), to(#bbb));
	}
	
.iceCmdBtn:active {
	-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.25),0 1px 2px rgba(0, 0, 0, 0.05);
	}
	
.signup-form {
	min-height: 90%;
	}
	
.signup-form fieldset {
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0px;
	margin-top: 0px;
	padding: 1em;
  	}

.signup-form fieldset legend {
	font-size: 3em;
	}
	
.signup-form fieldset legend span {
	display: none;
	}
	
.signup-form fieldset legend span.iceOutTxt {
	display: block;
	}

.signup-form fieldset h3 {
	height: 1.5em;
	font-size: 1.5em;
	}
	
.signup-form fieldset div.help {
	color: #555555;
	font-size: 0.9em;
	font-weight: normal;
	height: 4em;
	}
	
.signup-form label {
    display: block;
    font-weight: bold;
    line-height: 1.4;
    color: #666;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 0 1px 1px #fff;
    margin-top: 10px;
    }
.signup-form .help {
	display: block;
	}

.signup-form label .required {
	font-weight: normal;
	font-size: smaller;
	}
	
.signup-form .iceInpTxt,
.signup-form .iceInpSecrt,
.signup-form .iceSelInpDateInput,
.signup-form .iceSelInpDateInput-dis {
    width: 215px;
    padding: 5px 8px;
    font-size: 1.0em;
    color: #666;
    border: 1px solid #dddddd;
    /* background-image: -webkit-gradient(linear, 0% 0%, 0% 12%, from(#999), to(#efefef));
    background-image: -moz-linear-gradient(0% 12% 90deg, #efefef, #999); */
    background-color: #efefef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    }

.signup-form .iceSelInpDateInput,
.signup-form .iceSelInpDateInput-dis {
    width: 100px;
    padding: 5px 8px;
    font-size: 1.0em;
    color: #666;
    border: 1px solid #dddddd;
    /* background-image: -webkit-gradient(linear, 0% 0%, 0% 12%, from(#999), to(#efefef));
    background-image: -moz-linear-gradient(0% 12% 90deg, #efefef, #999); */
    background-color: #efefef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    }
.signup-form .input-short {
	width: 110px;
	}
	
.signup-form .icePnlGrd,
.signup-form .icePnlGrdRow1 {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	}

.signup-form .locationCodeField {
	width: 50px;
	}
	
.signup-form .iceSelOneMnu {
	width: 215px;
    padding: 5px 8px;
	font-size: 1.0em;	
	background-color: #efefef;
	color: #666;
	border: 1px solid #dddddd;
	line-height: 14px;
	margin-bottom: 8px;
	}
	
.signup-form .signup-form-bottom {
	clear: both;
	width: 90%;
	height: 30%;
	border-width: 10px 0;
	padding: 1em;
	margin-top: 0px;
	}
	
.signup-form .disclaimer {
	font-size: 1em;
	width: 100%;
	margin: 10px;
	text-align: center;
	}
	
.signup-form .calltoaction {
	width: 100%;
	}
	
.signup-form-bottom legend {
	display: none;
	}
	
.signup-form-bottom h3 {
	display: none;
	}

.signupDetail {
	border:3px solid #bbdc00;
	padding: 5px 8px;
	margin: 10px 0px;
	margin-bottom: 15px;
	width: 300px;
	height: 80%;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	}

.signupDetail ul {
  	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

.signupDetail ul li {
	margin: 10px;
	background-image: url(../images/icon_check2_small.png);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	padding-left: 18px;
	}

.highlight {
	font-weight: bold;
	font-variant: small-caps;
	font-size: larger; 
	}
		
.tooltip {
	background-color:#555555;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

ol#steps { 
	width: 100%; 
	overflow: hidden; 
	margin-left: 20px; 
	padding: 0px;
	}
	
ol#steps li {
	width: 130px;
    position: relative;
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
    list-style: none;
    color: red;
    }
ol#steps li .iceOutTxt {
	color: #dddddd;
	}    
ol#steps li .current .iceOutTxt {
	color: #000F6A;
	text-shadow: 0 1px 1px white;
	font-weight: bold;
	}  
ol#steps li h1 {
	line-height: 1.0em;
	margin: 0;
	font-weight: normal;
	}
ol#steps li h2 {
	line-height: 1.0em;
	margin-top: 3px;
	font-size: 1.0em;
	}

.instructions {
    font-size: small;
    color: #555555;
    }
    	
/* Extract from Twitter Bootstrap stylesheet */	
	
.alert-message {
	position:relative;
	padding:7px 15px;
	margin-bottom:5px;
	color:#404040;
	background-color:#eedc94;
	background-repeat:repeat-x;
	background-image:-khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
	background-image:-moz-linear-gradient(top, #fceec1, #eedc94);
	background-image:-ms-linear-gradient(top, #fceec1, #eedc94);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
	background-image:-webkit-linear-gradient(top, #fceec1, #eedc94);
	background-image:-o-linear-gradient(top, #fceec1, #eedc94);
	background-image:linear-gradient(top, #fceec1, #eedc94);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color:#eedc94 #eedc94 #e4c652;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	border-width:1px;
	border-style:solid;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.25);
	}
	
.alert-message .close {
	margin-top:1px;
	*margin-top:0;
	}

.alert-message a {
	font-weight:bold;
	color:#404040;
	}

.alert-message.danger p a,
.alert-message.error p a,
.alert-message.success p a,
.alert-message.info p a {
	color:#ffffff;
	}
.alert-message h5 {
	line-height:18px;
	}	
.alert-message p { 
	margin-bottom:0;
	}
.alert-message div {
	margin-top:5px;
	margin-bottom:2px;
	line-height:28px;
}
.alert-message .btn {
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.25);
	}
.alert-message.block-message {
	background-image:none;
	background-color:#fdf5d9;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	padding:14px;
	border-color:#fceec1;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	}
.alert-message.block-message ul,
.alert-message.block-message p {
	margin-right:30px;
	}
.alert-message.block-message ul {
	margin-bottom:0;
	}
.alert-message.block-message li {
	color:#404040;
	}
.alert-message.block-message .alert-actions {
	margin-top:5px;
	}
.alert-message.block-message.error,
.alert-message.block-message.success,
.alert-message.block-message.info {
	color:#404040;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	}
.alert-message.block-message.error {
	background-color:#fddfde;
	border-color:#fbc7c6;
	}
.alert-message.block-message.success {
	background-color:#d1eed1;
	border-color:#bfe7bf;
	}
.alert-message.block-message.info {
	background-color:#ddf4fb;
	border-color:#c6edf9;
	}
.alert-message.block-message.danger p a,
.alert-message.block-message.error p a,
.alert-message.block-message.success p a,
.alert-message.block-message.info p a {
	color:#404040;
	}

.column25right {
	width: 25%;
	text-align: right;
	}
	
.column50left {
	width: 50%;
	text-align: left;
	}

.column50right {
	width: 50%;
	text-align: right;
	}
	
.column75left {
	width: 75%;
	text-align: left;
	}

.column150pxleft {
	width: 150px;
	text-align: left;
}
