div.small_header {
	width: 712;
	height: 52;	
}

div.small_content {
	background: #f4f4f4;
	border: solid 1px #babdc5;
	border-top: none;
	font-size: 12px;
	width: 710;
}

/* Homepage */
div.free_trial_header {
	width: 712px;
	height: 52px;
	background: url('../images/free_trial_header.png');
}

div.free_trial_content {
	height: 405px;
}

div.message {
	padding-top: 180px;
	padding-left: 270px;
}

/* FAQ */

div.faq_header {
	background: url('../images/faq_header.png');

}

div.faq_content {
	width: 670;
	padding: 20px;
}

div.faq_content p {
	margin-top: 0px;
	padding-bottom: 10px;
}

div.faq_content span.faq_title {
	font-weight: bold;
}

/* Invite Friend */

div.invite_header {
	background: url('../images/invite_header.png');
}

div.invite_content {
	width: 690;
	padding: 10px;
}

div.invite_content input {
	width: 232px;
}

/* Support History */

div.support_header {
	background: url('../images/support_header.png');
}

div.support_content {
	width: 690;
	padding: 10px;
}

div.support_content textarea {
	height: 121px;
	width: 590px;
}

div.support_history {
	padding: 10px;
	margin-top: 10px;
	font-size: 12px;
}

div.support_history div.element {
	padding-top:10px;
}

div.support_history span.date {
	font-weight: bold;
}

/* Add new user */

div.add_user_header {
	background: url('../images/add_user_header.png');
}

div.add_user_content {
	width: 690px;
	padding: 10px;
}

div.add_user_content input {
	width: 232px;
}

/* Manage user group */

div.manage_group_header {
	background: url('../images/manage_group_header.png');
}

div.manage_group_content {
	border-bottom: none;
	border-right: none;
	width: 711px;
}

div.manage_group_content td {
	background: #f4f4f4;
	border-right: solid 1px #babdc5;
	border-bottom: solid 1px #babdc5;
	color: #585858;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.manage_group_content tr.header td {
	background: white;
	color: #52408a;
	font-size: 11px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}
div.manage_group_content button {
	float: right;
}

div.manage_group_button {
	width: 670px;
	padding: 20px;
	height: 27;
	background: #f4f4f4;
	border: solid 1px #babdc5;
	border-top: none;
	border-left: none;
}

/* Manage User */

div.manage_user_header {
	background: url('../images/manage_user_header.png');
	padding: 20px;
	height: 12px;
	width: 672px;
	font-size: 12px;
	color: white;
}

div.manage_user_header a {
	color: white;
	font-weight: bold;
}

div.manage_user_content {
	padding: 15px;
	width: 680px;
}

div.manage_user_content td {
	color: #2e3239;
}

div.manage_user_content td input {
	width: 222px;
}

