
/**************** big contact form ************************/
/* form container */
#bcbox {
	margin-top:10px;
	width:600px;
	/*border:1px solid #0000ff;*/
}
#bcontactfrm {
	display:inline;
}
fieldset.bcfrm {
	position:relative; /* IE fix fieldset bg color*/
	border: 1px solid #bbbbbb;
	margin: 0;
	padding: 0px 0px 10px 10px;
	background: #efefef;
	width:460px;
	text-align:left;
}

legend.bcfrm {
	position: relative; /* IE fix fieldset bg color */
	top: -1em;
	text-align:left;
	margin-bottom:3px;
	color: #999999;
	padding-top:5px;

}

#bcontactfrm label {
	clear:both;
	float:left;
	width: 180px;
	text-align:right;
	padding-right: 8px;
}

#bcontactfrm label.sendit {
	line-height: 24px;
}

input.bcfrm, select.bcfrm,textarea.bcfrm {
	font-family: Segoe UI,Verdana, Helvetica, Arial, sans-serif;
	display:block;
	float:left;
	width:180px;
	background-color: #f0f0f0;
	font-size: 11px;
	border-style:solid;
	border-width:1px;
	border-color:#4faefd;
	margin-bottom:7px;
}
textarea.bcfrm {
	font-family: Segoe UI,Verdana, Helvetica, Arial, sans-serif;
	margin-top:5px;
}

.devr {
	display:inline;
	float:left;
	width:200px;
	padding-bottom:8px;
	/*border:1px solid #ff0000;*/
}
.devr1 {
	display:block;
	line-height:25px;
	height:25px;
	/*border: 1px solid #cdcdcd;*/
}

input.bcfrm2 {
	float:left;
	padding-left:10px;
	background-color: #ececec;
	font-size: 11px;
	margin-bottom:7px;
}
/*
input.dev, input.agency, input.inhouse, input.besttime, input.contact{
	float:left;
	padding-left:10px;
	padding-top:5px;
	background-color: #ececec;
	margin-left:161px;
}
*/
div.sendit {
	width:360px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

input.sendit {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.frmerr {
	width:360px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.specialfrm {
	width:5px;
	visibility:hidden;
	display:none;
}
input.errbg {background-color: #F58573;}

/*****************************/
