﻿/* 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;
	border:none;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

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;
}
