/**
 * Mailing list page CSS styles
 *
 * Project: [Alt] Constructor <br />
 * File: u_ml.css
 *
 * @author Dima
 * @package css
 */

/* *********** Blocks and backgrounds *********** */

.informationBlock {
	background-image: url("../pictures/emailsendin_background.jpg");
	background-repeat: no-repeat;
	background-position: 10px 20px;
}

.authorizationInput {
	color: #3452BB;
	font-family: Verdana ; 
	font-size: 12px;
	
	border:1px solid green;
	padding-top:20px;
	padding-bottom:20px;
	vertical-align:middle;
	margin:10px;
}

#RepairAuthorization {
	background-image: url("../pictures/package.jpg");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
}
