.tv_table {
	width:100%;
	border-collapse:collapse;
}
.tv_lftcolhead {
	width:65px;
	background-color:#FFFFFF;
	color: #7F7F7F;
	text-align:center;
	vertical-align:middle;
}
.tv_rgtcolhead {
	background-color:#D9E6EF;
	color: #7F7F7F;
}
.tv_chanselcol {
	width:85px;
}
.tv_chansel,.tv_chanlist {
	background-color:#FFFFFF;
	color: #7F7F7F;
	height:40px;
	text-align:center;
	vertical-align:middle;
	padding:0;
}
.tv_chanlist {
	background-color:#F7F8FA;
}
.tv_chanlist2 {
	background-color:#F7F8FA;
	width:140px;
	text-align:center;
	height:45px;
	border-bottom:1px solid #D8E5EE;
}
.tv_eventtd, .tv_eventtd a{
	background-color:#F7F8FA;
	color: #7F7F7F;
	font-size:11px;
	text-decoration:none;
}
.tv_desc {

}
.tv_timel_head {
	background-color:#D8E5EE;
	color: #7F7F7F;
	height:20px;
	border-top:1px solid #004B93;
}
.tv_timel_head2 {
	background-color:#D8E5EE;
	color: #7F7F7F;
}
.tv_timel_event, .tv_timel_eventhead {
	border-right:1px solid #D8E5EE;
	height:40px;
	color:#7F7F7F;
	word-wrap: break-word;
}
.tv_timel_event2, .tv_timel_eventhead2 {
	border-bottom:1px solid #D8E5EE;
	height:40px;
	color:#7F7F7F;
	word-wrap: break-word;
}
.tv_timel_event2 {
	font-size:10px;
}
.tv_timel_eventhead2 {
	vertical-align:middle;
	border-bottom:1px solid #ECEFF4;
}
.tv_timel_event {
	font-size:10px;
}
.tv_timel_eventhead {
	height:20px;
	vertical-align:middle;
	border-right:1px solid #ECEFF4;
}
.tvdescpop {
	border:1px solid #7F7F7F;
	background-color:#ECEFF4;
	width:300px;
}.surveydesc {

}
.surveytable {
	width:100%;
	border-collapse:collapse;
}
.surveyqrow {
	font-weight:bold;
}
.surveyatbclic {
	border:0;
	background-color: transparent;
}
.surveyatbtxt {
	width:95%;
}
.surveyatbarea {
	width:95%;
	height:50px;
}
.surveyatbcom{
}

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}.ph_cattable {
	border-collapse:collapse;
	width:100%;
}
.ph_center {
	text-align:center;
}
.ph_fons {
	background-color: #FAFAFA;
}
.ph_bold {
	font-weight:bold;
}
.ph_botline {
	border-bottom: 1px solid #B2B2B2;
}
.ph_cattitle {
	font-size: 16px;
	color: #5568F2;
	font-weight:bold;
	padding:5px;
	padding-left:0;
}
.ph_cattools {
	padding:2px 5px;
	border-top: 1px solid #B2B2B2;
	background-color: #E6E6E6;
}
.ph_catforums {
	padding:0;
}

.ph_fortable {
	border-collapse:collapse;
	width:100%;
}
.ph_forheader {
	background-color: #F3F3F1;
	border-top: 1px solid #B2B2B2;
	font-weight: bold;
	text-align:center;
}
.ph_forcell {
	padding:5px;
}
.ph_linija {
	border-top: 1px solid #B2B2B2;
}
.ph_forcaption {
	font-weight:bold;
}
.ph_fordesc {
	font-size: 10px;
}
.ph_post {

}
.phorum_quotename {
	font-weight: bold;
	margin-top:10px;
	background-color: #E8E9E4;
}
.phorum_quotetxt {
	background-color: #E8E9E4;
	padding-left: 15px;
}
#fvaddfrm td {
	padding:3px;
}

