/**********************************

Name: cmxform Styles


***********************************/

form.cmxform {
	width: 370px;
	font-size: 1.1em;
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	}
/* additional optyions
*/	
	
.form_field  { background-color: F9F9F9; color: #333333; font-family: Tahoma, Arial; font-size: 8pt; font-weight: normal; border: solid 1px #BBBBBB; }
.form_other  { background-color: EEEEEE; color: #333333; font-family: Tahoma, Arial; font-size: 8pt; font-weight: normal; }
.form_button { background-color: #0066CC; color: #FFFFFF; border: solid 1px #BBBBBB; font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; margin: 3px 5px 3px 5px; cursor:hand; }
.line_white  { background-color: #FFFFFF; padding: 1px; }
.line_grey   { background-color: #CCCCCC; padding: 1px;  }

.table_header { background-color: #CCCCCC; color: #0066CC; font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; padding: 3px; text-align: center; }
.table_title  { color: #0066CC; font-weight: bold; font-size: 7pt; font-family: Tahoma; padding: 5px 0px 0px 8px; font-variant: small-caps; }

.table_blue_left      { width: 100px; padding: 3px 0px 3px 8px; font-family: Tahoma Arial; font-size: 8pt; color: #333333; vertical-align: text-top; text-align: left; background-color: #D7EBFF; font-weight: bold;  }
.table_blue_right     { width: 320px; padding: 3px 0px 3px 8px; font-family: Tahoma Arial; font-size: 8pt; color: #333333; vertical-align: text-top; text-align: left; background-color: #D7EBFF; font-weight: normal; }
.table_grey_left	  { width: 100px; padding: 3px 0px 3px 8px; font-family: Tahoma Arial; font-size: 8pt; color: #333333; vertical-align: text-top; text-align: left; background-color: #EFEFEF; font-weight: bold; }
.table_grey_right	  { width: 320px; padding: 3px 0px 3px 8px; font-family: Tahoma Arial; font-size: 8pt; color: #333333; vertical-align: text-top; text-align: left; background-color: #EFEFEF; font-weight: normal; }
.table_darkgrey_left  { width: 100px; padding: 3px 0px 3px 8px; font-family: Tahoma Arial; font-size: 8pt; color: #333333; vertical-align: text-top; text-align: left; background-color: #CCCCCC; font-weight: bold; }
.table_darkgrey_right { width: 320px; padding: 3px 0px 3px 8px; font-family: Tahoma Arial; font-size: 8pt; color: #333333; vertical-align: text-top; text-align: left; background-color: #CCCCCC; font-weight: normal; }

.result_table  { background-color: #EFEFEF; }
