html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;   
}
form {
	font-size: 11px;
	font-weight: normal;
	width: 487px;
	padding: 5px;
	border: 1px solid #7F9DB9;
	text-decoration: none;
}



body {
	font-family: arial, helvetica, sans-serif;
	background-color: #EBEBEB;
}

html,
body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

.page
{
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	height: 100%!important;
	height: 100%;
	background-repeat: repeat-y;
	background-position: 199px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #FFFFFF;
	background-image: url(images/line_y.gif);
	width: 800px;
}

input {
	font-size: 10px;
}
select {
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button {
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-left: 78px;
}
