html {
    overflow-y: scroll;
}

body {
	background-color: #F7F7F7;
	font-family: 'Open Sans', sans-serif, Arial, Helvetica;
	font-size: 14px;
	color: #333333;
}

* {
	margin: 0px;
	padding: 0px;
}

h1 {
    color: #E48100;
    font-size: 28px;
    padding: 0px 0px 10px;
    text-align: left;
	font-weight: normal;
}

h2 {
    color: #E48100;
    font-size: 22px;
    margin: 0px 0px 5px;
	font-weight: 400;
}

input:not([type=submit]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):not([type=image]):not([type=hidden]),
textarea,
.wpcf7-select,
.normalInputField {
	font-size: 15px;
    font-family: Arial,Helvetica,sans-serif;
	color: #333333;
	padding: 4px;
	width: 100%;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999 #DDDDDD #DDDDDD #BBBBBB;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}

input[type="submit"],
input[type="button"],
button,
.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	border-style: solid;
	border-width: 1px;

	font-family: Arial;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	padding: 12px 16px;
	min-width: 190px;
	line-height: 22px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-decoration: none !important;
}

.greyButton {
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);
	color: #E48100 !important;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.1), -1px 1px 0px rgba(255, 255, 255, 0.7) inset;
	border-color: #DDDDDD #CCCCCC #BBBBBB;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#dedede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#dedede 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#dedede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
}

#content {
	line-height: 26px;
	margin: auto;
	width: 960px;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;

}

#mainContent {
    background-color: #FFFFFF;
    border-radius: 4px;
	border: 1px solid #D9D9D9;
	padding: 30px;
	overflow: hidden;
}

#errorMessage {

margin-bottom: 25px;
padding: 10px;
border-radius: 4px;
border: 1px solid #EC6E6E;
background-color: #FDF1EE;

}

.coloredBox {
    background-color: #F7FAFC;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin: 15px 0px;
    padding: 15px;
	overflow: hidden;
}

.section {
    overflow: auto;
    padding-bottom: 20px;
}

.logoCyclos {
    float: left;
    margin: 0px 0px 5px 15px;
}

.logoStro {
    float: right;
    height: 50px;
    margin: 3px 15px 0px 0px;
}

.arrowList li, #content li {
    background-image: url('arrow.png');
    background-position: 2px 6px !important;
    background-repeat: no-repeat;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 20px;
}
* {
    margin: 0px;
    padding: 0px;
}
.arrowList, #content ul {
    list-style: none;
    line-height: 22px;
}
