fieldset {
	margin: 1em 0 1em 0;
	padding: .7em;
}
legend {
	padding: .5em;
	font-size: 95%;
}
select {
	vertical-align: top;
}
input[type=text], input[type=password], textarea, fieldset {
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 2px 0 #ddd;
	width: 95%;
}
.Saiphe_Form input[type=text], .Saiphe_Form input[type=password], textarea {
	height: 2em;
	line-height: 2em;
	background-image: url(img/bg_input.png);
	background-repeat: repeat-x;
	padding: .2em;
	font-family: inherit;
	font-size: inherit;
	clear: both;
}
textarea {
	height: auto;
	width: 98%;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	box-shadow: inset 0 0 2px 0 #9bd3fb;
	border-color: #9bd3fb;
}
button, input[type=button] {
	color: #555;
	border: 1px solid #ccc;
	padding: .5em;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
}
button[type=submit] {
	font-weight: bold;
}
ul.Saiphe_Form, ul.Saiphe_Form li {
	list-style-type: none;
}
ul.Saiphe_Form .hp-dont-show, ul.Saiphe_Form li.hidden {
	display: none;
	margin: 0;
}
ul.Saiphe_Form fieldset.last li input[type=submit] {
	float: left;
	margin-right: .5em;
}
ul.Saiphe_Form fieldset.toggle ul.f {
	display: none;
}
ul.Saiphe_Form fieldset.f1 ul.f {
	display: block;
}
.Saiphe_Form span.Datetime {
	display: inline-block;
	background-image: url(calendar.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 30px;
}
#ui-datepicker-div {
	background-color: inherit;
	box-shadow: 0 0 3px #999;
}

