.form-style input[type="text"],
.form-style input[type="date"],
.form-style input[type="datetime"],
.form-style input[type="email"],
.form-style input[type="number"],
.form-style input[type="search"],
.form-style input[type="time"],
.form-style input[type="url"],
.form-style input[type="password"],
.form-style textarea{
	background: rgba(255,255,255,.1);
	border: 1px solid #aaa;
	border-radius: 5px;
	margin: 0;
	outline: 0;
	width: 100%;
	height: 25px;
	background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: #fcfcfc;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    line-height: 24px;
    text-overflow: clip;
    white-space: break-spaces;
    overflow-y: scroll;
}

.form-style select{
	-webkit-appearance: button;
    -moz-appearance: button;
	background: rgba(255,255,255,.1);
	border: 1px solid #aaa;
	border-radius: 5px;
	margin: 0;
	outline: 0;
	width: 100%;
	height: 25px;
	background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.form-style select:focus{
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.form-style input[type="text"]:focus,
.form-style input[type="date"]:focus,
.form-style input[type="datetime"]:focus,
.form-style input[type="email"]:focus,
.form-style input[type="number"]:focus,
.form-style input[type="search"]:focus,
.form-style input[type="time"]:focus,
.form-style input[type="url"]:focus,
.form-style textarea:focus{
	background: #eee;
}

.ui-widget-header {
   background: #cbdeee;
   border: 1px solid #DDDDDD;
   color: #333333;
   font-weight: bold;
}

.progress-label {
   position: absolute;
   left: 47%;
   text-align: center;
   font-weight: bold;
   text-shadow: 1px 1px 0 #fff;
}