@charset "utf-8";

/* Elthoro */


/* @group Fonts */

@font-face { 
	font-family: 'HelveticaNeueLtstd-LtCn';
	src: url('../font/helveticaneueltstd-ltcn-webfont.eot');
	src: url('../font/helveticaneueltstd-ltcn-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../font/helveticaneueltstd-ltcn-webfont.woff') format('woff'),
	     url('../font/helveticaneueltstd-ltcn-webfont.ttf') format('truetype')
}

@font-face { 
	font-family: 'HelveticaNeueLtstd-MdCn';
	src: url('../font/helveticaneueltstd-mdcn-webfont.eot');
	src: url('../font/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/helveticaneueltstd-mdcn-webfont.woff') format('woff'),
         url('../font/helveticaneueltstd-mdcn-webfont.ttf') format('truetype')
}

/* @end */



/* @group General */

* {
    font-family: Verdana, Helvetica, Arial;
    font-size: 100%;
    line-height: normal;
    color: #1a1a1a;
    margin: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background: url('../img/bg-pattern.gif') repeat center #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeueLtstd-MdCn';
	font-weight: normal;
}

h1 a,
h2 a, 
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font: inherit;
}

h1,
h2 {
	font-size: 1.375em;
}

img {
    border: none;
}

p {
	font-size: 0.688em;
	line-height: 1.45em;
    margin-bottom: 20px;
}

button {
    cursor: pointer;
}

article h1 + p,
article h2 + p {
	font-weight: bold;
    margin-top: 6px;
}

table, td, tr {
    border: none;
}

.clear {    
    clear: both;
}

/*.floatLeft {
    float: left;
}

.floatRight {    
    float: right;
}*/

.center-content {
    text-align: center;    
}

a {
	color: #f5822a;
	text-decoration: none;
}

p a:hover,
header nav ul li a:hover,
footer a:hover {
	border-bottom: 1px solid #f5822a;
}

/* @end */



/* @group Buttons */

.button,
.button-alternative {
	display: inline-block;
	width: 43px;
	height: 22px;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 8px;
	
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	background: linear-gradient(top, rgb(251,87,5) 0%, rgb(245,130,41) 100%);
	background: -o-linear-gradient(top, rgb(251,87,5) 0%, rgb(245,130,41) 100%);
	background: -moz-linear-gradient(top, rgb(251,87,5) 0%, rgb(245,130,41) 100%);
	background: -webkit-linear-gradient(top, rgb(251,87,5) 0%, rgb(245,130,41) 100%);
	background: -ms-linear-gradient(top, rgb(251,87,5) 0%, rgb(245,130,41) 100%);
	
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(251,87,5)),
		color-stop(1, rgb(245,130,41))
	);
}

.button:hover,
.button-alternative:hover {
	border: 0;
	
	background: linear-gradient(top, rgb(245,130,41) 0%, rgb(251,87,5) 100%);
	background: -o-linear-gradient(top, rgb(245,130,41) 0%, rgb(251,87,5) 100%);
	background: -moz-linear-gradient(top, rgb(245,130,41) 0%, rgb(251,87,5) 100%);
	background: -webkit-linear-gradient(top, rgb(245,130,41) 0%, rgb(251,87,5) 100%);
	background: -ms-linear-gradient(top, rgb(245,130,41) 0%, rgb(251,87,5) 100%);
	
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(245,130,41)),
		color-stop(1, rgb(251,87,5))
	);
}

.button span,
.button-alternative span {
	display: block;
	width: 30px;
	background: transparent url('../img/raquo-small.png') no-repeat right 3px;
	padding: 0;
	margin: 5px 0 0;
	
	font-family: 'HelveticaNeueLtstd-LtCn';
	font-size: 1em;
	line-height: 1em;
	
	color: #fff;
}

.button-alternative {
	text-indent: 20px;
	width: 194px;
	height: 32px;
	padding: 0 0 0 7px;
}

.button-alternative span {
	width: 186px;
	padding-top: 9px;
	font-size: 1.125em;
	
	background: transparent url('../img/laquo-medium.png') no-repeat left 11px;
	text-transform: uppercase;
}

.main-content-column-small .button {
	width: 188px;
	height: 32px;
	padding: 0 0 0 13px;
	margin-bottom: 8px;
}

.main-content-column-small .button span {
	width: 179px;
	background-image: url('../img/raquo-medium.png');
	background-position: 153px 11px;
	text-transform: uppercase;
	padding-top: 9px;
	font-size: 1.125em;
}

