
* {
	/*border: medium none*/;
    margin: 0;
    outline: medium none;
    padding: 0;
}

body, div, img, a, fieldset {
	border: none;
	outline: none;
}

input, textarea, select {
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
}

.clear {
	clear: both;
	font-size: 0;	/*ie6 fix*/
	line-height: 0;	/*ie6 fix*/
	width: 0;		/*ie6 fix*/
	height: 0;		/*ie6 fix*/
}

.unselectable {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-o-user-select: none;
}

.unselectable input, .unselectable textarea, .unselectable select  {
	user-select: text;
	-moz-user-select: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-o-user-select: text;
}

.font-Arial {
	font-family: Arial, Helvetica, sans-serif;
}

.font-TimesNewRoman {
	font-family: Times New Roman, Times, serif;
}

.font-Tahoma {
	font-family: Tahoma, Geneva, sans-serif;
}

.font-Verdana {
	font-family: Verdana, Geneva, sans-serif;
}

