@charset "UTF-8";
.widget_wp_sidebarlogin .avatar_container, #sidebar-login .avatar_container {
float:left;
}
.widget_wp_sidebarlogin ul {
list-style: none outside !important;
}
.widget_wp_sidebarlogin .avatar_container img, #sidebar-login .avatar_container img {
padding: 3px;
border: 1px solid #ddd;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
margin-right: 8px;
margin-top: 5px;
}
.widget_wp_sidebarlogin hr {
display: block;
clear: both;
border: 0;
border-top: 1px solid #999;
height: 1px;
}
.widget_wp_sidebarlogin ul.sidebar_login_links {
margin-left: 0 !important;
}
.widget_wp_sidebarlogin .sidebar_login_error {
color: #ae121e;
background-color: #fbb1b7;
border: 1px solid;
margin: 1em 0;
padding: 1em;
font-size: 13px;
}
.widget_wp_sidebarlogin .login_error a {
color: #ae121e;
}
.widget_wp_sidebarlogin form {
margin: 1em 0;
}
.widget_wp_sidebarlogin form p {
margin: .5em 0;
}
.widget_wp_sidebarlogin form .input {
width: 100%;
margin: 2px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } div#user-submitted-posts { width: 100%; font-size: 11px; }
div#user-submitted-posts fieldset { margin: 10px 0; padding: 0; border: 0; }
div#user-submitted-posts fieldset label           { float: left; clear: both; width: 70%; margin: 0; padding: 0; line-height: 18px; }
div#user-submitted-posts fieldset input.usp-input { float: left; clear: both; width: 70%; margin: 0; padding: 5px; font-size: 12px; }
div#user-submitted-posts textarea.usp-textarea    { float: left; clear: both; width: 80%; margin: 0; padding: 5px; font-size: 12px; }
div#user-submitted-posts select                   { float: left; clear: both; width: auto; margin: 0; padding: 5px; font-size: 12px; }
div#user-submitted-image { float: left; clear: both; width: 70%; }
div#usp-upload-message   { float: left; clear: both; width: 70%; }
a#usp_add-another        { float: left; clear: both; width: 70%; }
div#user-submitted-posts fieldset input.usp-input.usp-clone { width: 90%; margin: 0 0 5px 0; padding: 4px; background-color: #fafafa; }
div#usp-submit { margin: 15px 0; } .parsley-errors-list {
list-style-type: none; float: left; clear: both; margin: 0; padding: 0; font-size: 11px; line-height: 18px; color: #fff; background-color: #cc3333;
-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in; transition: all 0.5s ease-in;
opacity: 0; -moz-opacity: 0; -webkit-opacity: 0;
}
.parsley-errors-list.filled { opacity: 1; }
.parsley-required { margin: 0; padding: 2px 3px; }
.usp-files-error { margin-top: -5px; }
.usp-hidden, .usp-no-js { display: none; }
.usp-js { display: block; }.math-captcha-form {
display:block;
float:none;
clear:both;
}
.login form .math-captcha-form span {
display: inline-block;
margin-bottom: 16px; 
}
input[type="text"].mc-input {
display: inline-block;
width: 60px!important;
vertical-align: middle;
margin-bottom: 0;
}