@charset "utf-8";
/* Messages */

.messagesWrapper{
	width:500px;
	margin:0 0 0 10px;
	padding-bottom:25px;
}
.messagesTitle{
	width:500px;
	font-size:1em;
	font-weight:bold;
	color: #41ADF5;
	border-bottom: solid 1px #41ADF5;
	padding:3px 0 3PX 3px;
	margin:0 0 0 10px;
}
.messagesTxt{
	font-size:0.9em;
	padding:3px 2px;
	margin:0 0 0 10px;
}
.messagesSpace{
	width:88px;
	height:30px;
	
}
.messagesSpace2{
	width:90px;
	height:10px;
	float:left;
}
.messagesBtn{
	width:90px;
	height:31px;
	margin:10px 0 10px 330px;
	background-image:url(images/tryagainBtn.jpg);
	float:left;
}