.main-content-column-small .button-alternative {
	margin: 0 0 8px 0;/* 80px 0 20px 0*/
}

.main-content-column-large .button {
    width: 105px;
    height: 26px;
    padding: 0 0 0 13px;
    margin-bottom: 8px;
}

.main-content-column-large .button span {
    width: 96px;
    background-image: url('../img/raquo-medium.png');
    background-position: 68px 5px;
    text-transform: uppercase;
    padding-top: 4px;
    font-size: 1.525em;
}

/* @end */




div.full-height {
	position: relative;
	min-height: 100%;
}

div.site-width {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

header.site-header {
	width: 100%;
	height: 43px;
	border-bottom: 1px solid #fff;
	background: #3a3a3a url('../img/bg-header.gif') repeat-x;
}



h1.logo,
div.logo {
	float: left;
}

h1.logo a,
div.logo a {
	display: block;
	height: 0;
	width: 355px;
	overflow: hidden;
	padding-top: 197px;
	background: transparent url('../img/elthoro-logo.png') no-repeat;
	border: 0;
}

header nav {
	float: left;
}

header nav h2 {
	display: none;
}

header nav ul {
	list-style: none;
	margin-top: 0;
	padding: 0 0 0 10px;
	font-size: 0; /* Clear spacing */
}

header nav ul li {
	display: inline-block;
	height: 31px;
	padding: 13px 10px 0 10px;
	font-size: 16px; /* Reset font-size */
}

header nav ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: normal 1.125em/normal 'HelveticaNeueLtstd-LtCn', Arial;
}

header nav ul li a.selected {
	color: #f5822a;
}


header nav ul li:hover {
	background-color: #fff;
}

header nav ul li:hover a {
	color: #242424;
}

.menu-drop-down {
	display: none;
}

header nav ul li:hover .menu-drop-down {
	display: block;
	position: absolute;
	top: 44px;
	left: 310px;
	width: 610px;
	max-height: 900px;
	overflow: hidden;
	background-color: #fff;
	padding: 30px 30px 20px;
	z-index: 1;
	
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	
	background-image: linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%);
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%);
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(1, #F6F6F6)
	);
}

.menu-drop-down .column {
	float: left;
	width: 170px;
	margin-right: 25px;
}

.menu-drop-down h3 {
	font: bold .688em/normal Verdana, Helvetica;
	color: #1a1a1a;

}

.menu-drop-down ul {
	padding: 0;
	margin-bottom: 20px;
}

.menu-drop-down ul li {
	display: list-item;
	padding: 0;
	height: inherit;
}

.menu-drop-down ul li:hover {
	background-color: transparent;
}

.menu-drop-down ul li a {
	font: normal .688em/normal Verdana, Helvetica;
	color: #1a1a1a;
	text-transform: none;
}

.menu-drop-down ul li a:hover {
	color: #f5822a;
}

.menu-drop-down .highlight {
	float: right;
	width: 220px;
	text-transform: none;
}

.menu-drop-down a:nth-of-type(2) aside {
	border-top: 1px solid #242424;
	padding-top: 20px;
}

.menu-drop-down .highlight img {
	margin-top: 10px;
}

.menu-drop-down .highlight img + p {
	margin-bottom: 5px;
	color: #1a1a1a;
}

.menu-drop-down .highlight p {
	color: #f5822a;
	margin-bottom: 14px;
    font-size: .611em;
}






header form {
	padding-top: 14px;
	font-size: 0;
}

header form h2 {
	display: none;
}

header form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
}

header form legend {
	display: none;
}

header form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

header form label {
	display: none;
}

header form input {
	display: inline;
	width: 118px;
	height: 16px;
	border: 0;
	background-color: #fff;
	margin: 0 0 0 10px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: bottom;
	color: #393939;
	font-size: 11px;
}

header form button {
	display: inline;
	width: 18px;
	height: 18px;
	background: #fff url('../img/raquo-black.png') no-repeat center center;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

header form button span {
	display: none;
}



div#background-image {
	position: absolute;
	top:  44px;
	left: 0;
	width: 100%;
	height: 620px;
	z-index:  -1;
	
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	/*background: transparent url('../img/backgrounds/2.jpg') no-repeat top center;*/
	-webkit-mask: -webkit-gradient(linear, left 390, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	mask: url('../svg/bgmask.svg#bgmask');
}

div#main-content-container {
	margin-top: 210px;
	background: transparent url('../img/bg-main-content-container.png') repeat-x top left;
}

