
#sonuc, .active, #calroot {
	-moz-border-radius:4px;		
}

#sonuc {
	font-family:sans-serif;	
	background:#333 url(/images/h80.png);
	height:56px;
	padding:0px 0 0px 0px;
	color:#222;
	font-size:11px;
	width:350px;
	margin:0 auto;
	-moz-box-shadow:0 0 10px #666;
	-webkit-box-shadow:0 0 10px #666;
}

#sonuc label {
	float:left;
	width:160px;
	display:block;
	padding:6px;
	border:1px solid transparent;
	margin-right:0px;	
}

#sonuc .active {
	background-color:#fff;
	color:#333;
	border:1px solid #ccc;
	border-bottom:0;
}

.active input {
	color:#333;
	text-shadow:none;
}

/* date input */
.date {		
	float:left;
	display:block;
	border:0;
	background-color:transparent;
	font-size:18px;
	color:#000;
	text-shadow:0 0 1px #000;
	width:125px;
	cursor:pointer;
}

/* date input trigger element */
.caltrigger {
	display:block;
	width:30px;
	height:32px;
	float:left;
	background:url(/images/calendar/dateicon.jpg) no-repeat 0 0;
	margin-top:-8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.active .caltrigger {
	background-position: 0 -32px;		
}
