.frame
{
	overflow-x: hidden;
	overflow-y: scroll;
}
.contact_input
{
	font-size: 14px;
	border: 1px solid #7F9DB9;
	padding : 1px;
}

.contact_form
{
	font-size: 13px;
	font-family: arial, helvetica, sans-serif, verdana;
	color: #5D5D5B;
}

.common_size_text
{
	font-size: 13px;
	font-family: arial, helvetica, sans-serif, verdana;
}

.big_size_text
{
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif, verdana;
}

.input
{
	font-size: 13px;
	border: 1px dashed #333333;
	padding : 1px;
}

.input_special
{
	font-size: 13px;
	border: 1px dashed black;
	padding : 2px;
	font-weight: bold;
	color : red;
}

.button_150
{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:normal;
	padding: 1px 1px;
	background:url(graphic/bg_button.gif) repeat-x left top;
	width: 150px;
	height: 23px;
}

.button_125
{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:normal;
	padding: 1px 1px;
	background:url(graphic/bg_button.gif) repeat-x left top;
	width: 125px;
	height: 23px;
}

.button_100
{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#1D89E1;
	color:#666;
	font-weight:normal;
	padding: 1px 1px;
	background:url(graphic/bg_button.gif) repeat-x left top;
	width: 100px;
	height: 23px;
}

.button_75
{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:normal;
	padding: 1px 1px;
	background:url(graphic/bg_button.gif) repeat-x left top;
	width: 75px;
	height: 23px;
}

.button_50
{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:normal;
	padding: 1px 1px;
	background:url(graphic/bg_button.gif) repeat-x left top;
	width: 50px;
	height: 23px;
}

.button_30
{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:normal;
	padding: 1px 1px;
	background:url(graphic/bg_button.gif) repeat-x left top;
	width: 30px;
	height: 23px;
}
