.abstract_form_explanation {
	/*font-style: italic;*/
	color:#666;
	margin-bottom: 5px;
}

.abstract_form_add_attachments {
	padding-left: 20px;
	background: url(../images/attach.png) left center no-repeat;
	margin: 10px;
	cursor: pointer;
	line-height: 20px;
}

.abstract_form_add_coauthor {
	padding-left: 20px;
	background: url(../images/user.png) left center no-repeat;
	margin: 10px;
	cursor: pointer;
	line-height: 20px;
}

.abstract_form_attachment {
	    height: 40px;
}

.abstract_attachment_row {
	height: 30px;
	line-height:30px;
}

.abstract_form_error {
	color: #ff0000;
	font-weight: bold;
}



.abstract_form_table_row {
	height: 25px;
}

#abs_form h3 {
    color: #65cdef;
}
.btn-primary {
    background-color: #65cdef;
    color: #094e62;
    border-color: #65cdef;
}
.btn {
    border-radius: 0;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}