body {
	font: 0.8em/21px arial,sans-serif;
}

.checkbox, .radio {
	width: 34px;
	height: 36px;
	padding: 0 5px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
    cursor:pointer;
}
.radio {
	background: url(radio_biem.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}
.bosAlan{
    width:1px;
    height:50px;
}
.td_radio{
    width:36px;
    text-align: center;    
    vertical-align: middle;
}
.txtarea{
    width:100%;
    height:70px;
    border:1px solid #dddddd;
}
.td_soru_text{
    vertical-align: top;
}
hr.rowSeperator{
    height:1px;
    color:#eeeeee;
    border:0px;    
    background: #dddddd;
}
.gonderBtn{
    border: 0px;
    width:260px;
    height:55px;
    background: #ffffff;
    background-image: url(btn_bg.png);
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
}
.tr_cap{
    background: #e1f3fc;
    border:1px solid #95d5f3;
    padding:5px;
    color:#1a546f;
    font-size:16px;
    font-weight:bold;
}
.td_soru_text{
    font-size:12px;
    font-weight: bold;
    color:#333333;
}
.tr_sorudegerlendirme{
    font-size:12px;
    font-weight: bold;
    color:#1a546f;    
}
.tr_cap2{
    font-size:12px;
    font-weight: bold;
    color:#000000;        
}