/* Stylesheet website AddSite
   Ale van der Ploeg en Edwin de Vries 
   AddSite Internet */

/* Zend Form
----------------------------------------------------- */

.addformdescription {
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 0px 5px;
}

.addformtitle {
	font-family: 'MyriadProBoldCondensed', arial, serif;
	color: #008bcb;
	margin: 0px 0px 8px 0px;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0px;
	text-align: left;
	}

.addformlabel {
	font-family: 'MyriadProBoldCondensed', arial, serif;
	color: #008bcb;
	margin: 0px 0px 8px 0px;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 0px 0px 0px;
	letter-spacing: 0px;
	text-align: left;
	}

.optional {

}

.required {
}



ul.errors {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 20px;
	background: red;
	
	margin: 0px 0 0 0px;
	padding: 25px 0px 25px 0px;
	font-family: 'PT Sans Narrow', arial, serif; 
	font-size: 14px;
	font-weight: normal;
	z-index: 9999;
	text0align: center;
}

ul.errors li {
	width: 100%;
	text-align:center;
	margin: auto;
	color: #fff;
	list-style-type: square;
	font-size: 18px;
	font-weight: bold;
	font-family: 'PT Sans Narrow', arial, serif;
}



/* Tabel
----------------------------------------------------- */

.addform {
	width: 100%;
	font-family: 'PT Sans Narrow', arial, serif; 
}

.addform td {
	vertical-align: top;
	padding-bottom: 2px;
	text-align: left;
	line-height: 18px;
}

.addform td.element {
	width: 75%;
}

.field {
	text-align: right;
}

label {
	font-weight: normal;
}

label.field {
	float: right;
	margin-top: 5px;
	margin-right: 15px;
}

input.addformsubmit { 
	float: left;
	font-family: 'MyriadProCondensedItalic', arial, serif;
	position: relative;
	z-index: 99999;
	color: #fff;
	font-size: 18px;
	padding: 5px 22px 7px 36px;
	margin: 20px 0px 0px 0px;
	line-height: 24px;
	font-style: normal;
 	font-weight: normal;
 	border: 0px;
 	cursor: pointer;
	text-decoration: none;
	background: #092842 url("../images/headerlink.png") no-repeat 2px 3px;
			-moz-transition: all 0.1s ease-out;  /* FF3.7+ */
       -o-transition: all 0.1s ease-out;  /* Opera 10.5 */
  -webkit-transition: all 0.1s ease-out;  /* Saf3.2+, Chrome */
          transition: all 0.1s ease-out; 
          

 	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;		
	}

input.addformsubmit:hover { 
	background-position: 2px -27px;
	 	          background-color: #00a2ec;
 	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;		
	}

.input {
	background: #ffffff;
	border: 1px solid #b1b3b4;
	font-size: 14px;
		width: 300px;
		margin-left: 10px;
		line-height: 14px;
		height: 15px;		
		}

.addformInput {
	background: #ffffff;
	border: 1px solid #b1b3b4;
	font-size: 14px;
	width: 300px;
	line-height: 14px;
	height: 20px;
	margin: 0px 0px 1px 0px;
	padding: 4px 3px 4px 6px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
		}
.addformInput:focus {
	border: 1px solid #212121;
}	

.addformArea {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #ffffff;
	border: 1px solid #b1b3b4;
	font-size: 14px;
	width: 300px;
	height: 110px;
	line-height: 14px;
	margin: 0px 0px 5px 0px;
	padding: 2px 3px 1px 3px;		
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	
		}
.addformArea:focus {
	border: 1px solid #212121;
}			

.addformInputSmall {
	background: #ffffff;
	border: 1px solid #b1b3b4;
	font-size: 14px;
	width: 180px;
	line-height: 14px;
	height: 17px;
	margin: 0px 0px 1px 0px;
	padding: 6px 3px 4px 3px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
		}
.addformInputSmall:focus {
	border: 1px solid #212121;
}		

.addformSelect {
	background: #ffffff;
	border: 1px solid #b1b3b4;
	font-size: 12px;
		line-height: 18px;
		height: 21px;
		margin: 0px 0px 2px 0px;
		padding: 1px 0px 0px 0px;
}
