* {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	color: #3f3f3f;
}
html, body {
	background-color: #f9faf6;
	width: 100%;
	text-align: center;
}
#pex {
	background: url(../img/shadow_top.gif) repeat-x left 94px;
}
#head, #centerHolder, #content {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
#head {
	height: 110px;
}
#head img {
	margin: 15px 0 0 5px;
}
#center {
	background: url(../img/banner_bg.gif) repeat-x top;
	height: 180px;
	width: 100%;
}
#centerHolder {
	margin: 0 auto;
	background: url(../img/arrow.gif) no-repeat 220px top;
	height: 180px;
	position: relative;
}
#centerBody {
	float: left;
	width: 210px;
}
#centerContent {
	background: url(../img/layer.gif) repeat-x -240px;
}
#centerElements {
	position: relative;	
	background: url(../img/layer.gif) no-repeat 0 -450px;
}
#example {
	height: 180px;
	background: url(../img/layer.gif) no-repeat right -30px;
}
#exampleBg {
	height: 150px;
	/** BACKGROUND SET BY JS **/
	background: url(../img/en/integration.gif) no-repeat 20px 50px;
}
#ftwtranslation_button {
	position: absolute;
	top: 78px;
	left: 27px;
}
a#getButton {
	/** BACKGROUND SET BY JS **/
	background: url(../img/en/button.gif) no-repeat left top;
	height: 80px;
	float: right;
	margin: 50px 50px 0 0;
	width: 263px;
	display: block;
}
* html a#getButton {
	margin-right: 25px;
}
a#getButton:hover, a#getButton.hover {
	background-position: left -80px;
}
a#getButtonnohover {
	/** BACKGROUND SET BY JS **/
	background: url(../img/en/button.gif) no-repeat left top;
	height: 80px;
	float: right;
	margin: 50px 50px 0 0;
	width: 263px;
	display: block;
}
#body {
	background: url(../img/shadow_bottom.gif) repeat-x top;
	width: 100%;
}
#content {
	background: #f3f5ec url(../img/border_shadow.gif) repeat-x top;
	padding: 0 3px 3px 3px;
}
#elements {
	background: #fff url(../img/box_shadow.gif) repeat-x top;
	padding: 10px;
}


/** TEXTS **/
h1 {
	font-size: 16px;
	margin: 15px 0 10px 5px;
}
h2 {
	font-size: 14px;
	margin: 15px 0 10px 5px;
}
h3 {
	margin: 15px 0 10px 5px;
}
p {
	margin: 0 0 10px 5px;
}
a {
	text-decoration: underline;
	color: #fa6900;
}
a:hover {
	text-decoration: none;
}
/*
#exampleBg {
	display: none;
}
*/
#createForm {
	padding: 35px 0 0 25px;
	display: none;
	opacity: 0;
	width: 270px;
	float: left;
}
.NFSelect {
	position: inherit !important; 
}

#createForm label {
	font-size: 14px;
	color: #FA6900;
	margin-bottom: 5px;
	display: block;
}
span.desc {
	font-size: 10px;
	margin-top: 4px;
	display: block;
	padding-right: 5px;
}
#createForm a#submit {
	background: url(../img/button_gradient.gif) repeat-x top;
	height: 19px;
	text-align: center;
	margin-top: 15px;
	padding: 3px 0;
	font-size: 15px;
	border: 2px solid #f3f5ec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	width: 140px;
	display: block;
	text-decoration: none;
}
#createForm a#submit:hover {
	background: #f38630;
}

select {
	border: 1px solid #141414;
	width: 144px;
}
select option {
	padding: 2px 4px;
}
textarea {
	border: 1px solid #141414;
	padding: 2px 4px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#codeField {
	float: left;
	width: 255px;
	padding-top: 80;
	padding: 35px 25px 0 0;
	display: none;
	opacity: 0;
	font-size: 10px;
}
textarea#code {
	height: 100px;
	width: 255px;
}
textarea#code.focused {
	background: #f38630;
}

#foot, #foot a {
  text-align: center;
  font-size: 10px;
  margin-top: 10px;
  color: #3f3f3f;
}

label {
  display: block;
  margin-bottom: 8px;
}

.box {
  padding: 10px;
}

.floatbox {
  float: left;
  padding: 10px;
}

.clearer {
  clear: both;
}

input#website, input.inputfield {
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #fff;
  padding: 0 10px;
  line-height: 30px;
  vertical-align: middle;
  width: 350px;
  height: 30px;
  font-size: 14px;
  outline: 0;
  color: #777;
}

input#website:focus {
  border-color: #f98731;
}

#actionbox, .actionbox {
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0;
}

#wtbox {
  border: 2px solid #F3F5EC;
  background-color: #F9FAF6;
  padding: 5px 10px 10px 10px;
  margin-top: 10px;
}

a.button, a.button span {
  background: url(../img/button_slice.gif) no-repeat right top;
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  display: block;
  float: right;
  padding: 0;
  text-decoration: none;
}

a.button span {
  background-position: left -92px;
  padding: 0 20px;
  font-weight: bold;
  color: #fff;
}

a.button:hover {
  background-position: right -46px;
}

a.button:hover span {
  background-position: left -138px;
}

.button.submit {
  margin-top: 26px;
  margin-right: 10px;
}

.clearfix {
  zoom: 1;
  display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#cursor {
/*  width: 60px;
  height: 76px;
*/
  width: 30px;
  height: 38px;
  position: absolute;
  top: 100px;
  right: 50px;
  behavior: url(-ms-transform.htc);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
}

.languageSwitcher {
  position: absolute;
  width: 600px;
  padding-top: 10px;
  float: right;
}
.languageSwitcher a {
  display: block;
  float: right;
  height: 16px;
  width: 20px;
  text-decoration: none;
}
.languageSwitcher .de {
  background: url(../img/flags/de.png) no-repeat center center;
}
.languageSwitcher .en {
  background: url(../img/flags/en.png) no-repeat center center;
}
.languageSwitcher .fr {
  background: url(../img/flags/fr.png) no-repeat center center;
}
.languageSwitcher .it {
  background: url(../img/flags/it.png) no-repeat center center;
}

.languageSwitcher .pl {
  background: url(../img/flags/pl.png) no-repeat center center;
}

.languageSwitcher .es {
  background: url(../img/flags/es.png) no-repeat center center;
}

.languageSwitcher .ru {
  background: url(../img/flags/ru.png) no-repeat center center;
}

