body {
	margin: 10px;
	overflow: hidden;
}
.imgtext {
	height: 80px;
	margin: 0;
	background: #fff url(../images/pages/txt-invite.png) no-repeat;
}
.imgtext.close {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 9px;
	right: 5px;
	background-image: url(../images/pages/invite-close.gif);
}
p {
	font-size: 0.9em;
	margin-bottom: 0;
}

.invite td {
	padding: 0 0 10px 0;
}
.invite td.col-l {
	padding-right: 8px;
}
#cards {
	margin: 0 0 8px 0;
	padding: 0;
	border: 0;
}
label.card {
	display: block;
	float: left;
	width: 70px;
	height: 76px;
	margin-right: 4px;
	border: 1px solid #666;
	background: #666;
	text-indent: -999px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
}
label.card.card-1 {
	background-image: url(../images/ecards/fresh.jpg);
}
label.card.card-2 {
	background-image: url(../images/ecards/pop.jpg);
}
label.card.card-3 {
	background-image: url(../images/ecards/chop.jpg);
}
label.card.card-4 {
	margin-right: 0;
	background-image: url(../images/ecards/hot.jpg);
}
label.card.selected {
	border-color: #ee0000;
	opacity: 1;
	filter: alpha(opacity=100);
}
.text {
	display: block;
	width: 139px;
	padding: 2px;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #bbb #e8e8e8 #e8e8e8 #bbb;
	background: #e8e8e8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #555;
}
input.text.date {
	display: block;
	float: right;
	width: 100px;
	margin: 2px;
}
textarea.text {
	width: 296px;
	height: 60px;
}
#invite-time {
	width: 146px;
	padding: 1px;
}
#invite-place {
	float: left;
	width: 220px;
	padding: 1px;
}
#invite-send {
	display: block;
	float: left;
	margin: 2px 0 0 20px;
}
.cal {
	display: block;
	float: left;
	width: 31px;
}

.clear {
	display: block;
	clear: both;
}

/**
*  Calendar
*/
#fc {
	font: 11px sans-serif;
	border-collapse: collapse;
	border: 1px solid #666;
}
#fc .nav {
	font-size: 1.3em;
	vertical-align: top;
	cursor: pointer;
}
#fc .nav.next {
	text-align: right;
}
#fc .month {
	text-align: center;
	font-weight: bold;
}
#fc .body td {
	text-align: center;
	background: #ccc;
	font-size: 0.9em;
	padding: 2px 3px;
	border: 1px solid #666;
}
#fc .head .day {
	border-top: 1px solid #666;
	background: #aaa;
	text-align: center;
}
#fc .body .day {
	background: #f4f4f4;
}
#fc .body .over {
	cursor: pointer;
	background: #fff;
}
#fc .body .disabled {
	text-decoration: line-through;
	color: #aaa;
	background: #ddd;
}
#fc .body .selected {
	color: #fff;
	background: #ee0000;
}
#fc .body .blank {
	background: #ccc;
}