﻿#addPage {
	border-top: solid 1px #c0c0c0;
	padding-top: 15px;
	/*background: url('/images/pageBg.jpg') repeat-x;*/
}

.headerBox {
	height: 28px;
	vertical-align: top;
	background: url('/images/headerBoxBg.png') repeat-x;
}

.headerBoxC {
	float: left;
	padding-left: 4px;
}

.headerBoxL {
	width: 3px;
	float: left;
	background: #fff;
}
.headerBoxR {
	width: 3px;
	float: right;
	background: #fff;
}

.headerBoxC h2 {
	display: inline;
	font-size: 0.75em;
	cursor: default;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

label {
	font-size: 9pt;
	color: #808080;
}

.infoText {
	font-size: 0.76em;
}

.errorMsg {
	font-size: 0.85em;
	font-weight: bold;
	color: red;
	padding-bottom: 10px;
}

#step1 .areaL {
	float: left;
	width: 280px;
	margin-bottom: 12px;
}

#step1 .areaR {
	float: left;
	width: 280px;
	margin-left: 15px;
	margin-bottom: 12px;
}

#step2 .areaL {
	float: left;
	width: 245px;
	margin-right: 7px;
	margin-bottom: 12px;
}

.registerTitle, .registerLocTitle, .registerLocAddress {
	width: 200px;
}
#pageContent .registerCategory, #pageContent .registerKommun {
	width: 160px;
}
#pageContent .registerSelectOrgList {
	width: 210px;
}

.dateArea {
	float: left;
	margin-right: 10px;
}
.timeArea {
	float: left;
}

.registerDate {
	width: 80px;
	text-align: center;
}
.registerTime {
	width: 50px;
	text-align: center;
}

.registerDescription {
	width: 200px;
	font-size: 0.9em;
}
.registerPrice {
	width: 200px;
}
.registerEmail {
	width: 200px;
}
.registerPhone {
	width: 120px;
}
.registerURL {
	width: 200px;
}

.registerLocZipCode {
	width: 65px;
}
.registerLocCity {
	width: 120px;
}

.foundTitle {
	font-size: 1.0em;
	font-weight: bold;
}
.foundInfo {
	font-size: 0.85em;
}

.extraEvent label {
	width: 100px;
}

#step3 #completeInfo {
	float: left;
}

#step3 #right {
	float: right;
	width: 230px;
}


/* #### WIZARD #### */

div.wizard {
	width: 100%;
}

div.wizard .header {
	width: 100%;
	height: 5%;
}

div.wizard .step {
	clear: right;
	float: right;
	width: 100%;
	height: 90%;
}

div.wizard .nav {
	clear: right;
	float: right;
	width: 100%;
	height: 5%;
	text-align: right;
	vertical-align: middle;
}

div.wizard .nav input[type="submit"] {

}
