/*******************************************************************************************

	General layout and backgrounds 
	
/*******************************************************************************************/

body, iframe, div, img, ul, p, h1, h2, h3, h4, h5, h6, button, a
{
    margin: 0px;
    padding: 0px;
}

#contentBody
{
}

/*******************************************************************************************

	content: content title, contact form, order information

/*******************************************************************************************/
.space
{
	height: 10px;
}

div#contentTitle
{
	height: 25px;
	border-bottom: 2px solid black;
	
	font-size: 14px;
	font-weight: bold;
}
table#content
{
	width: 100%;
}

td#contactFormColumn
{
	width: 50%;
}

.contactForm
{
	font-size: 14px;
}
.contactFormTable
{
	width: 100%;
}
.contactError, .responseError
{
	color: red;
	font-size: 14px;
	font-style: italic;
}
.contactInput, .responseSuccess
{
	width: 90%;
}
.contactRemark
{
	width: 90%;
	min-width: 90%;
	height: 140px;
//	max-height: 140px;
	resize: none;
	
	font-family: Arial, Arial Narrow;
	font-size: 14px;
}
.contactSend
{
	width: 50px;
	position: relative;
	top: 10px;
	cursor: pointer;
}
.responseSuccess
{
	height: 300px;
}

/*******************************************************************************************

	Debug

/*******************************************************************************************/
