﻿
table .td
{
	text-align: left;
}

#activity-name
{
	font-size: 20px;
}

.activity-meta
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #8c8c8c;
	font-size: 11px;
}
#activity-detail .header
{
	padding-left:16px;
}

#dialog_bg
{
	background: none repeat scroll 0 0 #00AF50;
    bottom: 0;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1999;
}

#dialog
{
	display: none;
    min-height: 100px;
    min-width: 100px;
    position: absolute;
    top: 0;
    z-index: 2000;
}

#dialog table
{
	border:none;
	width:100%;
}

#dialog table td
{
	border:none;
	font-size:13px;
	color:#ffffff;
}

#dialog table td.label
{
	width:25%;
	text-align:right;
}

#dialog table td input
{
	width:80%;
	border:2px solid #6EC8A2;
	height:30px;
	line-height:30px;
}

#dialog table td textarea
{
	width:80%;
	border:2px solid #6EC8A2;
}
#dialog table td h2
{
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
}

#dialog table td  #btnWeixin
{
	width:40%;
	background-color:#4BB36C;
	color:#fff;
}

#dialog table td  #btnClose
{
	width:40%;
	background-color:#9BB36C;
	color:#fff;
}

#dialog .row-line
{
	border-top:1px solid #fff;
	margin:5px 0px;
}

#error
{
	color:#ff0000;
	padding-top:5px;
}