/* 
Document   : common
Created on : 18-giu-2013, 13.31.13
Author     : Alfredo Milone
Description: Purpose of the stylesheet follows
*/
#super_email { width: 150px; }
#super_password { width: 75px; }
#super_line { background-color: #303030; }
#super_line form { margin-bottom: 0; }
#super_line form a { margin-left: 20px; }
#super_line label { margin-right: 20px; }
#super_line input, #super_line button {
	padding: 2px 6px;
	color: #ffffff;
	border-width: 0 !important;
}
#super_line input {
	background-color: #444 !important;
	margin: 0;
}
#super_line input:focus { background-color: #444 !important; }
#super_line button {
	background-color: rgb(45,92,136);
	font-size: 12px;
}
#super_line a.lang { text-decoration: none; margin-left: 5px; }
#super_line ul { margin-left: 20px; }
#super_line li { font-size: 12px; }

nav .menu a.sf-with-ul { cursor: text; }

input.placeholder, textarea.placeholder { color: #aaa !important; }

input.error, textarea.error, select.error {
	border-color: #b94a48 !important;
	margin-bottom: 0 !important;
}
strong.error {
	display: block;
	color: #b94a48;
	margin: 2px 0 10px 0;
}
input.wait {
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: right;
}