nav#breadcrumbs {
	display: block;
	height: 18px;;
	font-size: 0.688em;
	color: #fff;
	text-align: right;
	padding-right: 266px;
}

nav#breadcrumbs h3 {
	display: none;
}

nav#breadcrumbs a {
	color: #fff;
}

nav#breadcrumbs a:hover {
	color: #f5822a;
	border: 0;
}

.main-content,
.sidebar {
	background-color: rgba(255, 255, 255, .85);

	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	
	padding: 18px 17px;
	
	min-height: 625px;
}

.main-content {
	display: inline-block;
	width: 677px;
	margin-right: 10px;
	padding-bottom: 225px;
}

.main-content-column-small,
.main-content-column-medium,
.main-content-column-large {
	float: left;
}

.main-content-column-small {
	width: 226px;
}

.main-content-column-medium {
	width: 330px;
}

.main-content-column-medium article:last-of-type h2 + p {
	font-weight: normal;
}

.main-content-column-large {
	width: 440px;
}

.main-content-column-large .images-container {
	font-size: 0;
	margin-bottom: 20px;
}

.main-content-column-large .images-container a + a {
	margin-left: 6px;
}

.main-content-column-large .images-container img {
	max-width: 217px;
}

.main-content-column-large h2 {
	font-family: 'HelveticaNeueLtstd-MdCn', Verdana, Helvetica, Arial;
	/*font-size: .813em;*/
    font-size: 1em;
}

.main-content-column-large h2 + p {
	font-weight: normal;
}

.main-content-column-large ul {
	padding: 0;
	margin: 5px 0 20px;
	list-style: inside;
	list-style-type: square;
}

.main-content-column-large li {
	font-size: .688em;
    line-height: 1.45em;
}

.main-content-column-large footer a {
	font-size: .688em;
}



/* @group Sidebar */

.sidebar {
	display: inline-block;
	vertical-align: top;
	width: 199px;
}

aside#tweets h2 {
	position: absolute;
	top: 0;
	left: inherit;
	height: 32px;
	width: 222px;
	padding-top: 36px;
	background: transparent url('../img/twitter-icon.png') no-repeat right top;
}

aside#tweets h2 + blockquote {
	margin-top: 40px;
}

aside#tweets p {
	color: #232323;
	margin: 0 0 4px;
}

aside#tweets p a {
	color: #5c5c5c;
	text-decoration: none;
}

aside#tweets p a:hover {
	color: #f5822a;
}

aside#tweets footer {
	font-size: 0.688em;
	margin: 0 0 21px;
}

aside#tweets time {
	color: #f5822a;
}

/* @end */



/* @group Site Footer */

footer.site-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	background: transparent url('../img/bg-footer.jpg') repeat-x center top;
	padding-top: 17px;
}

#site-footer-block {
	margin: 0 auto;
	width: 876px;
	height: 158px;
	padding: 17px 25px 0;
	background-color: rgba(0, 0, 0, .65);
	
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
}

#site-footer-block nav,
#site-footer-block section {
	display: inline-block;
	width: 214px;
	vertical-align: top;
}

#site-footer-block h4 {
	font-size: 1.125em;
	color: #f97b1b;
	font-family: 'HelveticaNeueLtstd-LtCn';
}

#site-footer-block section h4 {
	position: absolute;
	top: -126px;
	left: inherit;
	width: 273px;
	padding-top: 142px;
	background: transparent url('../img/flowers.png') no-repeat left top;
}

#site-footer-block section h4 a:hover {
    border: 0;
}

#site-footer-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-footer-block ul li {
	line-height: 1.125em;
}

#site-footer-block ul a {
	color: #fff;
	font-size: .688em;
	text-decoration: none;
}

#site-footer-block form {
	padding-top: 25px;
}

#site-footer-block form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#site-footer-block form legend {
	display: none;
}

#site-footer-block form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-footer-block form label {
	display: block;
	font-size: .688em;
	color: #fff;
	margin-bottom: 8px;
}

#site-footer-block form input {
	width: 209px;
	height: 16px;
	font-size: .688em;
	color: #232323;
	margin-bottom: 6px;
}

#site-footer-block form button {
	width: 77px;
	height: 22px;
	float: right;
}

#site-footer-block form button span {
	width: 63px;
	background-position: right 7px;
}

#site-footer-block p.success {
	padding-top: 25px;
	color: #fff;
}

#site-footer-block p.error {
	color: #f00;
}

ol#social-media-links {
	position: absolute;
	top: 148px;
	right: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#social-media-links li {
	display: inline-block;
}

