/* GENERAL STYLES */
#DivMain
{
	width: 350px;
	float: left;
}

#DivMainEmailForm
{
	border: solid 0px green;
	text-align: left;
	width: 350px;
	float: left;
}

/* INPUT */

#DivQuantity
{
}

#DivQuantity span
{
	width: 200px;
}

.CssQuantityTextBox
{
	border: 1px solid black;
	width: 30px;
	height: 15px;
}

/* NAME */
#DivName
{
	padding-top: 5px;
}

#DivName span
{
	border: solid 0px #800000;
	width: 90px;
	float: left;
}

#DivName input
{
	border: 1px solid black;
	width: 200px;
	margin-left: 10px;
}
/* NAME */

/* FIRM NAME */
#DivFirmName
{
	padding-top: 5px;
}

#DivFirmName span
{
	border: solid 0px #800000;
	width: 90px;
	float: left;
}

#DivFirmName input
{
	border: 1px solid black;
	width: 200px;
	margin-left: 10px;
}
/* FIRM NAME */

/* STREET */
#DivStreet
{
	padding-top: 5px;
}

#DivStreet span
{
	border: solid 0px #800000;
	width: 90px;
	float: left;
}

#DivStreet input
{
	border: 1px solid black;
	width: 200px;
	margin-left: 10px;
}
/* STREET */

/* POST CODE */
#DivPostCode
{
	display: inline-block;
	float: left;
	padding-top: 5px;
	border: solid 0px red;
}

#DivPostCode span
{
	border: solid 0px #800000;
	width: 90px;
	float: left;
}

#DivPostCode input
{
	border: 1px solid black;
	width: 40px;
	margin-left: 10px;
}
/* POST CODE */

/* CITY */
#DivCity
{
	padding-left: 7px;
	display: inline-block;
	padding-top: 5px;
	border: solid 0px green;
}

#DivCity span
{
	border: solid 0px #800000;
	width: 20px;
	float: left;
}

#DivCity input
{
	border: 1px solid black;
	width: 120px;
	margin-left: 10px;
}
/* CITY */


/* PHONE */
#DivPhone
{
	padding-top: 5px;
}

#DivPhone span
{
	border: solid 0px #800000;
	width: 90px;
	float: left;
}

#DivPhone input
{
	border: 1px solid black;
	width: 200px;
	margin-left: 10px;
}
/* PHONE */



/* EMAIL */
#DivEmail
{
	padding-top: 5px;
}

#DivEmail span
{
	border: solid 0px #800000;
	width: 90px;
	float: left;
}

#DivEmail input
{
	border: 1px solid black;
	width: 200px;
	margin-left: 10px;
}
/* EMAIL */

/* COMMENT */

#DivComment
{
	display: none;
	padding-top: 5px;
	padding-bottom: 10px;
}
#DivComment span
{
	border: solid 0px #800000;
	width: 60px;
	float: left;
}
#DivComment textarea
{
	border: 1px solid black;
	margin-left: 30px;
	height: 150px;
	width: 180px;
}
/* COMMENT */

#DivButtonSend
{
	width: 350px;
	text-align: left;
	background-color: transparent;
	padding-top: 0px;
	margin-top: 0px;
	float: left;
}

#DivButtonSend span
{
	float: left;
        width:90px;
        padding-top:5px;
}

#DivButtonSend input
{
	float: left;
	text-align: left; /*background-color: transparent; 	padding-top: 0px; 	margin-top: 0px; */
	margin-left: 11px;
}

.CssSendButton
{
	font-size: 10px;
	width: 60px;

	text-transform: uppercase;
	text-decoration: none;
	color: black;/*#8c8579;*/
	border: 1px solid #cccccc;
	margin-top: 20px;
}

.CssSendButton:hover
{
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #966f49;
	border: 1px solid #fcfcfc;
	margin-top: 20px;
}
.CssTextBox
{
	width: 120px;
	height: 15px;
	border: 1px solid black;
}

#DivContainerSendBroshure
{
	display:block;
	float:left;
}
#DivBrochureCaption
{
	width:500px;
}

#DivCheckBox
{
	padding-top: 8px;
	padding-bottom: 8px;
}
#DivCheckBox input
{
	float: left;
}
#DivCheckBox label
{
	padding-left: 80px;
}



.Button
{
	font-size: 10px;
	width: 60px;
	padding-left: 8px;
	text-transform: uppercase;
	text-decoration: none;
	color: black;/*#8c8579;*/
	border: 1px solid #cccccc;
	margin-top: 40px;
}

.Button:hover
{
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #966f49;
	border: 1px solid #fcfcfc;
	margin-top: 20px;
}

/* EDITOR PROPERTIES */
