/* **************************************************** 	Filename:  webPageDimensions.css 	Author:	Jim Vezina 	Company:	Industry Web Host 	2007 copyright Industry Web Host 	Description:	This file is for the general layout of a page that has a special border. 	It is to be used in conjuction with iwhLayout.php (which will create all the div's that 	are required).   **************************************************** */
body {
	text-align: left;
	padding: 0px;
	margin:0px;
	border-width:0px;
	border-style:none;
}

body.mceContentBody {
	background: transparent;
	text-align: left;
}

html,* html,table,* html table,div,div#container,* html div,* html div#container,form,* html form,input,* html input, ul
{	margin: 0px;
	padding: 0px;
	background: transparent;
	border-style: none;
	border-width: 0px;
	vertical-align: top;
	border-collapse: collapse;

}

table 
{	vertical-align: top;
	border-collapse:collapse;
}
tr,td 
{	vertical-align: top;
}

.button
{	border-style:outset;
	border-color:#cccccc;
	background:#befec1;
	color:#000000;
	border-width:2px;
	padding:3px 5px;
}
input, .input, .inputbox
{	border-style:inset;
	border-color:#cccccc;
	background:white;
	color:black;
	border-width:2px;
	padding:1px 3px;
}


/******************************************************/

