html {
	font-family: Arial;
	overflow-x: auto;
	overflow-y: scroll;
	margin: 0;
}

html,body {
	padding: 0;
}

body {
	margin: 0 auto;
}

b,strong {
	font-weight: 700;
}

em,i {
	font-style: italic;
}

hr {
	border: none;
	border-top: 1px solid #CCC;
	height: 1px;
	background: none;
}

h1,h2,h3,h4,h5,h6 {
	display: block;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 0;
}

address,blockquote,cite,code,dfn,p,pre,xmp {
	display: block;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	margin: 0;
}

code,pre,xmp {
	font-family: Courier New;
}

dt,dd,dl,ol,ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

* html li {
	height: 1%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

caption {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-align: left;
}

td,th {
	font-size: 12px;
	font-style: normal;
	text-align: left;
}

table,thead,tbody,tfoot,tr,td,th {
	border: none;
	padding: 0;
}

thead,tbody,tfoot,tr,td,th {
	margin: 0;
}

td {
	vertical-align: top;
}

td.actions,td.center {
	text-align: center;
	white-space: nowrap;
	width: 0;
}

.cb {
	clear: both;
	float: none;
}

.fl {
	float: left;
}

div.cb {
	height: 0;
	line-height: 0;
	position: static;
	margin: 0;
	padding: 0;
}

form,fieldset,legend,label,input,select,textarea {
	margin: 0;
	padding: 0;
}

form,fieldset,legend {
	display: block;
}

form,legend {
	clear: both;
}

form p {
	margin: 5px 0;
}

form ul.errors {
	color: #F00;
	font-size: 11px;
	margin: 10px 0;
}

form ul.errors,form ul.errors li {
	text-align: center;
}

fieldset {
	border: none;
	margin-bottom: 10px;
}

fieldset.buttons button {
	text-align: center;
}

label.error {
	color: red;
	float: none;
}

input,select,textarea {
	border: 1px solid #CCC;
}

button,input,select,textarea {
	font-family: Arial;
}

input.error,select.error,textarea.error {
	color: #000;
	background: #FAA;
	border-color: #F00;
}

input.box {
	background: transparent;
	border: none;
}

input.box {
	display: inline;
	height: auto;
	width: auto;
}

textarea.ckeditor {
	display: none;
}

img,a img {
	border: none;
}

button,select {
	cursor: pointer;
}