#tus_shortcode_wrapper{
	position: relative;
	background-color: #FFF;
	overflow: auto;
}

#tus_shortcode_wrapper h1{
	margin: 10px 0;
}

#tus_shortcode_wrapper #tus_form_description{
	margin: 10px 0;
	display: block;
	width: 100%;
}

#tus_shortcode_wrapper .tus_form_item{
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}

#tus_shortcode_wrapper .tus_form_item .tus_form_notes{
	padding-top: 5px;
	font-style: italic;
}

#tus_shortcode_wrapper .tus_form_item label{
	display: inline-block;
	width: 25%;
}

#tus_shortcode_wrapper .tus_form_item .c4wp-display-captcha-form label{
	float: left;
}

#tus_shortcode_wrapper .tus_form_item input[type="text"]{
	display: inline-block;
	width: 70%;
	padding: 5px 10px;
	border: 1px solid #AAA;
}

#tus_shortcode_wrapper .tus_form_submit_wrapper{
	float: left;
	width: 100%;
	margin: 10px 0;
}

#tus_shortcode_wrapper .tus_form_submit_wrapper .tus_spinner{
    background: url(../images/spinner.gif) no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    visibility: hidden;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 4px 5px 0;
}

#tus_shortcode_wrapper .tus_form_notifications{
	clear: both;
	position: relative;
	padding: 5px;
}

#tus_shortcode_wrapper .tus_form_error{
	border-color: #FF0000 !important;
}

#tus_shortcode_wrapper .tus_form_success{
	border-color: #008000 !important;
}

#tus_shortcode_wrapper .tus_form_notifications .tus_alert{
	display: none;
	padding: 10px;
	border: 1px solid;
	border-radius: 5px;
	margin-bottom: 5px;
}

#tus_shortcode_wrapper .tus_form_notifications .tus_warning{
	color: #856404;
	border-color: #856404;
	background-color: #fff3cd;
}

#tus_shortcode_wrapper .tus_form_notifications .tus_success{
	color: #155724;
	border-color: #155724;
	background-color: #d4edda;
}

#tus_shortcode_wrapper .tus_form_notifications .tus_create_user_error,
#tus_shortcode_wrapper .tus_form_notifications .tus_captcha_error,
#tus_shortcode_wrapper .tus_form_notifications .tus_error{
	color: #721c24;
	border-color: #721c24;
	background-color: #f8d7da;
}