﻿/* CSS Document */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {
zoom:1;
display: inline-block;
_height:1px;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html,body {
	margin:0px;
	padding:0px;
	width:100%;
	font-size:12px;
	color:#333;
	background:#FFF;
	letter-spacing:1px;
	font-family: "Times New Roman", "Arial", "Helvetica", "sans-serif";
}

a {
	color:#333;
	text-decoration:none;
}

form {
	margin:0px;
	padding:0px;
}

input {
	font-size:12px;
}

textarea {
	font-size:12px;
}

select {
	font-size:12px;
}

.input {
	border:1px solid #CCC;
	height:18px;
	line-height:18px;
}

.inputbg {
	background:#FFF url(../images/inputbg.gif) 0px 0px repeat-x;
}

.textarea {
	border:1px solid #CCC;
	line-height:18px;
}

.width_320px {
	width:320px;
}

.width_120px {
	width:120px;
}

.width_180px {
	width:180px;
}

.height_70px {
	height:70px;
}

.height_48px {
	height:48px;
}

.dlgbutton {
	background:url(button.gif) no-repeat;
	width:81px;
	height:28px;
	border:none;
}

.vertical_align_top {
	vertical-align:top;
}

.short_txtbox {
	width:120px;
}

.margin_top_5px {
	margin-top:5px;
}

.normaltxtarea {
	width:250px;
	height:60px;
}

