<style type="text/css">

/******************/
/*  Common tags.  */
/******************/

body 
{
	background-color: #FFFFFF; 
	color: #0000FF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; 
}
li 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; 
}
ol 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; 
}
p 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; 
}
td 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; 
}
ul 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;}
input 
{ 
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;}
input.checkbox 
{
	height: 12px;
	width: 12px;
}
input.radio 
{
	height: 12px;
	width: 12px;
}
input.text 
{ 
	background-color: #F2F2F2;
	border: 1px solid #999999;
	padding: 1px 1px 1px 1px;
}
option 
{
	background-color: #F2F2F2;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;}
select 
{
	background-color: #F2F2F2; 
	color: #000000; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; 
	margin:  0px 0px 0px 0px; 
	padding: 1px 1px 1px 1px;
}
textarea 
{ 
	background-color: #F2F2F2;
	border: 1px solid #999999; 
	color: #000000; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	margin:  0px 0px 0px 0px; 
	padding: 1px 1px 1px 1px;
	scrollbar-3dlight-color:#999999; 
	scrollbar-arrow-color:#999999; 
	scrollbar-base-color:#999999;
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-face-color:#FFFFFF; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-shadow-color:#999999; 
	scrollbar-track-color: #FFFFFF;
}


/******************************/
/*  Common classes and id-s.  */
/******************************/

.normal, 
.b_normal,
.j_normal 
{ 
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;}
.b_normal 
{ 
	font-weight: bold; 
}
.j_normal 
{ 
	text-align: justify; 
}


/********************/
/*  Document body.  */
/********************/

/* - container */

.doc_body 
{
	color: #000000;
	text-align: justify;	
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;}

.doc_body p {
	text-align: justify;
}

/* - default links */
.doc_body a { 
	color: #2352A2;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: underline; 
}
.doc_body a:active, 
.doc_body a:hover {
	text-decoration: none; 
}

.doc_body a:visited {
	color: #666666;
}


/* - buttons of forms */
.doc_body .button
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 4px 1px 4px;
	display: block;
	
	color: #999999;
	background-color: #FAF2CB;
	border: 1px solid #CCCCCC;

	margin: 0px 5px 0px 180px;
}
.doc_body .button:active,
.doc_body .button:hover 
{ 
	color: #FAF2CB;
	background-color: #999999;
	border: 1px solid #CCCCCC;
}

/* - forms */
.doc_body .form
{ 
	background-color: #FFFFFF;
}
.doc_body .form td
{ 
	background-color: #FFFFFF;
}

/*  - errors in form fields */
#err 
{ 
	color: #CC0000; 
}
input.checkbox#err,
input.radio#err,
input.text#err,
select#err,
select#err option, 
textarea#err 
{ 
	border: 1px #CC0000 solid; 
	color: #000000;
}

/* - hints in forms */
#hint 
{
	color: #999999;
	font-size: 10px;	padding: 0px 5px;
}

/* - required fields */
#req 
{ 
	color: #CC0000;
}

/*  - titles of fieldgroups */
.doc_body .form .title
{
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}

/* document title */
.doc_title {
	color: #D2422A;
	font-family: Verdana;
	font-size: 24px; 
	font-weight: bold; 
	padding: 2px 0px 1px 0px;
	text-align: left;
	vertical-align: middle;
}

.doc_title_pr
{
	color: #000000;
	font-family: Verdana;
	font-size: 18px; 
	font-weight: bold; 
	text-align: left;
	vertical-align: bottom;
}

/* error message */
.error
{
	color: #CC0000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;}

/* languages */
.lang
{
	display: block;
	padding: 7px 30px 0px 0px;
}

/* search */
.search_word
{ 
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
	color: #999999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px; 
	padding: 1px 0px 0px 5px;
	width: 150px;
}

.search_btn 
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 4px 1px 4px;
	display: block;
	
	color: #999999;
	background-color: #FAF2CB;
	border: 1px solid #CCCCCC;
	border-left-width: 0px;	
}
.search_btn:hover 
{
	color: #FAF2CB;
	background-color: #999999;
	border: 1px solid #CCCCCC;
	border-left-width: 0px;	
}

