/************************************ 
* Stylesheet includes
************************************/
@import url("common.css");
@import url("menu.css");

/************************************ 
* Tables
************************************/
#tbl01
{
    width: 750px;
	border-collapse: collapse;
	border-style: hidden;
    margin: 0px auto;
}

/************************************ 
* Images
*************************************/
#contact_top
{
	background-image: url("../images/contact_top.jpg");
    background-repeat: no-repeat;
}

#contact_rule1
{
	background-image: url("../images/contact_rule1.jpg");
    background-repeat: no-repeat;
}

#contact_rule2
{
	background-image: url("../images/contact_rule2.jpg");
    background-repeat: no-repeat;
}

#contact_m1
{
	background-image: url("../images/contact_m1.jpg");
    background-repeat: no-repeat;
}

#contact_m2
{
	background-image: url("../images/contact_m2.jpg");
    background-repeat: no-repeat;
}

#contact_m3
{
	background-image: url("../images/contact_m3.jpg");
    background-repeat: no-repeat;
}

#contact_m4
{
	background-image: url("../images/contact_m4.jpg");
    background-repeat: no-repeat;
}

#contact_m5
{
	background-image: url("../images/contact_m5.jpg");
    background-repeat: no-repeat;
}

#contact_b1
{
	background-image: url("../images/contact_b1.jpg");
    background-repeat: no-repeat;
}

#contact_b2
{
	background-image: url("../images/contact_b2.jpg");
    background-repeat: no-repeat;
}

#contact_b3
{
	background-image: url("../images/contact_b3.jpg");
    background-repeat: no-repeat;
}

#contact_b4
{
	background-image: url("../images/contact_b4.jpg");
    background-repeat: no-repeat;
}

#contact_b5
{
	background-image: url("../images/contact_b5.jpg");
    background-repeat: no-repeat;
}

#contact_t_left
{
	background-image: url("../images/contact_t_left.jpg");
    background-repeat: no-repeat;
}

#contact_t_right
{
	background-image: url("../images/contact_t_right.jpg");
    background-repeat: no-repeat;
}

#contact_left
{
	background-image: url("../images/contact_left.jpg");
    background-repeat: no-repeat;
}

#contact_middle
{
	background-image: url("../images/contact_middle.jpg");
    background-repeat: no-repeat;
}

#contact_right
{
	background-image: url("../images/contact_right.jpg");
    background-repeat: no-repeat;
}

#contact_bottom_bar
{
	background-image: url("../images/contact_bottom_bar.jpg");
    background-repeat: no-repeat;
}

/************************************ 
* Web form
*************************************/
.sm_textbox
{
	width: 130px;
	height: 14px;
	font-family: arial, sans-serif;
	font-size: 8pt;
	border-width: 1px;
	border-color: #000000;
    background-color: #81BE54; /* Green */
}

.bg_textbox
{
	width: 175px;
	height: 40px;
	font-family: arial, sans-serif;
	font-size: 8pt;
	border-width: 1px;
	border-color: #000000;
    background-color: #81BE54; /* Green */
}
