.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif !important
}
form {
	width: 75%;
}
/* ERROR MESSAGES
------------------------------------------  */
form .message {
	padding: 6px;
}
.holder-required input,
.holder-required textarea,
.holder-required select {
	border: solid 1px #be0000 !important;
}
.holder-required .message.required {
	color: #be0000 !important;
}
	form .good,
	p.goodMessage {
		padding: 3px 5px;
		background-color: #ecf9d0;
		border: solid 1px #8fbe00;
		color: #8fbe00;
	}
	form .bad,
	p.badMessage,
	form .message.error {
		padding: 3px 5px;
		background-color: #f9d0d0;
		border: solid 1px #be0000;
		color:#b80000;
		margin-bottom: 15px !important;
	}

/* CLIENT SIDE ERROR MESSAGE
------------------------------------------  */
form label.error {
	color: #df0029;
	display: block;
}
	form input.text.error,
	form textarea.error,
	form .textajaxuniquetext.error,
	form select.error {
		border: solid 1px #df0029;
	}

/* INPUTS
------------------------------------------  */
.checkbox,
.radio {
	margin-top: 1px;
}
	.checkbox label.right,
	.radio label.right {
		text-align: left;
		padding-left: 0px;
	}

.listbox option {
	padding: 3px 0
}
form input.text,
form textarea,
form .textajaxuniquetext,
form select {
	padding: 0 1%;
	width: 98%;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	background-color: #fff;
	border: 1px solid #dad9d9;
	border-radius: 0;
}
form textarea {
	height: auto;
}
form select {
	width: 100%;
	padding: 0 0 0 2%;
}
	form input.text:focus,
	form textarea:focus,
	form .textajaxuniquetext:focus,
	form select:focus {
		outline:none;
	}
	form textarea {
		resize: none;
	}

form input.sitetreeurlsegment {
	width: 200px
}
form span.readonly {
	font-size: 16px
}

form .checkboxset ul,
form .optionset ul {
	margin: 0;
}
	form .checkboxset li,
	form .optionset li {
		margin-bottom: 5px;
		list-style-type:none;
	}
		form .checkboxset li .checkbox,
		form .optionset li .radio{
			margin-top: 1px;
		}

/* ACTIONS
------------------------------------------  */
.Actions {
	text-align: right;
}
#MemberLoginForm_LoginForm_action_dologin,
.Actions .action,
a.btn,
button,
input[type="submit"] {
	margin: 10px 0 0 0;
	background: #000;
	border: solid 1px #000;
	-webkit-appearance:none;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	padding: 0 10px;
	height: 27px;
	line-height: 26px;
	font-size: 14px;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
	#MemberLoginForm_LoginForm_action_dologin:hover,
	.Actions .action:hover,
	a.btn:hover,
	button:hover,
	input[type="submit"]:hover {
		background: #b8b8b8;
		border: solid 1px #b8b8b8;
	}

button{
	background-color: #000;
}
.ss-uploadfield-item-info button{
	margin-top:4px !important;
	float:left;
}
.resetformaction {
	float:right;
	border-radius:20px;
	background-color:#9F9F9F;
	border:none;
	color:#fff;
	font-weight: bold;
	font-size: 13px;
}


/* CMS FORMS
------------------------------------------  */
#MemberLoginForm_LoginForm,
#MemberLoginForm_LostPasswordForm {
	max-width: 500px
}
#ForgotPassword {
	margin: 6px 0 0 0;
}
	#ForgotPassword a {
		margin-top: 15px
	}
div.field {
	width: 100%;
	margin-bottom: 10px;
}
form .middleColumn {
	width: 100% !important;
}
	form .middleColumn .middleColumn {
		width: 100% !important
	}

/* LABELS
------------------------------------------  */
form label {
	font-size: 13px;
}
	form label.left {
		padding-right: 5%;
		padding-bottom: 10px;
		margin-top: 3px;
		display: block;
		font-size: 13px;
	}
	form label.right {
		padding-left: 5%;
		display: block;
		font-size: 13px;
	}