/************/
/* Contacts */
/************/
.contacts {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	color: #666666;
}

.contacts A {
	color: #009900;
	text-decoration: none;
}

.contacts A:hover {
	text-decoration: underline;
}

.fp_contacts {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	color: #666666;
}

.fp_contacts A {
	color: #D04329;
	text-decoration: none;
}

.fp_contacts A:hover {
	text-decoration: underline;
}

/************************/
/* Site specific layout */
/************************/
TABLE.fpTable {
	width: 795px;
	border: 1px solid #FFFFFF;

}


.fpTable td#r0c0 {
	background-image: url(/site/tmpl/img/fpTable_r0c0.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 109px;
	border-left: 5px solid #E75732;
	border-right: 6px solid #E75732;
}

.fpTable td#r1c0 {
	background-color: #F5EED1;
	border-left: 5px solid #E75732;
	border-right: 6px solid #E75732;
	height: 16px;	
}


.fpTable td#r2c0 {
	background-image: url(/site/tmpl/img/fpTable_r2c0.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 30px;
	border-left: 5px solid #E75732;
	border-right: 6px solid #E75732;
}


.fpTable td#r3c0 {
	background-color: #FAF2CB;
	border-left: 5px solid #E75732;
	border-right: 6px solid #E75732;
	border-bottom: 1px dashed #009933;
	height: 28px;
}

.fpTable td#r4c0 {
	background-color: #FFFFFF;
	border-left: 5px solid #E75732;
	border-right: 6px solid #E75732;
	border-bottom: 1px dashed #009933;
	height: 300px;
}

.fpTable td#r5c0 {
	background-image: url(/site/tmpl/img/fpTable_r5c0.jpg);
	background-position: 0px 43px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	
	height: 49px;
	border-left: 5px solid #E75732;
	border-right: 6px solid #E75732;
	
	
	vertical-align: middle;
	text-align: center;
}









TABLE.defTable {
	width: 795px;
	border: 1px solid #FFFFFF;

}


.defTable td#r0c0 {
	background-image: url(/site/tmpl/img/fpTable_r0c0.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 109px;
	border-left: 5px solid #E75732;
	border-right: 6px solid #E75732;
}

.defTable td#r1c0 {
	background-color: #F5EED1;
	border-left: 5px solid #E75732;
	border-right: 6px solid #E75732;
	height: 16px;	
}

.defTable td#r2c0 {
	background-image: url(/site/tmpl/img/fpTable_r2c0.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 30px;
	border-left: 5px solid #E75732;
	border-right: 6px solid #E75732;
}

.defTable td#r3c0 {
	background-color: #FAF2CB;
	border-left: 5px solid #E75732;
	border-bottom: 1px dashed #009933;
	height: 28px;
	width: 242px;

}
.defTable td#r3c1 {
	background-color: #FAF2CB;
	border-right: 6px solid #E75732;
	border-bottom: 1px dashed #009933;
	height: 28px;
	width: 540px;
}


.defTable td#r4c0 {
	background-color: #FFFFFF;
	border-left: 5px solid #E75732;
	vertical-align: top;
	padding: 25px 25px 5px 10px;	
}

.defTable td#r4c0l1 {
	padding: 0px 0px 0px 0px;
}

.defTable td#r4c0l2 {
	padding: 10px 0px 10px 0px;
}


.defTable td#r4c1 {
	background-color: #FFFFFF;
	border-right: 6px solid #E75732;
	padding: 25px 10px 5px 0px;
}

.defTable td#r4c1l1 {
	border-bottom: 1px dashed #009933;
}
.defTable td#r4c1l2 {
	padding: 10px 0px 10px 0px;
}
.defTable td#r4c1l3 {

}


