@charset "utf-8";
/* CSS Document */

/* @group Form Registration */

#registration {}

#registration #fieldset-contact,
#registration #fieldset-exhibition,
#registration #fieldset-participation {
	width: 100%;
	margin-bottom: 15px;
    border: 1px dashed #333;
	padding: 10px;
}
#registration #fieldset-contact legend,
#registration #fieldset-exhibition legend,
#registration #fieldset-participation legend {
	color: #F6D71B;
	font: bold 15px/24px Georgia, "Times New Roman", Times, serif;
	padding: 0px 10px 10px;
}

#registration dl {}

#registration dl dt,
#registration dl dd {
	float: left;
	margin-bottom: 15px;
}

#registration dl dt {
	clear: both;
	width: 30%;
	text-align: right;
	padding-right: 3%;
}

#registration dl dd {
	width: 67%;
}

#registration .dealer {
	display: inline-block;
	padding-left: 37%;
	width: 63%;
}

#registration .dealer dd {
	width: 62%;	
}
#registration .dealer dd label input[type=radio] {	
	float:left;
	margin-top: 1px;
	margin-right: 5px;
}
#registration .dealer dd label {	
	font: bold 12px/16px Georgia, "Times New Roman", Times, serif;
}

#registration dl dd ul.errors {
	margin-top: 2px;
}
#registration dl dd ul.errors,
#registration dl dd ul.errors li {
	margin: 0;
	padding: 0;
	list-style: none inside;
	color: #E60C80;
}

#registration dl dd .description {
	display: table;
	padding-top: 2px;
}
#registration dl .dealer dd .description {
	padding-top: 5px;	
	padding-left: 23px;
}
#dealer_sel_products-element {
	padding-left: 1%;
}


#registration dl dd input[type=text],
#registration dl dd textarea,
#exhibitionSelectionInfo {
	width: 98%;
	background: none repeat scroll 0 0 transparent;
    border-color: #989895;
    border-style: none none dashed;
    border-width: medium medium 1px;
    bottom: 2px;
    color: #CCC;
    font: normal 16px Georgia, "Times New Roman", Times, serif;
    letter-spacing: 1px;
    outline: medium none;
    position: relative;
}

#registration dl dd textarea,
#exhibitionSelectionInfo {
	width: 96%;
	height: 100px;
	border: 1px dashed #989895;
    color: #CCC;	
	padding: 5px;
    font: normal 13px Georgia, "Times New Roman", Times, serif;	
}

#exhibitionSelectionInfo {
	margin-bottom: 15px;
	width: 98%;	
}

#registration dl dd input[type=checkbox] {
	float: left;
	margin-right: 10px;
}

#registration select#country {
	background: none;
	border: 1px dashed #989895;
	color: #989895;
	width: 98%;
	height: 26px;
	font: 12px Georgia,"Times New Roman",Times,serif;	
}

/* @end */

/* @group Form Contact */

#contact {}


#contact #fieldset-contact {
	width: 100%;
	margin-bottom: 15px;
    border: 1px dashed #333;
	padding: 10px;
}
#contact #fieldset-contact legend{
	color: #F6D71B;
	font: bold 15px/24px Georgia, "Times New Roman", Times, serif;
	padding: 0px 10px 10px;
}

#contact dl dt,
#contact dl dd {
	float: left;
	margin-bottom: 15px;
}

#contact dl dt {
	clear: both;
	width: 30%;
	text-align: right;
	padding-top: 5px;
	padding-right: 3%;
}

#contact dl dd {
	width: 67%;
}

#contact dl dd ul.errors,
#contact dl dd ul.errors li {
	margin: 0;
	padding: 0;
	list-style: none inside;
	color: #E60C80;
}

#contact dl dd ul.errors {
	margin-top: 10px;
}

#contact dl dd input[type=text],
#contact dl dd textarea {
	width: 98%;
	background: none repeat scroll 0 0 transparent;
    border-color: #989895;
    border-style: none none dashed;
    border-width: medium medium 1px;
    bottom: -4px;
    color: #CCC;
    font: normal 16px Georgia, "Times New Roman", Times, serif;
    letter-spacing: 1px;
    outline: medium none;
    position: relative;
}
#contact dl dd textarea {
	width: 96%;	
	border: 1px dashed #989895;
	padding: 5px;
    font: normal 13px Georgia, "Times New Roman", Times, serif;	
}

/* @end */

/* @group Form Submit */

#contact dl dd input[type=submit],
#registration dl dd input[type=submit] {
    background: url("../img/formsubmit_static.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
	width: 159px;
    height: 45px;
    position: relative;
	color: #181715;
	font: normal 24px/24px "Headline_One", Georgia;	
}

#contact dl dd input[type=submit]:hover,
#registration dl dd input[type=submit]:hover {
    background: url("../img/formsubmit_hover.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
	width: 159px;
    height: 45px;
    position: relative;
	color: #181715;
	font: normal 24px/24px "Headline_One", Georgia;	
}
/* @end */	

/* @group Form Registration */

article .form .fieldseterror {
	color: #E60C80;
	padding-left: 33%;
	margin-bottom: 25px;
}

article .form .formerror {
	margin-bottom: 25px;
}

article .form .errormessage {
	display: inline-block;
}

article .form .errormessage mark {
	color: #F6D71B;
	font: bold italic 12px/16px Georgia, "Times New Roman", Times, serif;	
}

article .form .formerror .images {
	margin-left: 10px;
	margin-right: 10px;
}

/* @end */