/* 
	///////////////////////////////////////
	styles of ij_newsservice (informatikjahr.de)
	WE DO communcation GmbH 2005
	http://www.wedo-berlin.de 
	///////////////////////////////////////
*/

.nSHeadline {
	/*border-bottom:1px solid #999;*/
	margin-top:30px;
	margin-bottom:20px;
}
#nSRegisterDespription,
#nSRegisterError {
	/*border-bottom:1px solid #999;*/
	margin-bottom:0px;
	padding-bottom:10px;
}
#nSRegisterDespription {
	margin-top:0px;
}
#nSRegisterError {
	color: #b90004; /* the Same as the dark background-red of the Mainmenu*/
	visibility:hidden;/**/
	margin-top: 20px;
}
#nSRegisterError active {
	visibility:visible;/**/
}
#nSRegisterForm {
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #999;
}
.nSRegisterForm form {
	margin-top: 0;  /* has to be forced for  IE */
	margin-bottom:0; /* has to be forced for  IE */ 
}
.nSLabel,
.nSField,
.nSButtons {
	padding-left: 25px;/* the same as standard left indent of presscenter */
	margin-bottom:10px;
}
.nSLabel {
	padding-top: 8px;
	padding-bottom: 2px;
}
.nSField {
	padding-top: 0px;
	padding-bottom: 0px;
}
.nSField input,
.nSButtons input {
	border: 1px solid #555555; /* the same as the #box border*/
	font-size:12px;
}
.nsFieldRow {
	float:left;
}
h5.nSDescr, p.nSDescr {
	padding-left:25px;
	font-size:11px;
	max-width:160px;
}
h5.nSDescr {
	margin-bottom:0px;
}
.nsFieldRow .nSField select {
	padding:2px;
}
.nSAnswer {
	margin-top:30px;
}
.nSButtons {
	margin-top:10px;
	clear:both;
}