.ui-input-text input, .ui-input-search input {
	background: white;
}

.ui-header {
	border-bottom: 2px solid #F26329;
	background: #B02626;
}

.ui-title {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000;
	margin-top: 0px;
	margin-bottom: 0px;
}

.ui-collapsible-content.ui-body-inherit { background: white !important; }

#login-box { background: white; border-radius: 5px; margin: 5px; opacity: 0.8; }


#title {
	text-align:center;
	background-color: #B02626;
	border: 1px solid #F26329;
	border-radius: 5px;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
}

#title h3 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
}

#title h5 {
	margin: 0px;
	padding-bottom: 2px;
}

.success {
	border-radius: 5px;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	background:#B02626;
	text-align:center;
}

.preview-btn {
	
}

.ui-input-has-clear {
	padding: 0;
}