@charset "utf-8";
/* CSS Document */


/*-- Form --*/
form {
	padding:5px;
	margin: 0px 0px 0px 70px;
	text-align:left;
	width:350px;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	color:#F5F5F5;
}

fieldset {
	border:0px;
	padding: 0px;
	margin-bottom: 10px;
}

fieldset div {
	margin:0.3em 0;
	clear:both;
}

.ydetails {
	background:#2B388F;
}

.bdetails {
	background:#1B75BB;
}

.message {
	background:#F89D61;
}

legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}

label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}

.desc { color:#CCCCCC; }

input {
	background:#F6F6F6 none repeat scroll 0%;
	border:1px solid #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:0.15em;
	width:150px;
	height: 20px;
}

select {
	background:#F6F6F6 none repeat scroll 0%;
	border:1px solid #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:0.15em;
	width:210px;
}

.products {
	height: 150px;
}

.radiocircle {
	padding:0px;
	width: 20px;
	height: 20px;
}

textarea {
	background:#F6F6F6 none repeat scroll 0%;
	border:1px solid #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:0.15em;
	width:200px;
	height: 200px;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	background:#FFFFFF none repeat scroll 0%;
	border-color:#FF0099;
}

input.default {
	color:#bbb;
}

.budget {
	width: 50px;
}

.email {
	width: 200px;
}

.deadline-day { width: 45px; }
.deadline-month { width: 90px; }
.deadline-year { width: 60px; }

.radio {
	position:relative;
}
.radio fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend {
	font-size:1em;
}
.radio legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.result {
	margin: 10px;
	font-family:"Trebuchet MS", Arial;
	font-size: 80%;
	color:#333333;
}

#submit-go {
	margin: 0px 0px 0px 250px;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../../images/form/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer;
}

#submit-go:hover {
	background-position:0 -26px;
}

