@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #252525 url(images/webcamp_bgr.gif) repeat-x left top;
}

:-moz-any-link:focus {outline: none;}
a {outline: none;}

h1 {
	font-size: 22px;
	color: #444343;
	font-weight: normal;
	text-align: left;
	margin: 0px;
}

h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: left;
}

p {
	text-align: left;
	font-size: 12px;
	color: #444444;
}

.box {
	width: 713px;
	background: transparent url(images/boxbg.gif) repeat-y left top;
}

.box div {
	width: 713px;
	background: transparent url(images/boxt.gif) no-repeat left top;
}

.box div div {
	width: 713px;
	background: transparent url(images/boxb.gif) no-repeat left bottom;
}

.box div div div {
	background: transparent none !important;
	padding: 63px 62px 62px 62px;
	width: 589px;
}

.logo {
	display: block;
	width: 274px;
	height: 159px;
	background: transparent url(images/webcamp.png) no-repeat left top;
}

a.logo:hover {
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	-khtml-opacity: 9;
	opacity:.9;
}

.separator {
	margin: 13px 0px 13px 0px;
	padding: 0px !important;
	height: 1px;
	background: #e5e5e5 none !important;
}

.formr {
	margin: 0px 0px 11px 0px !important;
	padding: 0px !important;
	background: transparent none !important;
	text-align: left;
}

.formr label {
	display: block;
	font-size: 18px;
	color: #999999;
}

.formr input {
	background: transparent url(images/input.gif) no-repeat left top;
	width: 567px;
	font-size: 18px;
	color: #666666;
	border: 0px none;
	padding: 9px 11px 9px 11px;
}

.btn {
	margin: 30px 0px 0px 0px !important;
	padding: 0px !important;
	background: transparent none !important;
	height: 44px;
}

.btn span {
	display: block; 
	float: right;
	font-size: 11px;
	color: #999999;
	width: 300px;
	text-align: right;
	padding: 8px 15px 0px 0px;
}


.inscriere {
	display: block;
	float: right;
	height: 44px;
	width: 143px;
	background: transparent url(images/inscriere.gif) no-repeat left top;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	outline: none;
}

.inscriere:focus {
	outline: none;
}

.txt {
	margin: 10px 0px 20px 0px !important;
	padding: 0px !important;
	background: transparent none !important;
	text-align: left;
	font-size: 12px;
	color: #444444;
}

#contact-wrapper label.error {
	font-size: 12px !important;
	color: #9e0000 !important;
	text-align: left;
}

#contact-wrapper p.error {
	font-size: 12px !important;
	color: #9e0000 !important;
	text-align: left;
}

#contact-wrapper input.error {
	background: transparent url(images/inputerr.gif) no-repeat left top !important;
	width: 567px;
	font-size: 18px;
	color: #780000;
	border: 0px none;
	padding: 9px 11px 9px 11px;
}