ol#social-media-links li a {
	display: block;
	width: 24px;
	height: 0;
	padding-top: 24px;
	overflow: hidden;
	background-repeat: no-repeat;
}

ol#social-media-links li a:hover {
    border: none;
}

ol#social-media-links li a[href*="facebook"] {
	background-image: url('../img/icon-facebook.png');
}

ol#social-media-links li a[href*="twitter"] {
	background-image: url('../img/icon-twitter.png');
}

ol#social-media-links li a[href*="youtube"] {
	background-image: url('../img/icon-youtube.png');
}

/* @end */



/* @group Contact by phone banner */

div#contact-by-phone {
	/*float: left;*/
	height: 48px;
	width: 306px;
	padding: 8px 12px 15px;


	border: 1px solid #cdcdcd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	background-image: linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%);
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%);
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(1, #F6F6F6)
	);
}

div#contact-by-phone p {
	padding-left: 57px;
	background: transparent url('../img/phone-icon.png') no-repeat left center;
	font-family: 'HelveticaNeueLtstd-LtCn';
	font-size: 1.125em;
	color: #393939;
    /*height: 48px;*/
}

div#contact-by-phone p span {
	font-family: 'HelveticaNeueLtstd-MdCn';
	font-size: 1.278em;
	color: #f5822a;
}

.main-content-column-small div#contact-by-phone {
	width: 176px;
	margin-bottom: 8px;
}

.main-content-column-small div#contact-by-phone p span {
	font-size: 1.14em;
}

.main-content-column-medium div#contact-by-phone {
	margin-bottom: 20px;
}

/* @end */



/* @group Highlights on home page */

section.home-highlights {
	float: right;	
}

section.home-highlights h3 {
	display: none;
}

section.home-highlights article {
	display: block;
	width: 314px;
	height: 108px;
	padding: 7px 8px;
	margin-bottom: 14px;
	
	background-image: linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%);
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%);
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F6F6F6 100%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(1, #F6F6F6)
	);
		
	border: 1px solid #b4b4b5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

section.home-highlights article h4,
section.home-highlights article p,
section.home-highlights article a  {
	float: right;
	width: 190px;
}

section.home-highlights article img + p {
	height: 46px;
	margin: 0;
	overflow: hidden;
}

section.home-highlights article p + p {
	color: #f5822a;
	margin: 0;
    
    height: 17px;    
    overflow: hidden;
}
	
section.home-highlights article h4 {
	font-size: 1.275em;
	color: #f5822a;

	height: 25px;	
	overflow: hidden;
}

