* {
	margin:0;
	padding:0;}
a {
	text-decoration:none;
	color: #dde0e7;}
a.link {
	color: #6b727b;
	font-weight:bold;
	text-decoration:underline;}
a:hover {
	text-decoration:underline;}
ul {
	list-style:none;}
body {
	color:#6b727b;
	background:url(../images/bg.gif) repeat-x #c4cad6;
	font:11px Verdana, Arial, Helvetica, sans-serif;}
#container {
	width:780px;
	margin:0 auto;}

#head {
	height:112px;
	padding-top:29px;
	position:relative;
	background:url(../images/logo.jpg) no-repeat;}
#head .menu {
	float:right;
	top:0; right:10px;
	position:absolute;}
#head .menu a {
	color:#afb5c0;}

.menu li {
	float:left;
	padding:6px 6px;
	color:#54575c;}
.menu li a {
	color:#FFF;}
.menu li a:hover{
	color:#000;}


#content {
	min-height:607px;
	position:relative;
	background:url(../images/bg-content3.jpg) no-repeat #cbcfda;}
	
	#contentInner {
		clear:both;
		padding-top:35px;}
	.title {
		clear:both;
		font-size:14px;
		font-weight:bold;
		padding-bottom:12px;}
		
	#sitename {
		color:#8f949c;
		bottom:3px; right:8px;
		position:absolute;}
	.btn {
		width:339px;
		height:56px;
		display:block;
		margin-top:10px;
		cursor:pointer;
		position:relative;
		background:no-repeat;}
	.btn#save {
		margin-top:25px;
		background-image:url(../images/btn-save.gif);}
	.btn#send {
		background-image:url(../images/btn-send.gif);}
	.btn#react {
		background-image:url(../images/btn-react.gif);}
	.btn#start {
		background-image:url(../images/btn-start.gif);}
	.btn:hover {
		text-decoration:none;
		background-position:left -56px}
	.btn span {
		left:0;
		bottom:-17px;
		width:100%;
		height:17px;
		line-height:17px;
		text-align:center;
		position:absolute;
		color:#8590a0;}
	
	.btn span.shadow {
		color:#dde0e5}
		
	
	.btn.sml {
		width:311px;
		height:46px;
		margin-top:15px;
		background:no-repeat;}
	.btn.sml:hover {
		background-position:left -46px;}
	.btn.sml span {
		bottom:-14px;
		line-height:14px;}
	.btn.sml#start {
		background-image:url(../images/btn-sml-start.png);}
	.btn.sml#send {
		background-image:url(../images/btn-sml-send.gif);}
	.btn#friend {
		background-image:url(../images/btn-friend.gif);}
	.btn.sml#vidmailnew {
		background-image:url(../images/btn-vidmail.gif);}
	.btn.sml#vidmail {
		background-image:url(../images/btn-sml-vidmail.gif);}
	.btn#friend span {left:-15px; width:340px;}
	
		.note {
			width:100%;
			padding:5px 0;
			color:#acb7cc;
			text-align:center;}
		.note.done {
			color:#009900;}
		
#foot {
	height:25px;
	margin-bottom:10px;
	background:url(../images/foot.gif) no-repeat;}
