#description {
	margin: 20px;
	font-weight: bold;
}
#card_message, #card_font, #card_color, #card_preview {
	display: none;
}
.title {
	margin: 20px 0 15px;
	padding: 5px 0;
	position: relative;
	color: #333333;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
body.card.light .title {
	display: none;
}
	.title span.right {
		position: absolute;
		right: 20px;
		top: 8px;
		display: none;
	}
		.title span img {
			height: 1em;
		}
	.title span.left {
		left: 20px;
		position: absolute;
	}
.grid {
	overflow-y: hidden;
	overflow-x: auto;
	font-size: 0;
	width: 650px;
	margin: 15px 20px;
	white-space: nowrap;
	line-height: normal;
	-webkit-overflow-scrolling: touch;
	text-align: left;
}
	.grid div {
		height: 65px;
		display: inline-block;
		border: 1px solid #ccc;
		overflow: hidden;
	}
	.grid.big div {
		height: 100px;
	}
	.grid div:not(:first-child) {
		margin-left: 5px;
	}
	.grid div:not(.selected) {
		cursor: pointer;
	}
		.grid div img {
			height: 100%;
		}
	.grid.rounded div {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;	
	}
	.grid div.random {
		float: left;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		width: 40px;
		background-image: url("../img/icons/shuffle-icon-32.png");
		background-size: 20px;
		background-position: center;
		background-repeat: no-repeat;
	}
	.selected {
		border-color: rgba(82, 168, 236, .8) !important;
	}
	.transparent {
		opacity: .33;
	}
.iconmonstr {
	height: 1em;
}
.iconmonstr.inline {
	margin-bottom: 2px;
}
.help-block {
	margin-top: -5px;
}
#message_create {
	text-align: left;
}
	#message_create textarea, #message_create input[type=text] {
		width: 278px;
		padding: 5px 10px;
	}
	#message_create input[type=text] {
		margin-bottom: 0;
	}
fieldset {
	margin-bottom: 15px;
	padding-left: 10px;
}
	.control-group {
		margin: 0;
	}
	fieldset .control-group:not(:first-child) {
		margin-top: 15px;
	}
label {
	margin: 0;
}
label.checkbox.inline {
	margin-bottom: 5px;
	width: 288px;
}
	label.checkbox.inline input[type=checkbox] {
		margin-top: 13px;
		margin-left: 0;
		margin-right: 6px;
	}
.control-group input:focus, .control-group select:focus, .control-group textarea:focus {
	border-color: rgba(82,168,236,0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}
label.radio {
	border-top: 1px solid #ccc;
	line-height: 40px;
	text-align: left;
	padding: 0 5px;
}
label.radio:last-of-type {
	border-bottom: solid 1px #ccc;
}
	.radio input[type="radio"] {
		margin: 0;
		float: none;
		margin-right: 5px;
		vertical-align: middle;
	}
#preview {
	display: block;
	height: 300px;
	/*-webkit-box-shadow: 0 0 5px black;
	-moz-box-shadow: 0 0 5px black;
	box-shadow: 0 0 5px black;*/
	margin-left: auto;
	margin-right: auto;
}
#font_size {
	margin: 15px auto 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
	#font_size>div {
		text-align: center;
		width: 94px;
		font-size: 16px;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-left: -1px;
		line-height: 20px;
	}
	#font_size>div:not(:last-child) {
		margin-right: 15px;
	}
		#font_size button {
			width: 47px;
		}
			#font_size button:first-child {
				font-size: 12px;
			}
			#font_size button:last-child {
				font-size: 16px;
			}
#card_preview .btn-group-vertical {
	margin: 20px 0 0 0;
}