section.home-highlights article img {
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

section.home-highlights article .button {
	width: 43px;
}

section.home-highlights article .button span {
	width: 37px;
}

/* @end */



/* @group Page Actions */

.page-actions {
	list-style: none;
	padding: 0;
	margin: 16px 8px 0 12px;
	width: 180px;
}

.page-actions li {
	padding: 7px 0;
	border-bottom: 1px solid #d8d8d9;
}

.page-actions li:last-child {
	border-bottom: 0;
}

.page-actions li a {
	display: block;
	height: 25px;
	padding: 7px 0 0 49px;
	
	background: transparent url('../img/page-actions.png') no-repeat 3px top;
	
	font-family: 'HelveticaNeueLtstd-LtCn';
	font-size: 1.125em;
	color:  #393939;
	text-decoration: none;
}

.page-actions li a:hover {
	border: 0;
}

.page-actions li a[href*="/doorsturen/"] {
	background-position: 3px -32px;
}

.page-actions li a[href*="facebook.com/"] {
	background-position: 3px -64px;
}

.page-actions li a[href*="twitter.com/"] {
	background-position: 3px -96px;
}

.page-actions li a[href*="google.com/"] {
	background-position: 3px -128px;
}

.page-actions li a[href*="/bel-mij-terug/"] {
	background-position: 3px -160px;
}

.page-actions li a span {
	display: block;
	position: relative;
	top: -26px;
	left: 83px;
	
	height: 20px;
	width: 30px;
	padding: 6px 0 0 9px;
	overflow: hidden;
	background: transparent url('../img/sm-balloon.png') no-repeat;
	
	font-family: 'HelveticaNeueLtstd-LtCn';
	font-size: .833em;
	color: #afafae;
	text-align: center;
}

/* @end */



/* @group Photoalbum banner */

.photoalbum-banner {
	width: 657px;
	height: 22px;
	padding: 8px 10px;
	margin-top: 10px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #c4c5c8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.photoalbum-banner:first-of-type {
	margin-top: 15px;
}

.photoalbum-banner h2 {
	display: inline-block;
	width: 326px;
	vertical-align: top;
	font-size: 1.438em;
	color: #f5822a;
	padding-top: 3px;
	word-break: break-all;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1em;
}

.photoalbum-banner time,
.photoalbum-banner span.category {
	display: inline-block;
	vertical-align: top;
	font-size: .688em;
	padding-top: 4px;
}

.photoalbum-banner span.category {
	width: 135px;
	margin-right: 10px;
	word-break: break-all;
	white-space: nowrap;
	overflow: hidden;
}

.photoalbum-banner .button {
	display: inline-block;
	vertical-align: top;
	width: 97px;
}

.photoalbum-banner .button span {
	width: 90px;
}

/* @end */



/* @group Photoalbum grid */

.main-content-column-large .photoalbum-grid {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
	font-size: 0;
}

.photoalbum-grid li {
	float: left;
	margin: 5px 5px 0 0;
}

.photoalbum-grid a:hover {
    border: none;
}

.photoalbum-grid img {
	max-width: 139px;
	border: 1px solid #f5822a;
}

.photoalbum-grid img:hover {
	border: 1px solid #fff;
}

/* @end */



/* @group Search */

.main-content-column-large blockquote {
    margin-bottom: 25px;
}

.main-content-column-large blockquote h2 a {
    font-weight: normal;
}

.main-content-column-large blockquote p {
    font-style: italic;
    margin-bottom: 0;
}

.main-content-column-large blockquote footer {
    font-size: .588em;
    color: #f5822a;
    margin-top: 5px;
}

.main-content-column-large blockquote footer a {
    font-size: 1em;
    color: #f3ae7a;
}

.main-content-column-large blockquote footer a:hover {
    color: #f5822a;
    border-bottom: 0;
}

/* @end */



/* @group Pagination */

ul.pagination {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.pagination li {
    list-style-type: none;
    font-size: .688em;
    float: left;
}

ul.pagination li a {
    display: block;
    float: left;
    padding: 2px 6px;
    margin-right: 3px;
}

ul.pagination li span {
    float: left;
    margin-right: 4px;
}

ul.pagination li a.page {
    background-color: #f3ae7a;
    color: #fff;
}

ul.pagination li a.page:hover {
    background-color: #f5822a;
    text-decoration: none;
    color: #fff;
}

ul.pagination li.selected a.page {
    background-color: #f5822a;
    color: #fff;
}

ul.pagination li.disabled a {
    color: #babbbb;
    cursor: default;
}

ul.pagination li.ellipsis {
    margin-right: 4px;
}

/* @end */



/* @group Forms */

form.default fieldset {
    font-size: .688em;
    border: 0;
    padding: 0;
}

form.default label {
    color: #f5822a;
    display: block;
    margin-bottom: 8px;
    line-height: 1.8em;
   /* position: relative;*/
}

form.default label.noMarginBottom {
    margin-bottom: 0;
}

form.default label.radio {
    display: inline;
}

form.default input,
form.default textarea {
    background-color: #fff;
    display: block;
    padding: 3px;
    width: 434px;
    border: 1px solid #595a5a;
    *padding: 0px 7px 6px; /* IE 7 */
    padding: 0px 7px 6px\0/IE8+9; /* IE 8 + 9 */
}

form.default input {
    height: 15px;
}

form.default input.radio {
    height: 13px;
    width: 13px;
    display: inline;
    border: 0;
    background: transparent;
}

form.default textarea {
    height: 200px;
}

form.default input#submit {
    display: block;
    float: right;
    width: 100px;
    border-color: #fff;
    background-color: #2ea7d7;
    color: #fff;
    padding: 3px 7px;
    height: 30px;
}

form.default label.required input,
form.default label.required textarea {
    background-image: url(../img/asterisk.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

form.default p.requiredDescription {
    font-size: .9em;
    color: #f00;
    margin: 14px 0 10px;
    text-align: left;
}

form.default p.success {
    background-color: #73b63f;
    border: 1px solid #fff;
    color: #fff;
    margin: 1px 0 8px !important;
    padding: 8px 15px;
    width: 410px;
}

form.default p.error {
    background-color: #f5422a;
    border: 1px solid #fff;
    color: #fff;
    margin: 1px 0 8px !important;
    padding: 8px 15px;
    width: 410px;
}

form.default button {
    float: right;
}

/* @end */