﻿.TextBoxStyle
{
    background-image:url(images/textboxbg.gif);
    background-repeat:repeat-x;
    border:solid 1px #CCCCCC;
}

/*--------------- list height --------------------
------------ by CS -------------------------------------*/

.listHeight {
    margin:0;
    height:28px;
    vertical-align:middle;
    _height:28px;
    
}

.listHeight a {color:#666;}

.listHeight td {border-bottom:1px solid #ccc;}

.listDate 
{
	color:#666;
	/*display:block;*/
	float:left;
	width:30%;
}
.listTitle
{
	/*display:block;*/
	float:left;
	width:70%
}

