
.card {
	position: relative;
	margin: 0 0 15px 0;
	height: 494px;
	overflow: hidden;
}

.card .horse {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -415px;
}

.card .mouth {
	display: none;
	position: absolute;
	left: 606px;
	left: 50%;
	top: 286px;
	margin-left: 191px;
}

.card .booze {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 65px;
	height: 73px;
	background: url('/accel/static/i/horse/bootle_v2.png') no-repeat 0 0;
	cursor: pointer;
}

.card .booze:hover {
	background-position: 0 -73px;
}

.card .booze.active {
	background-position: 0 -146px;
}

.greetings {
	padding: 0 10px 0 0;
	margin: 0 0 15px 0;
}

.char-counter {
	float: left;
}

.greetings textarea,
input[name="link-to"] {
	padding: 4px;
	border: 1px solid #C6CFC3;
	border-radius: 2px;
	background: #F7F3F0 url('/accel/static/i/input-top.png') repeat-x 0 0;
}

.greetings textarea {
	width: 100%;
	height: 80px;
	overflow: auto;
}

.link-to {
	padding-top: 15px;
	clear: both;
}

#link-to {
	display: block;
	width: 280px;
}

label[for="link-to"] {
	float: left;
	margin-right: 15px;
	line-height: 1.5em;
}

.say {
	float: right;
}

.say[disabled],
.say[disabled]:hover {
	background: #FFFBF8;
	cursor: default;
}
