ul.survey_info { list-style: none; padding: 0; margin: 1em 0 2em 0; }
ul.survey_info li { padding-left: 15em; position: relative; border-bottom: 1px solid #F1F1F1; }
ul.survey_info li label { position: absolute; left: 0; font-weight: bold; }
/* IE hack */
* html ul.survey_info li label { left: -11em; }

div.open_ended { margin: 1em 0; }
div.open_ended textarea { width: 40em; }

.banner {
 color: #842029;
background-color: #f8d7da;
border: 1px solid #f5c2c7;
padding:20px 25px;
 border-radius:10px;
}

label.open_ended_prompt { display: block; }
label.highlight { font-weight: bold !important; color:#F00; }
label.normal { font-weight: normal; color:#000; }
label.hide{  font-weight:normal; font-size:smaller; visibility:hidden; color:#F00; }
label.show{ font-weight:normal; font-size:smaller; display:block; color: #F00; }
label.none{ display:none;};

div.vyes_no label { font-weight: normal; }

ul.ptable { 
    /*list-style: none;*/
    border: 1px solid black;
}
ul.ptable li { border-bottom: 1px solid #F1F1F1; }

ul.pform { list-style: none !important; }
ul.pform label { display: block; }


#editBox  #subprogramEditBox {
		font-size: 10px
	}
	.editBoxcontent {
		font-size: 10px;
		display:inline-table
		}
	.tr_id_hidden{
		display:none
		}
	.tr_id_show{
		display:table-row
		}
	.input_area{
		width:100%;
		}
	

#checkoutsteps{
}

#checkoutsteps span{
	margin-left: 20px !important;
	margin-right: 20px !important;
	color:#AAA;
}
.spanhighlight {
	color:#AA0100 !important;
}
 
 
table.refundTable {
		width: 100%;
		align: center;
		cellspacing: 10px;
		text-align:center;
	}

	
table.refundTable caption{
		width:100%;
		color:#000;
	}
	
table.disabledrefundTable{
	width: 100%;
	align: center;
	cellspacing: 10px;
	text-align:center;
	color:#BBB;
}

table.disabledrefundTable caption{
	width:100%;
	color: inherit;
}

table.disabledrefundTable input{
	color: inherit;
}

table.disabledrefundTable label{
	color: inherit;
}
 
	
div.divcaptionCategoryName {
	float: left;
}
.divcaptionCategoryAmount {
	float: right;
	width: 200px;
	text-align:left
}
.divrefundTableoutter{
	padding-top: 15px;
	border-top:dotted thin;
}


input.inputEdit{
	border: 1px solid black;
}
.inputReadonly{
	border: none;
}


div.disabledTransInfo{
	color:#CCC;
	}
	div.disabledTransInfo input 


label,table, tbody, tfoot, thead, tr, th, td, hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background-image: none;
    font-style: normal;
    text-decoration: none;
}

th{
	font-weight: bold;
}
td label{
	font-weight: normal !important;
}

tbody.sandwiched tr {
    border-top-color: lightgray;
    border-bottom-color: lightgray;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: thin;
    border-bottom-width: thin;
}

.h5-special {
    font-weight: bold;
	color: #aa0100;
}

.h5-special_groupprice {
    color:blue;
    font-weight:bold;	
}