﻿.form_title {
	font-size: 16px;
	/*color:#029CA8;*/
	/*margin-bottom:12px;*/
	font-weight: bold;
	padding-bottom: 4px;
}

.form_title a {
	color: #029CA8;
	text-decoration: none;
}

.form_title a:hover {
	color: #158ff2;
}

.form_p .aBig {
	text-decoration: none;
	color: #029CA8;
	/*font-size: 18px;*/
	font-weight: bold;
}

.aBig_notactive {
	color: #CCCCCC !important;
}

.form_p .aBig:hover {
	color: #158ff2;
	padding-left: 12px;
}

span.field-validation-error {
	color: red;
	font-weight: bold;
	font-size: 12px;
}

#autore_first_email_msg,
#email_msg,
#autore_second_email_msg,
#autore_third_email_msg,
#autore_fourth_email_msg,
#autore_fifth_email_msg {
	font-size: 12px;
	padding: 0;
	min-height: 30px;
	margin: 5px 0;
	padding-right: 35px;
}

#autore_first_email_msg.loading,
#email_msg.loading,
#autore_second_email_msg.loading,
#autore_third_email_msg.loading,
#autore_fourth_email_msg.loading,
autore_fifth_email_msg.loading {
	background: url(../img/ajax-loader3.gif) right top no-repeat;
}

#autore_first_email_msg.error,
#email_msg.error,
#autore_second_email_msg.error,
#autore_third_email_msg.error,
#autore_fourth_email_msg.error,
#autore_fifth_email_msg.error {
	background: url(../img/icons/24x24/delete.png) right top no-repeat;
	color: red;
	font-weight: bold;
}

#autore_first_email_msg.success,
#email_msg.success,
#autore_second_email_msg.success,
#autore_third_email_msg.success,
#autore_fourth_email_msg.success,
#autore_fifth_email_msg.success {
	background: url(../img/icons/24x24/accept.png) right top no-repeat;
	color: #329043;
	font-weight: bold;
}

.side_contents_abstracts {
	margin-left: 48px;
	border-left: 2px solid #CCC;
	padding-left: 4px;
}

.side_contents_title {
	font-size: 14px;
	color: #029CA8;
	padding-top: 12px;
	border-top: 1px solid #CCC;
	margin-top: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 4px;
	clear: both;
}

.side_contents_description {
	margin-bottom: 12px;
	line-height: 14px;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

