﻿.collapsePanel
{
    width:638px;
    height:0px;
    overflow:hidden
}
.collapseHeader{
    width:638px;
    line-height:27px;
    height:27px;
    color: white;
    background-color: #696969;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
    cursor: pointer;
}
.arrowCollapse{
    margin:7px 8px 0 3px
}