.defTable td#r5c0 {
	background-image: url(/site/tmpl/img/fpTable_r5c0.jpg);
	background-position: 0px 23px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	
	height: 34px;
	border-top: 5px solid #E75732;
	border-left: 5px solid #E75732;
	border-right: 6px solid #E75732;
	
	vertical-align: top;
	padding: 5px 0px 0px 0px;
	text-align: center;
}


/* horizontal menu at header of 'menu1'-type */

/*  - container */
.h1_menu_content 
{
	margin: 0px 0px 0px 0px;	
}
.h1_menu_content td 
{
	text-align: left;
	vertical-align: bottom;
}

/*  - 1.level */
.h1_menu_content .l1,
.h1_menu_content .l1_a 
{ 
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: bold;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	white-space: nowrap;
}

.h1_menu_content .l1_a,
.h1_menu_content .l1:active, 
.h1_menu_content .l1:hover,
.h1_menu_content .l1_a:active, 
.h1_menu_content .l1_a:hover
{ 
	text-decoration: underline;
}


/*  - container */
.h2_menu_content 
{
	margin: 0px 0px 0px 0px;	
}
.h2_menu_content td 
{
	text-align: left;
	vertical-align: bottom;
}

/*  - 1.level */
.h2_menu_content .l1,
.h2_menu_content .l1_a 
{ 
	color: #2151A5;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: bold;
	
	background-image: url(/site/tmpl/img/menu_h2_l1.gif);
	background-position: 8px 50%; 
	background-repeat: no-repeat;
	
	margin: 0px;
	padding: 0px 3px 0px 15px;
	text-decoration: none;
	white-space: nowrap;
}


/* vertical menu */

/*  - container */
.v1_menu_content#outerTable
{
	border: 1px solid #D2432B;
	width: 213px;
}

.v1_menu_content #outerTableCell {
	border: 1px solid #FFFFFF;
}

.v1_menu_content#innerTable
{
	border: 1px solid #F7E7A6;
	width: 100%;
}

.v1_menu_content td {
	background-color: #FAF2CB;
	padding: 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/*  - 1.level */
.v1_menu_content .l1,
.v1_menu_content .l1_a
{ 
	color: #D2422A;
	display: block;
	text-align: left;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: bold;
	text-decoration: none;
	
	background-image: url(/site/tmpl/img/menu_v1_l1.gif);
	background-position: 7px 50%; 
	background-repeat: no-repeat;
	
	padding: 2px 0px 2px 19px;
	border-bottom: 1px solid #FFFFFF;
}

.v1_menu_content .l1:active, 
.v1_menu_content .l1:hover,
.v1_menu_content .l1_a,
.v1_menu_content .l1_a:active, 
.v1_menu_content .l1_a:hover
{ 
	background-color: #F6EEC6;
}

.v1_menu_content #first 
{
	border-top: 1px solid #FFFFFF;
}




/* vertical menu */

/*  - container */
.v2_menu_content
{
	border: 1px solid #D2432B;
	width: 100%;
}

.v2_menu_content td {
}

/*  - 1.level */
.v2_menu_content .l1,
.v2_menu_content .l1_a
{ 
	color: #4C73B4;
	display: block;
	text-align: left;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: normal;
	text-decoration: none;
	
	background-image: url(/site/tmpl/img/menu_v1_l1.gif);
	background-position: 9px 50%; 
	background-repeat: no-repeat;
	
	padding: 2px 0px 2px 18px;
}

.v2_menu_content .l1:active, 
.v2_menu_content .l1:hover,
.v2_menu_content .l1_a,
.v2_menu_content .l1_a:active, 
.v2_menu_content .l1_a:hover
{ 
}































/* location-bar */
.location_bar#outerTable {
	width: 100%;
}

