/* .............................op.red . Internetbasierendes Redaktionssystem ............................. */
/* .............................op.red . Web based Content Management System ............................. */
/* .............................(c) 2003 - 2006 . opsocom . Visuelle Kommunikationslösungen . Riedel, Ehrhardt & Butter GbR ............................. */
/* .............................(c) 2003 - 2006 . opsocom . visual solutions for better communication . Riedel, Ehrhardt & Butter Comp. ............................. */
/* .............................Telefon: 0371 2409912 . mail@opsocom.de . http://www.opsocom.de . http://www.opred.de ............................. */
/* .............................phone: +49 371 2409912 . mail@opsocom.de . http://www.opsocom.de . http://www.opred.de ............................. */

/* .............................FORM ELEMENTS ............................. */

/* ############################## general ############################## */

form, input, textarea, select, option
{
	margin:0px;
	font-family:tahoma, arial, sans serif;
	font-size:11px;
	font-stretch:normal;
	line-height:15px;
}

form, textarea, .radiofield
{

	padding:0px;
}

select, option
{
	margin:0px;
}

textarea, select
{
	overflow:auto;
	border:1px solid #9A9DA6;
}

input
{
	padding:2px 0 0 0;
	height:16px;
}

/* ############################## specific ############################## */

.selectprojects, .selectlang
{
	min-width:200px; /* IE ignores this specification */
	height:16px;
	background:#9A9DA6;
	color:#FFF;
}

.selectfield
{
	min-width:402px; /* IE ignores this specification */
	/*height:18px;*/
}

.selectfieldlarge
{
	min-width:402px; /* IE ignores this specification */
	height:72px;
}

.selectfieldsmall
{
	height:18px;
	margin:0 5px 0 0;
}

.datefield, .smalltext, .longtext, .upload
{
	border:1px solid #9A9DA6;
}

.datefield
{
	width:120px;
}

.smalltext
{
	width:400px;
}

.longtext
{
	width:400px;
}

.upload
{
	width:400px;
	height:20px;
	border:1px solid #9A9DA6;
}

.checkfield
{
	margin:1px 0 0 0;
}

.radiofield
{
	width:16px;
	height:14px;
	margin:5px 5px 0 0;
}


