#evt-settings-preview {
	overflow-x: auto;
}

#evt-settings-data_loaded {
	overflow-x: auto;
}

.evt_flip{
    background: url("../images/flip.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 16px;
    left: 10px;
    position: relative;
    top: 5px;
    width: 16px;
    display: none;
}




#evt_select_image_preview{
    cursor: pointer;
    margin-top: 5px;
    position: absolute;
}

#evt_select_image_preview_manager{
    cursor: pointer;
    margin-top: 7px;
    position: absolute;
}

.evt_loading_data_block {
	clear : both;
	padding-bottom: 10px;
	padding-left: 18px;
    margin-top: -10px;
    height: 40px;

}

.evt_loading_data_lable {
	clear: both;
	padding-bottom: 10px;
	
}


.evt_post_lable {
	width: 150px; 
	float: left; 
	vertical-align: middle; 
    font-size: 12px;
    line-height: 2;
}

.evt_submit_button {
    float: left;
    margin-left: 10px;
}


.evt_loading_div {
    background: url("../images/loader.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 16px;
    left: 10px;
    position: relative;
    top: 5px;
    width: 16px;
    display: none;
}




#chart_div {
	overflow: hidden;
}