.location_bar #printIcon {
	width: 1%;
	padding: 0px 10px 0px 0px;
}
/*  - 1.level */
.location_bar td
{
	padding: 0px 0px 1px 0px;
	vertical-align: middle;
}

.location_bar a
{ 
	color: #999999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}
.location_bar a:active, 
.location_bar a:hover
{ 
	text-decoration: underline; 
}

/*  - separator */
.location_bar .sep
{
	color: #999999;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: normal;
	padding: 0px 5px;
}



/*******************/
/* Language switch */
/*******************/
.lang_menu_content 
{
	margin: 0px 10px 0px 0px;	
}

.lang_menu_content .l1
{
	color: #B42B2B;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	padding-left: 10px;
}



/******************/
/* Navigation bar */
/******************/
.navi_menu_content
{
	border-top: 1px dashed #C67700;
}

.navi_menu_content .l1
{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;}

.navi_menu_content .l1_sep
{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;}
/* listing of images */

/*  - container */
.mod_gal
{
	background-color: #FFFFFF;
}

/*  - even rows */
.mod_gal .edata
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;	vertical-align: top;
	width: 50%;
}

/*  - odd rows */
.mod_gal .odata
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;	vertical-align: top;
	width: 50%;
}

/*  - container of image data */
.mod_gal .img
{
	border: 1px #666666 solid;
	width: 100%;
}
.mod_gal .img td
{
	padding: 3px 7px 3px 3px;
}

/*  -- name of image */
.mod_gal .img #name
{
	font-weight: bold;
	padding: 3px 3px;
	vertical-align: top;
	width: 99%;
}

/*  -- creation date of image */
.mod_gal .img #c_date
{
	font-weight: normal;
	padding: 3px 3px;
	vertical-align: bottom;
}

/*  - groupsbar */
.groups { 
	background-color: #FFFFFF; 
	color: #7F7F7F; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px; 
	font-weight: normal; 
	padding: 10px 0px 0px 0px;
	text-align: left;
}
.groups a 
{ 
	color: #7F7F7F; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
}
.groups a:active, 
.groups a:hover 
{ 
	color: #CC0000; 
	font-weight: normal; 
	text-decoration: underline;
}
.groups #sel 
{ 
	color: #CC0000;
	font-weight: bold; 
}
.groups #total 
{ 
	text-align: right;
	font-weight: bold; 
}

/* container */
.mod_news
{
	width: 100%;
}

/* creation date of article (in list of fresh news and details of article) */
.mod_news .c_date
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; 
}
/* creation date of article (in list of archive) */
.mod_news .c_date_arc
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; 
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	white-space: nowrap;
	width: 1%;
}

/* title of article (in list of fresh news) */
.mod_news .title_list
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: bold;
}
/* title of article (in details of article) */
.mod_news .title 
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
/* title of article (in list of archive) */
.mod_news .title a
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}
.mod_news .title a:active,
.mod_news .title a:hover
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: bold;
	text-decoration: underline;
}

/* summary of article (in details of article) */
.mod_news .summary
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

/* 'read more'-link (in list of fresh news) */
.mod_news .read_more a
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	text-decoration: underline;
}
.mod_news .read_more a:active,
.mod_news .read_more a:hover
{
	text-decoration: underline;
}

/* creator's name of article (in details of article) */
.mod_news .c_name 
{ 
	font-style: italic;
	padding: 10px 0px 0px 0px;
}

/* separator row (in list of fresh news and list of archive) */
.mod_news .separator
{ 
	height: 20px;
}

/* menu of available years in archive */
/*  - container */
.mod_news td.years
{
	text-align: right;
}
.years_menu_content
{
	margin-left: auto;
	margin-right: 0px;
}

.years_menu_content #title 
{ 
	color: #333333;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: normal;
	padding-right: 5px;
}

