/* --------------------------------------------------------
 * MMG-CRM - developed for Forget The Rules
 * Forget The Rules CMS
 * Copyright (C) 2004-2006 MMG interactive
 *
 * MMG interactive versioning:
 * ---------------
 * $Revision: 82 $
 * $Author: Mark $
 * $Date: 2007-11-09 17:30:24 +1100 (Fri, 09 Nov 2007) $
 *
 * Frget The Rules versioning:
 * -------------------
 * $Tag1$
 * $Tag2$
 * $Tag3$
 * --------------------------------------------------------
 */

/* CSS Document */

.libsurvey_title {
	color: #4c4f50;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	background-color: #006699;
	border: 1px #4c4f50 solid;
}

.textSml {
	font-size: 10px;
}
.surveypanel_head {
	border-bottom: 1px #4c4f50 solid;
	color: #4c4f50;
	font-size: 11px;
	font-weight: Bold;
}

.surveypanel_bottom {
	border-bottom: 1px #c2b69c solid;
}
.surveypanel_cont {
	border-bottom: 1px #c2b69c solid;
	color: #000000;
	background-color: #cbbea3;
	font-size: 10px;
	font-weight: bold;
}


.surveypanel_ques {
	border-bottom: 1px #c2b69c solid;
	color: #000000;
	background-color: #cbbea3;
	font-size: 10px;
	font-weight: bold;
}

.surveypanel_ans {
	border-bottom: 1px #c2b69c solid;
	color: #000000;
	background-color: #d5ccb1;
	font-size: 10px;
	font-weight: normal;
}

.button {
	border: 1px #000000 solid;
	width: 70px;
	font-size: 11px;
}



