﻿

fieldset {
	margin: 1em 0;
	padding: 0 10px;
	width: 180px;
}
/*label {
	width: 160px;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}*/
#chooseDateForm li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
select {
	width: 100px;
}
input {
	/*width: 170px;*/
	margin: 0px 0px;
}
input.dp-applied {
	width: 140px;
	float: left;
	
}

a.dp-choose-date {
background:url('calendar.jpg') no-repeat;
display:block;
float:left;
height:16px;
margin:5px 3px 0;
overflow:hidden;
padding:0;
text-indent:-2000px;
width:16px;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

#calendar-me {
	margin: 20px;
}
pre.sourcecode {
	border: 2px dashed #ccc;
	padding: 10px;
	width: 734px;
	overflow: auto;
	margin: 0 0 20px;
}