/* ----------------------------------------- */
#forum h1 {
	background: url(img/forum-h1.gif) no-repeat left bottom;
	padding: 14px 8px 15px;
	margin: 0 0 14px;
}
#forum-navigation {
	margin: 14px 0 10px;
	border: 1px solid #bbcad4;
	background: #f4f6f6;
}
#forum-navigation .menu {
	background: url(img/forum-menu-bg.gif) repeat-x left top;
	height: 28px;
	padding: 0 10px 0 2px;
}
#forum-navigation .menu li {
	float: left;
}
#forum-navigation .menu li a {
	padding: 1px 7px 0;
	display: block;
	height: 27px;
	font-weight: bold;
	line-height: 27px;
	overflow: hidden;
}
#forum-navigation .menu li.active a {
	color: #333;
	font-weight: normal;
}
#forum-navigation .menu .date {
	float: right;
	padding: 1px 0 0;
	height: 27px;
	line-height: 27px;
}
#forum .login {
	padding: 0 0 0 10px;
}
#forum .login .input {
	float: left;
	width: 175px;
}
#forum .login .button {
	float: left;
	padding: 23px 0 0;
}
#forum .login .input label {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	display: block;
	height: 15px;
	padding: 9px 2px 0;
	line-height: 13px;
}
#forum .login .input input {
	background: url(img/forum-login-input.gif) no-repeat right top;
	border: 0;
	width: 163px;
	height: 18px;
	padding: 5px 0 0 3px;
}
#forum .login .remindme {
	padding: 6px 2px 12px;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
}

table.posts {
	border: 1px solid #c0d0dd;
	border-collapse:separate;
	background: #fafbfb;
	margin: 0 0 24px;
}
.posts thead tr {
	background: #dbeaf2 url(img/forum-posts-thead-bg.gif) repeat-x left top;
}
.posts td {
	vertical-align: top;
}
.posts thead td {
	border-top: 0;
	border-bottom: 1px solid #c0d0dd;
	border-right: 1px solid #c0d0dd;
	padding: 4px 0 4px 6px;
	color: #314c74;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}
.posts thead td.last {
	border-right: 0;
}
.posts tbody td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dde4e9;
	border-right: 1px solid #dde4e9;
}
.posts tbody tr.last td {
	border-bottom: 0;
}
.posts td.icon {
	width: 42px;
	padding: 15px 0 0 12px;
	padding-bottom:12px;
}
.posts td.topic {
	width: 393px;
	padding: 5px 9px 10px;
}
.posts td.topic h4 {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #004b93;
}
.posts td.topic p {
	color: #666;
	font-size: 11px;
	line-height: 13px;
}
.posts td.count {
	width: 59px;
	text-align: center;
	padding: 21px 0 0;
	font-size: 12px;
	line-height: 17px;
}
.posts td.latest {
	width: 321px;
	border-right: 0;
	padding: 13px 10px 17px;
	color: #333;
	font-size: 11px;
	line-height: 14px;
}
.posts td.reply {
	width: 725px;
	border-right: 0;
	padding: 7px 10px 35px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
.posts td.reply p {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0 0;
}
.posts td.reply .meta {
	font-size: 11px;
	line-height: 13px;
	padding: 0;
}
.posts td.reply .meta a {
	font-weight: bold;
}
.posts td.author {
	padding: 4px 10px 35px;
	width: 160px;
}
.posts td.author h5 {
	font-weight: bold;
	line-height: 17px;
	padding: 0 0 14px;
}
.posts td.author h5 span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}
.posts td.author .meta,
.posts td.author .top {
	font-size: 11px;
	line-height: 14px;
}
.posts td.author .top {
	padding: 4px 0 0;
}

.post-menu {
	height: 29px;
	margin: 10px 0 0;
}
.post-menu li {
	float: left;
	height: 29px;
	line-height: 29px;
	font-size: 12px;
	background: url(img/forum-bullet.gif) no-repeat left center;
	padding: 0 3px 0 9px;
}
.post-menu li.first {
	background: none;

}

#forum .pagination {
	float: right;
	padding: 14px 0;
}
.pagination .topics,
.pagination .pages {
	font-size: 11px;
	line-height: 22px;
	color: #333;
	background: url(img/forum-bullet.gif) no-repeat right center;
	padding: 0 8px 0 0;
	margin: 0 3px 0 0;
}
.pagination .pages {
	margin: 0 10px 0 0;
}

.breadcrumb {
	padding: 8px 0 9px;
	overflow: hidden;
	background: url(img/dotted-bg.gif) repeat-x left bottom;
}
#forum .breadcrumb h2 {
	padding-left: 4px;
	margin: 0;
	clear: both;
}
.breadcrumb li {
	float: left;
	padding: 0 10px 0 5px;
	background: url(img/breadcrumb-bullet.gif) no-repeat right 6px;
}
.breadcrumb li.first {
	padding: 0 10px 0 4px;
}
.breadcrumb li.active {
	background: none;
}
.breadcrumb .back {
	float: right;
}

.legend {
	border: 1px solid #c0d0dd;
	background: #fafbfb;
	height: 29px;
	padding: 14px 11px 13px;

}
.legend li {
	float: left;
	line-height: 29px;
	height: 29px;
	padding: 0 20px 0 36px;
	background: no-repeat left top;
}
.legend li.new { background-image: url(img/icon-post-new.gif); }
.legend li.post { background-image: url(img/icon-post.gif); }
.legend li.closed { background-image: url(img/icon-post-closed.gif); }

