@charset "UTF-8";
/* 
	User Submitted Posts - CSS for HTML5 form
	http://perishablepress.com/user-submitted-posts/
	Complete list of CSS hooks for the submission form @ http://m0n.co/e
*/
div#user-submitted-posts { width: 100%; }
div#user-submitted-posts fieldset { margin: 10px 0; border: 0; }
div#user-submitted-posts fieldset label { float: left; width: 20%; }
div#user-submitted-posts fieldset input.usp-input { float: left; width: 60%; }
div#user-submitted-posts fieldset input.usp-input.usp-clone { width: 100%; margin: 3px 0; padding: 0; line-height: 18px; font-size: 12px; border: 1px solid #ccc; background-color: #fafafa; }
div#user-submitted-posts textarea.usp-textarea { width: 90%; }
div#user-submitted-posts fieldset.usp-images label { clear: both; width: 90%; }
div#usp-upload-message { float: left; clear: both; font-size: 12px; }
div#user-submitted-image { width: 50%; float: left; clear: both; }
a#usp_add-another { float: left; clear: both; }
div.usp-input-error { width: 80%; overflow: hidden; text-align: right; }

/*Tokki Metro Styles*/

#user-submitted-posts {
	padding: 0 0 25px;
}

div#user-submitted-posts fieldset label {
	width: 30%;
	line-height: 43px;
	font-weight: bold;
}

div#user-submitted-posts fieldset input.usp-input {
	width: 595px;
	height: 43px;
	padding: 0 10px;
	line-height: 43px;
}

div#user-submitted-posts .usp-category-wrap {
	width: 615px;
	overflow: hidden;
	border: 1px solid #E7E7E7;
}

div#user-submitted-posts fieldset select {
	width: 615px;
	height: 43px;
	padding: 10px 0 0 10px;
	color: #535353;
	border: none !important;
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
	background: url("../images/arrow-circle-dark.png") no-repeat 586px 14px;
	text-indent: 0.01px;
	text-overflow: "";
}

div#user-submitted-posts fieldset select option {
	padding: 10px 15px;
	color: #535353;
}

div#user-submitted-posts fieldset select option:hover,
div#user-submitted-posts fieldset select option:focus,
div#user-submitted-posts fieldset select option:active,
div#user-submitted-posts fieldset select option:checked {
	padding: 10px 0 10px 15px;
	border: none !important;
	background: linear-gradient(#5FB435, #5FB435);
}

div#user-submitted-posts fieldset textarea {
	width: 595px !important;
	padding: 10px;
	resize: vertical;
}
