#myMessage{
    width:450px;
    height:28px;
	background-color:#FFFFCC;
    color:red;
    display:none;
    padding-top:10px;
    padding-left:10px;
    padding-bottom:10px;
	padding-right:10px;
	font-size:12px;
}

.myMainDiv{
    width:inherit;
    font-size:13px;
}

.myList{
    width:100%;
    float:left;
    padding: 3px 0px 3px 0px;
	font-size: 11px;
}

.myListHr{
    width:100%;
    float:left;
    padding-bottom:10px;
    margin-top:8px;
    border-top:#CCCCCC solid 1px;
	font-size:11px;
}

.myFirstColumn{
    width:25%;
    float:left;
	font-size: 11px;
}
.mySecondColumn{
    width:75%;
    float:left;
	font-size: 11px;
}
.myField{
    width:150px;
    border: #666666 solid 1px;
	font-size: 11px;
	float:left;
}
.myComboType{
    width:154px;
    border: #666666 solid 1px;
	float:left;
}
.myComboType2{
    width:204px;
    border: #666666 solid 1px;
	float:left;
}
.myButton{
    width:154px;
    border: #666666 solid 1px;
    background-color:#666666;
    color:#FFFFFF;
}
.myButton2{
    width:204px;
    border: #666666 solid 1px;
    background-color:#666666;
    color:#FFFFFF;
}
.myDisclaimer{
	font-size:11px;
	color: #999999;
}

/*for system avaibale */
.myColumn1{
	float:left;
	width:30%;
	color:#00ABD3;
	font-weight:bold;
	font-size:11px;
}
.myColumn2{
	float:left;
	width:60%;
	margin-right:5px;
	font-size:11px;
}
.myColumn3{
	float:left;
	font-size:11px;
}

#rebate_calculateResult{
	float:left;
	padding-top:20px;
	padding-bottom:20px;
}

.messageText{
	background-color:#FFFFCC;
    color:red;
    display:none;
    margin-left:10px;
	font-size:12px;
	float:left;
}

/*for contact */
.myFirstColumnForm{
    width:30%;
    float:left;
	font-size: 11px;
}
.mySecondColumnForm{
    width:70%;
    float:left;
	font-size: 11px;
}
.myFieldForm{
    width:150px;
    border: #666666 solid 1px;
	font-size: 11px;
	float:left;
}
.myFieldForm2{
    width:200px;
    border: #666666 solid 1px;
	font-size: 11px;
	float:left;
}