﻿.tipsy { padding: 5px; font-size: 14px; font-weight:bold; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }


.vcongratulations{
	position: relative; height: 152px; overflow: hidden; width:205px;
}
.vcongratulations .items {
	position: absolute;
	margin: 0px;
	height: 20000em;
	font-family: Tahoma;
	font-size: 12px;
	width: 205px;
}
.vcongratulations .items div {
	height: 152px;
	padding: 5px;
}
.disabled {
	visibility: hidden
}

#congratulations {
	margin: 0px;
}
#congratulations h4{
	margin: 0 0 5 0;
	color: #1f6ea7;
}
#congratulations #send-button {
	width:193px;
	height:26px;
	background:url(../images/send_congratulations.png) no-repeat 0px 0px;
	border:none;
	margin-top:5px;
}

#congratulations #send-button:hover {
	background:url(../images/send_congratulations.png) no-repeat 0px -26px;
	cursor:pointer;
}

#congratulations #display-button {
	width:193px;
	height:26px;
	background:url(../images/congratulations_all.png) no-repeat 0px 0px;
	border:none;
	margin-top:5px;
}

#congratulations #display-button:hover {
	background:url(../images/congratulations_all.png) no-repeat 0px -26px;
	cursor:pointer;
}

#congratulations hr{
	margin:0
	padding:0;
}

#empty_error {
	display: none;
	background:#F00;
	color: #FFF;
	font-weight:bold;
	text-align:center;
	width:212px;
}
#loading_message {
	display: none;
	background:#0C0;
	color: #FFF;
	font-weight:bold;
	text-align:center;
	width:212px;
}
#send-cong {
	text-decoration: none;
	background-color: #3AB3ED;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	border: 1px solid #0F719F;
	padding: 5px;
	margin: auto;
	width: 140px;
	height: 16px;
	display: block;
	text-align: center;
	background-image: url('../images/gloss_bg.png');
	cursor: pointer;
}
#send-cong:hover {
	background-color: #f4b106;
	border-color: #E46405;
}
form label {
	display: block;
}

label{
	font-weight:bold;
}
#limitchars{
	text-align: right;
	color: #333333;
	padding-right: 5px;
	font-family: Tahoma;
	font-size: 11px;
	margin-bottom: 5px;
}
