#sendText
{
	position: relative;
	float: left;
	width: 618px;
	margin-top: 35px;
	margin-left: 40px;
	font: normal 22px josefinSlabRegular;
	color: #75807C;
	line-height: 26px;
}

#sendButton
{
	position: relative;
	float: left;
	width: 242px;
	height: 49px;
	margin-left: 50px;
	margin-top: 35px;
	padding-top: 18px;
	font: normal 18px harabaraHand;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/button.normal.png);
	cursor: pointer;
	cursor: hand;
	-webkit-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease
}

#sendButton:hover
{
	position: relative;
	float: left;
	width: 242px;
	height: 49px;
	margin-left: 50px;
	margin-top: 35px;
	padding-top: 18px;
	font: normal 18px harabaraHand;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/button.over.png);
	cursor: pointer;
	cursor: hand;
	-webkit-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease
}

#messagesSeparator
{
	position: relative;
	float: left;
	width: 990px;
	height: 21px;
	margin-top: 62px;
	margin-bottom: 35px;
	background: url(../images/libroInvitadosSeparator.png) no-repeat center center;
}

.messageItemWrapper
{
	position: relative;
	float: left;
	width: 990px;
	margin-bottom: 35px;
	background: #EBE9E8;
}

.messageName
{
	position: relative;
	float: left;
	width: 870px;
	margin-left: 60px;
	margin-top: 40px;
	font: normal 24px josefinSlabBold;
	color: #988A81;
}

.messageText
{
	position: relative;
	float: left;
	width: 870px;
	margin-left: 60px;
	margin-top: 9px;
	font: normal 18px josefinSlabRegular;
	color: #75807C;
	line-height: 21px;
}

.messageImageWrapper
{
	position: relative;
	float: left;
	width: 870px;
	margin-left: 60px;
	margin-top: 27px;
	text-align: center;
}

.messageImage
{
	padding: 5px;
	background: #FFFFFF;
	border: solid 1px #E0E0E0;
	box-shadow: 0px 0px 1px #D0D0D0;
}

.messageDate
{
	position: relative;
	float: left;
	width: 870px;
	margin-left: 60px;
	margin-top: 38px;
	margin-bottom: 38px;
	font: normal 18px josefinSlabBold;
	color: #9FCCBF;
	text-align: right;
}

#messagesPagerExternalWrapper
{
	position: relative;
	float: left;
	width: 970px;
	text-align: right;
	font-size: 0px;
}

#messagesPagerWrapper
{
	position: relative;
	display: inline-block;
}

/***** Send message window *****/
#sendMessageWindow
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url(../images/windowBackground.png);
	z-index: 9;
}

#sendMessagePanel
{
	position: relative;
	width: 790px;
	height: 620px;
	left: 50%;
	margin-left: -395px;
	top: 40px;
	background: #EDECEB;
	border: solid 1px #D7D7D6;
	box-shadow: 4px 4px 1px #CCCCCC;
}

#sendMessageHeader
{
	position: relative;
	float: left;
	width: 790px;
	height: 72px;
	background: #F7CD88;
}

#sendMessageHeaderTitle
{
	position: relative;
	float: left;
	width: 500px;
	margin-left: 40px;
	margin-top: 22px;
	font: normal 30px josefinSlabBold;
	color: #988A81;
	letter-spacing: 3px;
}

#sendMessageName
{
	position: relative;
	float: left;
	clear: left;
	width: 150px;
	margin-top: 65px;
	font: normal 24px josefinSlabRegular;
	color: #75807C;
	text-align: right;
}

#nameInput
{
	position: relative;
	float: left;
	width: 522px;
	height: 24px;
	margin-left: 15px;
	margin-top: 44px;
	padding: 19px;
	font: normal 24px josefinSlabRegular;
	color: #75807C;
	border: solid 1px #D7D7D6;
}

#sendMessageMessage
{
	position: relative;
	float: left;
	clear: left;
	width: 150px;
	margin-top: 36px;
	font: normal 24px josefinSlabRegular;
	color: #75807C;
	text-align: right;
}

#textInput
{
	position: relative;
	float: left;
	overflow-x: hidden;
	overflow-y: auto;
	width: 540px;
	height: 178px;
	margin-left: 15px;
	margin-top: 15px;
	padding: 10px;
	font: normal 24px josefinSlabRegular;
	color: #75807C;
	line-height: 30px;
	border: solid 1px #D7D7D6;
	resize: none;
}

#sendMessageImage
{
	position: relative;
	float: left;
	clear: left;
	width: 150px;
	margin-top: 24px;
	font: normal 24px josefinSlabRegular;
	color: #75807C;
	text-align: right;
	line-height: 100%;
}

#imageInput
{
	position: relative;
	float: left;
	width: 550px;
	height: 28px;
	margin-left: 15px;
	margin-top: 25px;
	padding: 5px;
	font: normal 18px josefinSlabRegular;
	color: #75807C;
	background: #FFFFFF;
	border: solid 1px #D7D7D6;
}


#sendMessageCloseButton
{
	position: relative;
	float: left;
	width: 17px;
	height: 15px;
	margin-left: 216px;
	margin-top: 18px;
	background: url(../images/closeButton.normal.png);
	cursor: pointer;
	cursor: hand;
}

#sendMessageCloseButton:hover
{
	position: relative;
	float: left;
	width: 17px;
	height: 15px;
	margin-left: 216px;
	margin-top: 18px;
	background: url(../images/closeButton.over.png);
	cursor: pointer;
	cursor: hand;
}

#errorMessage
{
	position: relative;
	float: left;
	clear: left;
	width: 300px;
	margin-left: 165px;
	margin-top: 58px;
	font: normal 24px josefinSlabRegular;
	color: #EE5555;
}

#acceptSendButton
{
	position: relative;
	float: left;
	width: 242px;
	height: 49px;
	margin-left: 20px;
	margin-top: 35px;
	padding-top: 18px;
	font: normal 18px harabaraHand;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/button.normal.png);
	cursor: pointer;
	cursor: hand;
	-webkit-transition: background 0.2s 0s ease;
	transition: background 0.2s 0s ease
}

#acceptSendButton:hover
{
	position: relative;
	float: left;
	width: 242px;
	height: 49px;
	margin-left: 20px;
	margin-top: 35px;
	padding-top: 18px;
	font: normal 18px harabaraHand;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/button.over.png);
	cursor: pointer;
	cursor: hand;
	-webkit-transition: background 0.2s 0s ease;
	transition: background 0.2s 0s ease
}