body {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: gray;
    background-color: #252518;
    background-image: url(../img/back.gif);
}

a {
    color: gray;
    outline:none;
}
/* Header */

.form_input_field {
    width: 227px;
    height: 15px;
    background-color: #999999;
    color: #555555;
    border: 1px solid #555555; 
}

.form_input_field2 {
    width: 227px;
    height: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #999999;
    color: #555555;
    border: 1px solid #555555;
}


.es_header_table {
    width: 900px;
    height: 164px;
    

}

#prod_navi a {
    color: gray;
    text-decoration: none;
}

#prod_navi a:hover {
    color: silver;
    text-decoration: none;
}

.es_header_tr {

}

.es_header_td {

}



/* Content */

.es_main_table {
    width: 900px;
    background-color: #F9F9F9;
}

.es_main_tr {

}

.es_main_td {

}

.es_main_td_1 {

}

.es_main_td_2 {

}

.es_main_dummy {

}

/* First page */
.es_main_fp_table {
    border: 0;
    margin: 0;
    paddin: 0;

}
.es_main_fp_table a, .es_main_fp_table img {
    border: 0;
}

/* Footer */

.es_footer_table {
    width: 900px;
    height: 80px;
    background-color: #F5F5F5;
}

.es_footer_tr {

}

.es_footer_td{

}


.ButtonVoid
{
/*
	margin-left: auto;
	margin-right: auto;*/
}

a.ButtonVoid
{
	margin-top:2px;
	margin-bottom:2px;
	display: block;
	width: 56px;
	background-image: url(../img/button_send.jpg);
	background-repeat: no-repeat;
	height: 20px;
	background-position: center center;
	text-decoration:none;
	text-align:right;
	font-weight: bold;
	color:#7C7C7C;
	vertical-align: middle;
	/*padding-left: 20px;*/
	line-height: 20px;
}
a.ButtonVoid:hover
{
    /*
    background-image: url(../images/vide_hover.jpg);
    color:#CCCCCC;
    */
}


