/* CMS CASCADING STYLE SHEET
	Resetting all elements to default for crossbrowser compatibility.

	Do not edit this file, unless you know what you are doing.
*/

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {*/

* {
	margin: 0;
	padding: 0;
}

input, select, button {
	outline: 0;
}
	
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	border: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	min-width: 930px;
    min-height: 100%;
	position: relative;
	overflow-x: hidden;
	user-select:  none;
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

body {
	color: #444;
	height: 100%;
	line-height: 1;
	background: #FFF;
	font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-rendering:  optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-webkit-text-rendering: optimizeLegibility;
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

a {
	color: #34495e;
	text-decoration: none;
}

strong {
	font-weight: 700;
}

select {
	height: 30px;
	padding: 3px;
	cursor: pointer;
	margin-top: 5px;
	border-radius: 2px;
	border: 1px solid #000;
	border-bottom-width: 2px;
}

input:not([type="image"]), textarea {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type="text"], input[type="password"], input[type="textarea"] {
	width: 100%;
	height: 30px;
	padding: 3px;
	font-size: 16px;
	margin-top: 4px;
	border-radius: 2px;
	border: 1px solid #000;
	border-bottom-width: 2px;
	border-bottom-color: #1D658D;
}