.wind_base {
	border-left : 1px solid #E9EBEF;
	border-right : 1px solid #E9EBEF;
	background-color : white;
}

.wind_top {
	background : url('../images/win_top.gif');
	padding : 30px 30px 10px 30px;
	background-repeat : repeat-x;
}

.wind_bottom {
	background : url('../images/win_bottom.gif');
	height : 21px;
}

.howSend_numb {
	text-align : left;
	padding-left : 5px;
	padding-right : 20px;
	padding-top : 10px;
}

.howSend_col {
	padding-top : 7px;
	padding-bottom : 7px;
	border-top : 1px solid #E9EBEF;
}

.howSend_colLeaf {
	padding-top : 7px;
	padding-bottom : 7px;
	border-top : 1px solid #E9EBEF;
	border-bottom : 1px solid #E9EBEF;
}


.smallWindContainer {
    display : none;
    width : 200px;
    height : 70px;
    border-top : 4px solid #0063DC;
    border-bottom : 4px solid #0063DC;
    border-left : 1px solid #CCE0F8;
    border-right : 1px solid #CCE0F8;
    position : absolute;
    background-color : white;
}

.smallWindSubContainer {
    border-top : 8px solid #CCE0F8;
    border-bottom : 8px solid #CCE0F8;
    padding : 10px;
}
                                        