/* CSS Document */
html	{
	height:100%
}

body 	{
	text-align:center
}

img		{
	border:none
}

textarea .inputbox {
	width:300px; 
	height:100px; 
	margin:0px 0px 5px 0px;
}

select	{
	height:auto; 
	margin:0px 0px 2px 0px; 
	vertical-align:middle
}

ul {
	list-style:disc;
	margin:0px 0px 0px 15px;
}
ol {
	margin:0px 0px 0px 15px;
}


.width	{
	width:100%
}
.main	{
	margin:auto; 
	text-align:left
}
