			/****************************************
			*				FORM FIELDS
			****************************************/

.form_row
{
	position:relative;
    width:471px;
    height:auto;
    margin-bottom:25px;
}

.form_label
{    
	position:relative;
    width:165px;
    float:left; 
    margin-right:15px;
    text-align:right;
    font-size:16px;
    font-weight:bold;
    line-height:28px;
}

.form_value
{
    position:relative;
    width:291px; 
    float:left;    
    line-height:28px;
}

.form_value input, .form_value textarea, .form_value select, .form_value label, .form_value img
{
    padding:0;
    margin:0;
    font-size:16px;
}

.form_value select
{
    margin-bottom:6px;
}

.form_value img.simage
{
    display:block;
    float:left;
}
.form_value input.simage
{
	border:1px solid #CCCCCC;
	background-color:white;
    padding:4px;
    width:100px; 
    margin-left:17px; 
    float:left;
}

.form_value label
{
    margin-right:10px;
}

.form_value_col, .form_value_col_short
{
    position:relative;
    width:150px;
    height:22px;
    float:left;
}

.form_value_col input[type="checkbox"], .form_value_col_short input[type="checkbox"]
{
    position:relative;
    margin-right:2px;
}

.form_value_col input[type="radio"], .form_value_col_short input[type="radio"]
{
    position:relative;
    top:2px;
    margin-right:2px;
}

.form_value_col_short
{
    width:100px;
}

.form_value_col_nl
{
    width:0px;
    height:0px;
    margin:0px;
    padding:0px;
    position:relative;
    clear:both;
    overflow:hidden;
}

.form_value_label
{
    font-size:16px;
    margin-bottom:16px;
}

.err
{
	color:red;
	font-weight:bold;
	font-size:10px;
	display:none;
    line-height:12px;
}

.err2
{
	color:red;
	font-weight:bold;
	font-size:10px;
	padding-left:10px;
}

.sys_tooltip_cont
{
    position:relative;
    height:16px;
    margin-left:100px;
}

.sys_tooltip_cont br
{
    display:none;
}

.err_tip, .tool_tip
{
    position:absolute;
    top:0;
    left:0;
    width:600px;
    height:16px;
    background-image:url(../img/sys_icon_error.png);
    background-repeat:no-repeat;
    padding-left:20px;
    font-size:11px;
    line-height:16px;
    text-align:left;
    display:none;
    background-color:#fff;
}
.err_tip b, .tool_tip b
{
    display:none;
}

.tool_tip
{
    background-image:url(../img/sys_icon_info.png);
}

option.not_specified
{
    color:#999999;
}

/* form elements  */

.submit_button
{
	background-color:white;
	height:24px;
	overflow:hidden;
	border:none;
	border:1px solid #CCCCCC;
	font-size:14px;
	font-weight:bold;
	color:#666699;
	padding:0 20px 0 20px;
}

.submit_button_hover
{
	background-color:white;
	height:24px;
	overflow:hidden;
	border:1px solid #516D86;
	font-size:14px;
	font-weight:bold;
	color:#666699;
	padding:0 20px 0 20px;
	cursor:hand;
	cursor:pointer;
}


input.edit_box, textarea.edit_box
{
	border:1px solid #CCCCCC;
	background-color:white;
    padding:4px;   
    width:232px;
}

textarea.edit_box
{
    height:140px;
}

input.submit
{
    font-weight:bold;
    font-size:16px;
    padding:5px;
    padding-left:15px;
    padding-right:15px;
}

.submit_section
{
    position:relative;
    text-align:center;     
    height:54px;
}
.submit_section label
{
    position:relative;
    top:-2px;
}

