﻿/*
gv-excel-export	style.css
*/

.gvxl_excelexport_info_box {
	color: royalblue;
    margin-top: 5px;	
}
.gvxl_excelexport_button {
	
}
.gvxl_excel_fields_box {
	background: white;
    border-style: solid;
    border-width: thin;
    border-radius: 5px;
    padding: 5px;
	margin-bottom: 10px;	
}
.gvxl_excel_fields_box_fields {
	display: inline-block;
}
.gvxl_excel_fields_box_fields_item {
	margin-top: 5px;
	margin-left: 17px;
	float: right;
    display: block;
    clear: both;
}
.gvxl_excel_fields_box input[type="text"] {
	text-align: center;
    width: 110px;
}
.gvxl_excel_fields_date_note {
	font-size: x-small;
    color: grey;
}