.addnew {
	float: left;
	padding: 14px 0;
}
#forum a.button {
	float: left;
	text-decoration: none;
}
#forum #bottom-navigation {
	background: url(img/dotted-bg.gif) repeat-x left bottom;
	margin: 0 0 14px;
	height: 52px;
}
.sorting {
	float: left;
	padding: 13px 0 14px;
}
.sorting .select,
.sorting .button {
	float: left;
	line-height: 22px;
}
.sorting .select {
	padding: 0 0 0 10px;
}
.sorting label {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding: 0 2px 0 0;
}
.sorting .button {
	padding: 0 0 0 2px;
}
.sorting .select select {
	vertical-align: middle;
}
.sorting .select select {
	font-size: 11px;
	margin: 0 2px 0 0;
}
#forum .sorting button em {
	padding-right: 8px;
}
#forum .sorting button span {
	padding-left: 8px;
}.dtable_title {
}
.dtable_footer {
	margin-bottom:10px;
}
.dtable {
	border-collapse:collapse;
}
.dtable_wide {
	width:100%;
}
.dtable_head {
}
.dtable_cell {
	vertical-align:top;
}
.dtable_filcell {
	padding:3px;
	text-align:center;
}
.noborder {
	border:0;
}
.nobackground{
	background: none;
	background-color:transparent;
}
.table_center {
	margin:0 auto;
}
.table_left {
	float:left;
}
.table_right {
	float:right;
}
.dtable_addrow {
	padding:3px;
}.formm_box_tl {
	background:url(images/zpx_tl.gif) no-repeat; 
}
.formm_box_tr {
	background:url(images/zpx_tr.gif) top right no-repeat;
}
.formm_box_bl {
	background:url(images/zpx_bl.gif) left bottom no-repeat;
}
.formm_box_br {
	background:url(images/zpx_br.gif) bottom right no-repeat;
	padding:12px 0 15px 8px;
}
.forrm_el_t {
	background:url(images/fe_t.gif) repeat-x;
	background-color:#FFFFFF;
}
.forrm_el_b  {
	background:url(images/fe_px.gif) bottom repeat-x;
}
.forrm_el_l  {
	background:url(images/fe_px.gif) repeat-y;
}
.forrm_el_r {
	background:url(images/fe_px.gif) right repeat-y;
}
.forrm_el_tl {
	background:url(images/fe_tl.gif) no-repeat;
}
.forrm_el_tr {
	background:url(images/fe_tr.gif) top right no-repeat;
}
.forrm_el_bl {
	background:url(images/fe_bl.gif) left bottom no-repeat;
}
.forrm_el_br {
	background:url(images/fe_br.gif) bottom right no-repeat;
}
.forrm_el_br textarea, .forrm_el_br input {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	padding:5px 0 0 3px;
}
.formm_box_br h4,  .formm_box_br p {
	margin:0;
	padding:0;
}
.formm_box_br h4 {
	color:#314C74;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
}
.formm_box_br p {
	padding:7px 0 0;
}
.formm_box_br label{
	display:block;
	font-weight:bold;
	padding:0px;
}.texttitle {
	color: #1F9D39;
	font-weight:bold;
}
.textbody {
	margin-bottom:10px;
}.polltable {
	border-collapse:collapse;
}
.poll_question {
	padding:3px;
	font-weight:bold;
}
.pollotherstitle {
	margin-top: 20px;
	font-weight:bold;
}
.poll_root {
	margin:5px;
}
.poll_othlink {
	font-size:10px;
	padding-top:5px;
	text-align:center;
}
.pollothers {
	padding:5px;
}
.pollpercbar {
	background-color: #004B93;
}
.polltotaltxt {
	text-align:right;
}
.polltotal {
	border-top: 1px solid #004B93;
	width:80%;
}.nobgr {
	background-color:transparent;
}
.toolbar,.toolbarp {
	background-color:#EBEEEC;
	border: 1px solid #B8B8B8;
	margin:1px 2px;
	padding:0px 2px;
	font-size:10px;
	color:#6C6C6C;
}
.toolbarp {
	color: #1F9D39;
	border: 1px solid #1F9D39;
}
.toolbar a {
	color:#6C6C6C;
}
.toolbarp a {
	color: #1F9D39;
}

#workmodes {
	background-color:#FFFFFF;
	text-align:center;
	border-bottom:1px solid;
	padding-bottom:1px;
	width:100%;
