/* form style with top positioned labels */
form.toppositioned {
	margin: 10px 0;
}

/* Form element containers */
form.toppositioned fieldset {
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid;
	border-color: #666;
	color:#005C6F;
}


form.toppositioned ol {
	margin: 1em;
	padding: 0;
	list-style: none;
}

form.toppositioned fieldset li {
	list-style: none;
	margin: 0;
	padding: .5em;
	background-image: url(images/menusep.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

form.toppositioned legend {
	margin-left: 1em;
	color: #FF3007;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}

/* Container for submit inputs */
form.toppositioned fieldset.submit {
	padding-left: 12em;
	margin: 0;
	border-style: none;
	background-color: transparent;
}

form.toppositioned fieldset.submit li {
	background-image: none;
}

form.toppositioned label {
	display: block;
	font-weight: normal;
}

/* Nested fieldset for radio buttons and check boxes */
form.toppositioned fieldset fieldset {
	border-style: none;
	background-color: transparent;
	background-image: none;
	margin: 0;
}

form.toppositioned fieldset fieldset legend {
	margin-left: 0;
	font-weight: normal;
}

form.toppositioned fieldset fieldset ol {
	margin: 0;
	padding: 0;
}

form.toppositioned fieldset fieldset ol li {
	padding-top: .125em;
	padding-bottom: .125em;
	background-image: none;
}

form.toppositioned fieldset fieldset label {
	display: inline;
	font-weight: normal;
}


/* Panel for arbitrary data */
form.toppositioned div.panel {
	padding-top: 0;
}

/* Required label */
form.toppositioned fieldset label em, form.toppositioned fieldset legend em {
	font-size: 75%;
	font-weight: normal;
	color: #FF3007;
	padding-left: 14px;
}

/* Error text */
form.toppositioned fieldset label strong {
	display: block;
	color: #FF3007;
	font-size: 85%;
	font-weight: normal;
}

/* Error highlight for elements container */
form.toppositioned fieldset ol li.error {
	border: 1px solid;
	border-color: #666;
	background-image: none;
}

/* Element attached note */
form.toppositioned fieldset .note {
	padding: 4px 10px 4px 26px;
	margin: 5px 0;
	background-image: url(images/forminfo.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-color: #828282;
}

form.toppositioned fieldset .note li {
	background-image: none;
	padding: 0;
}

/* Form error */
form.toppositioned div.error {
	margin-bottom: 20px;
	background-color: #c00;
	color: #fff;
	font-weight: normal;
	padding: .25em 2em;
}

/* Styling of input elements */
form.toppositioned input[type="submit"] {
width: 76px !important;
height: 21px !important;
/*background-color: transparent;
border: none;
*/
cursor: pointer;
/*text-indent: -9999px;
overflow: hidden;
background: #DAE1E6 url(http://www.attitude-emedia.com/assets/templates/attitude01/images/submit.png) ;
*/
margin: 0 auto;
}


form.toppositioned input.submit {
width: 76px !important;
height: 21px !important;
/*background-color: transparent;
border: none;
*/
cursor: pointer;
/*text-indent: -9999px;
overflow: hidden;
background: #DAE1E6 url(http://www.attitude-emedia.com/assets/templates/attitude01/images/submit.png) ;
*/
margin: 0 auto;
}


form.toppositioned input[type="text"] {
	width: 60%;
	border: 1px solid #666;
	color: #000;
}

form.toppositioned input.text, select {
	width: 60%;
	border: 1px solid #666;
	color: #000;
}

form.toppositioned textarea {
	width: 100%;
	border: 1px solid #555;
	color: #000;
}

form.toppositioned label.checkbox input {
margin-right: 10px;
}

#pagecount_container input { width: 5em; }
#photocount_container input { width: 5em; }
#budget { width: 8em; }
#hear { width: 13em; }
#completeby { width: 13em; }
#audience { width: 20em; }

div.fcerrors{ color:#F00; }
#freeConsultForm { width: 240px; margin: 0 auto; }
#freeConsultForm label { display: block; padding: 5px 0 4px 0;font-weight:normal; }
#freeConsultForm input, #freeConsultForm textarea { display: block; width: 230px; }
#freeConsultForm input[type="text"], #freeConsultForm textarea { border: 1px solid #ccc; padding: 2px 4px; }
#freeConsultForm input[type="submit"] {
width: 76px !important;
height: 21px !important;
/*background-color: transparent;
border: none;*/
cursor: pointer;
/*text-indent: -9999px;
overflow: hidden;
background: #DAE1E6 url(http://w3stargate.net/attitude/assets/templates/attitude01/images/submit.png) ;
*/
margin: 0 auto;
}


