div.newspopForm form {
	font-size: 90%;
	margin: 5px 0 20px 0;
}

div.newspopForm fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    clear: both;
}

div.newspopForm legend {
    font-weight: bold;
    margin: 0;
    padding: 5px 0 10px 0;
    color: #1983bf;
}

div.newspopForm label {
    float: none;
    clear: both;
    display: block;
    text-align: left;
}


div.newspopForm form div.row.media span.field {
	float: left;
	margin: 3px 5px 0 0;
	padding: 0;
}

div.newspopForm form div.row.media span.field input {
	margin: 0;
	padding: 0;
	border: 0;
	height: 1em;
}

div.newspopForm form div.row.media label {
	clear: none;
}

div.newspopForm form div.row.submit label {
	display: none;
}

div.newspopForm textarea {
    width: 200px;
	height: 70px;
	border: 1px solid #CCCCCC;
    padding: 2px;
}

div.newspopForm optgroup {
    padding-top: 10px;
}

div.newspopForm input, div.newspopForm option {
    padding: 0 2px;
}

div.newspopForm input.text, div.newspopForm select {
    width: 200px;
	border: 1px solid #CCCCCC;
}

div.newspopForm input.long,
div.newspopForm textarea.long,
div.newspopForm select.long {
    width: 400px;
}

div.newspopForm input.title {
    font-size: 1.4em;
    font-weight: bold;
}


div.newspopForm form div.row {
    margin: 0 0 5px 0;
    clear: both;
}


div.newspopForm form div.row span.label {
    /*display: block;
    width: 120px;
    float: left;*/
}

div.newspopForm form div.row span.field {
    padding-left: 0px;
    display: block;
    overflow: auto;
}

div.newspopForm input:focus, div.newspopForm textarea:focus {
    background: #ffc;
}

div.newspopForm button {
	background: url(/fileadmin/templates/images/buttons/button_send.gif) no-repeat;
	border: 0;
	width: 82px;
	height: 26px;
}

div.newspopForm button span {
	display: none;
}

div.newspopForm div.row.error {
	padding-bottom: 10px;
	padding-left: 5px;
}
