.form-block {
	/*position:relative;*/
	/*width:500px;*/
	margin: 8px 0px 25px;
}
.tiny {}
.normal {
	width:100%;
}
.wide {}
select.select {
	border: 1px solid #B5B5B5;
	min-width:250px;
	padding: 2px;
}
label.label {
	display:block;
	padding-bottom: 2px;
	font-weight: bold;
}
input.text, input.text:disabled{
	border: 1px solid #B5B5B5;
	height: 20px;
	color: #666666;
	padding: 3px 0px 1px 5px;
}
textarea.textarea  {
	border: 1px solid #B5B5B5;
	min-height:150px;
	color: #666666;
	padding: 5px 0px 1px 5px;
	font: 12px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}
textarea:disabled, input.text:disabled {
	color: #666 ;
	-webkit-opacity: 1;
	-webkit-text-fill-color:#666;
}
.form-block-blue-line {
	border-top: 1px solid #DFECF2;
	border-bottom: 1px solid #DFECF2;
	clear: both;
	margin: 15px 0px;
}
.form-block-blue-line .form-block {
	width:150px;
	margin:0px auto;
	padding: 10px 0px;
}
.form-block-blue-line .form-block input.input-button {
	float: none;
	background: #8fbbd0;
	border-radius: 25px;
	color: #fff;
	padding: 3px 10px;
	font-family: "Varela Round", sans-serif;
	display: block;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
}
.form-block #t-size,
.form-block2 #t-size {
	position:absolute;
	top:25px;
	right:-15px;
}
.form-block #t-size img,
.form-block2 #t-size img {
	cursor:pointer;
	margin-bottom:20px;
}
.form-block .user {
	margin-top: 5px;
}
.form-block .user img {
	vertical-align:middle;
	margin-right:10px;
}
.form-block .user a {
	color: #666666;
	font-weight: bold;
}
.form-block .user a:hover {
	color: #333333;
}
form#reply-to-message .form-block2,
form#new-message .form-block2,
.form-block2 {
	position:relative;
	width:100%;
}
.form-block .cb-space {
	margin-bottom:5px;
}
.form-block .cb-space span {
	color:#2D658A;
	font-weight: bold;
}

@media all and (max-width: 650px) {
	.form-block2 textarea, .normal {
		width: 90%;
	}
	.form-block2 #t-size {
		right: 10px;
	}
}