
/* ------ [ Annonsform annonsera-gratis-asp ]  ------------------------------------ */
#annonsForm {
	font-size:x-small;
	margin:0 0 20px 0;
}

#annonsForm h1 {
	font-size:medium;
	margin:2px 0 5px 0;
}

#annonsForm p {
	width:550px;
}
#annonsForm fieldset {
	padding:10px;
	margin:10px 0 20px 10px;
	width:500px;
	border:1px solid #ccc;

}

#annonsForm legend {
	text-transform:uppercase;
	color:#333;
	margin:0 16px 0 16px;
	font-weight:bold;
}

#annonsForm label {
	display:block;
	margin:12px 0 3px 0;
}

#annonsForm label {
	display:block;
	margin:12px 0 3px 0;
}

#annonsForm fieldset a {
	display:block;
	margin:10px 0 10px 0;
}

#annonsForm .input {
	width:250px;
	padding:5px;
	border:1px solid #ccc;
}

#annonsForm .input:focus {
	border:1px solid #666;
}

#annonsForm .inputError {
	width:250px;
	padding:5px;
	border:1px solid #DF570D;
}

#annonsForm .inputTextArea {
	width:400px;
	padding:5px;
	border:1px solid #ccc;
}

#annonsForm .inputTextArea:focus{
	border:1px solid #666;
}

#annonsForm .inputTextAreaError {
	width:400px;
	padding:5px;
	border:1px solid #DF570D;
}

#annonsForm .inputSubmit {
	background:url(/images/gfx_background_submit.gif) #efefef repeat-x;
	display:block;
	margin:10px;
	padding:3px 5px 3px 5px;
	border:3px double #ccc;
}

#annonsForm .inputSubmit:hover {
	border:3px double #666;
}
