
/**
 * EXP Contact (Pligg modules)
 * Commercial Lisense
 * @package EXP Contact
 * @copyright (C) 2009 EXP TEAM
 * @url http://www.pliggtemplates.eu/
 * @author Grusha grusha@feellove.eu
**/

/*********************** Login Box *********************/

.contact_box {
	background:url(../images/1px_shadow.png) repeat;
	padding:10px;
	z-index:9999;
	width:530px;
}

.contact_box .close {
	background-image:url(../images/close_red.png);
	position:absolute;
	right:3px;
	top:3px;
	cursor:pointer;
	height:19px;
	width:19px;

}

.contact_box_text {
	padding:10px;
}

.contact_box h3, .tabs-contact_box h3 {
	margin:5px 0 10px 0;
}

.contact_box_padding {
	padding:5px;
}

#loading_exp_contact{
	position:relative;
	visibility:hidden;
}

.form_exp_contact {
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
}

#button_contact , #button2 {
	cursor:pointer;
}

.exp_contact_sent {
	padding:5px;
	width:100%;
}

.icons_contact_error {
	float:left;
	padding:0 3px 0 0;
}
.exp_contact_infotext {
	padding:3px;
}