/*  - 1.level */
.years_menu_content .l1,
.years_menu_content .l1_a 
{ 
	color: #CC0000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: normal;
	padding: 0px 1px;
	text-decoration: none;
}
.years_menu_content .l1_a,
.years_menu_content .l1:active, 
.years_menu_content .l1:hover,
.years_menu_content .l1_a:active, 
.years_menu_content .l1_a:hover
{ 
	color: #CC0000;
	text-decoration: underline; 
}

/*  - separator */
.years_menu_content .l1_sep
{
	color: #CC0000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;	font-weight: normal;
	padding: 0px 4px 0px 1px;
}

/* listing of search results */

/*  - container */
.mod_search
{
	background-color: #FFFFFF;
}

/*  - even rows */
.mod_search .edata
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;}

/*  - odd rows */
.mod_search .odata
{
	background-color: #F2F2F2;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;}

/*  - groupsbar */
.groups { 
	background-color: #FFFFFF; 
	color: #7F7F7F; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; 
	font-weight: normal; 
	text-align: left; 
}
.groups a 
{ 
	color: #7F7F7F; 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
}
.groups a:active, 
.groups a:hover 
{ 
	color: #CC0000; 
	font-weight: normal; 
	text-decoration: underline;
}
.groups #sel 
{ 
	color: #CC0000;
	font-weight: bold; 
}
.groups #total 
{ 
	text-align: right;
	font-weight: bold; 
}

.sm_menu_content {
	
}

.sm_menu_content a
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;}

/*  - 1.level */
.sm_menu_content .l1_a
{
	background-image: url(/site/tmpl/img/sm_l1.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;
	
	display: block;
	font-weight: bold;
	padding: 2px 0px 2px 18px;
	text-decoration: none;
}
.sm_menu_content .l1_a:active, 
.sm_menu_content .l1_a:hover
{
	text-decoration: none;
}

/*  - 2.level */
.sm_menu_content .l2_a
{
	background-image: url(/site/tmpl/img/sm_l2.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;
	
	display: block;
	padding: 2px 0px 2px 33px;
	text-decoration: none;
}
.sm_menu_content .l2_a:active, 
.sm_menu_content .l2_a:hover
{
	text-decoration: none;
}

/*  - 3.level */
.sm_menu_content .l3_a
{ 
	background-image: url(/site/tmpl/img/sm_l3.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;

	display: block;
	padding: 2px 0px 2px 48px;
	text-decoration: none;
}
.sm_menu_content .l3_a:active, 
.sm_menu_content .l3_a:hover
{
	text-decoration: none;
}

/*  - 4.level */
.sm_menu_content .l4_a
{ 
	background-image: url(/site/tmpl/img/sm_l4.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;

	display: block;
	padding: 2px 0px 2px 63px;
	text-decoration: none;
}
.sm_menu_content .l4_a:active, 
.sm_menu_content .l4_a:hover
{
	text-decoration: none;
}

/*  - 5.level */
.sm_menu_content .l5_a
{ 
	background-image: url(/site/tmpl/img/sm_l5.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;

	display: block;
	padding: 2px 0px 2px 78px;
	text-decoration: none;
}
.sm_menu_content .l5_a:active, 
.sm_menu_content .l5_a:hover
{
	text-decoration: none;
}

/*  - 6.level */
.sm_menu_content .l6_a
{ 
	background-image: url(/site/tmpl/img/sm_l6.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;

	display: block;
	padding: 2px 0px 2px 93px;
	text-decoration: none;
}
.sm_menu_content .l6_a:active, 
.sm_menu_content .l6_a:hover
{
	text-decoration: none;
}

/* questions */
.mod_survey .que
{ 
	font-weight: bold;
	padding: 10px 5px 5px 0px;
}

/* answers */
.mod_survey .ans
{ 
	padding: 0px 5px 5px 0px;
}

/* textareas */
.mod_survey textarea
{
	height: 50px;
	margin: 0px 5px 5px 0px;
	width: 300px;
}

</style>