/*	z-index:999;
	position: fixed;
	top:0; */
}
/* --- ROOT TEMPLATE --- */.news_instcaption {
	color: #1F9D39;
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
.news_story_list {
	margin-bottom:10px;
}
.news_storycaption, .news_storycaption:hover, .news_storycaption2 {
	color: #1F9D39;
	font-weight:bold;
}
.news_storyauthdat {
	font-size:11px;
}
.new_story_entry {
	clear:both;
	margin-bottom:5px;
}
.news_storymore {
}.tab_td_act {
	height:7px;
	background-color:#FFFFFF;
	padding:8px;
	padding-bottom:3px;
	padding-top:6px;
	font-size:12px;
}
.tab_td_act a {
	color:#E75110;
	font-weight:bold;
	text-decoration:none;
}
.tab_tdl_act {
	width:4px;
	padding:0;
	height:23px;
	background:url(images/tab2/act_l.gif) no-repeat;
}
.tab_tdr_act {
	width:4px;
	padding:0;
	height:23px;
	background:url(images/tab2/act_r.gif) no-repeat;
	padding-right:2px;
}

.tab_td_pas {
	height:7px;
	background-color:#DEE9F0;
	padding:8px;
	padding-bottom:3px;
	padding-top:6px;
	font-size:12px;
}
.tab_td_pas a {
	color:#004B93;
	font-weight:bold;
	text-decoration:none;
}
.tab_tdl_pas {
	width:4px;
	padding:0;
	height:23px;
	background:url(images/tab2/pas_l.gif) no-repeat;
}
.tab_tdr_pas {
	width:4px;
	padding:0;
	height:23px;
	background:url(images/tab2/pas_r.gif) no-repeat;
	padding-right:2px;
}.grouptitle {
	font-size: 16px;
	color: #1F9D39;
	font-weight:bold;
	padding-bottom:3px;
	padding-top:3px;
}
.grouptitletxt {
	font-size: 18px;
	color: #1F9D39;
}
.grouptitletxtpre {
	color: #1F9D39;
	font-weight:bold;
}
.groupdata {
}
.groupmore,.groupback {
	clear:both;
}
.groupback {
	text-align:left;
}
.groupcleaning {
	clear:both;
	margin-bottom:10px;
}/* PAGE */
.pagetitle {
	font-size: 14px;
	font-weight:bold;
	color: #2A1F49;
	border-bottom: 1px dotted #2A1F49;
}.tab_td_act {
	height:7px;
	background-color:#FFFFFF;
	padding:8px;
	padding-bottom:3px;
	padding-top:6px;
	font-size:12px;
}
.tab_td_act a {
	color:#E75110;
	font-weight:bold;
	text-decoration:none;
}
.tab_tdl_act {
	width:4px;
	padding:0;
	height:23px;
	background:url(images/tab2/act_l.gif) no-repeat;
}
.tab_tdr_act {
	width:4px;
	padding:0;
	height:23px;
	background:url(images/tab2/act_r.gif) no-repeat;
	padding-right:2px;
}

.tab_td_pas {
	height:7px;
	background-color:#DEE9F0;
	padding:8px;
	padding-bottom:3px;
	padding-top:6px;
	font-size:12px;
}
.tab_td_pas a {
	color:#004B93;
	font-weight:bold;
	text-decoration:none;
}
.tab_tdl_pas {
	width:4px;
	padding:0;
	height:23px;
	background:url(images/tab2/pas_l.gif) no-repeat;
}
.tab_tdr_pas {
	width:4px;
	padding:0;
	height:23px;
	background:url(images/tab2/pas_r.gif) no-repeat;
	padding-right:2px;
}.lang_sw_pas {
	text-decoration:none;
	color:#003A63;
	font-size:14px;
}
.lang_sw_act,.lang_sw_pas:hover,.lang_sw_act:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}.comtitle {
	font-size: 16px;
	padding-left: 10px;
}
.comblock {
	padding:5px 3px;
}
.comadder {
	font-size:11px;
	font-style:italic;
	font-weight:bold;
}
.comline {
	background:transparent url(img/dotted-bg.gif) repeat-x scroll left bottom;
}
.comtext {
	padding-left:5px;
}
.comformtable {
	width:100%;
}
.comnewtitle {
	margin-top:10px;
	color:#5568F2;
	font-weight:bold;
}
.comformname {
	width:60px;
	text-align:right;
}
.comforminput {
	width: 30%;
}
.comformtextarea {
	width:500px;
	height: 70px;
}
.combox {
	margin-top:24px;
	clear:both;
}
.comcent {
	text-align:center;
	color:#B2B2B2;
	padding:0;
}
.comr{
	text-align:right;
	color:#B2B2B2;
}/* MENU LEVEL 3 */
/* MENU LEVEL 1 */
/* MENU LEVEL 3 */
