/**************************************************************************
 *
 * parawise.css
 *
 * (C)2003 Parawise internet software, all rights reserved
 * author: Sjoerd Talsma, s.talsma@parawise.com
 *
 * Use is strictly limited to the PARAWISE.COM site. As a result, this
 * information may not be used outside the PARAWISE.COM website.
 *
 * --
 * Parawise                 tel:    +31 6 5246 6128
 * Fazantstraat 200         email:  info@parawise.com
 * 7523 ED  Enschede        web:    www.parawise.com
 *
 * Parawise is listed with the Dutch Chamber of Commerce
 * (Kamer van Koophandel Veluwe en Twente) under number 08109904.
 *
 *************************************************************************
 * PW-colors
 * PW-darkgrey:		rgb(103,103,103);
 * PW-blue:			rgb(133,173,214);
 * dark blue:		#333399;
 *************************************************************************/

tr {
	vertical-align:		top;
}

.fieldvalue input, .fieldvalue textarea {
	width: 				98%;
	border:				2px inset;
	background:			rgb(245,245,255);
}

.fieldlabel {
	white-space:		nowrap;
	font-weight:		bold;
}

.fieldrequired {
	font-weight:		bold;
	color:				#333399;
}

.fieldvalue {
	width:				100%;
}

.contactinfo dd {
	font-size:			smaller;
}

.contactinfo dt {
	font-style:			italic;
	font-weight:		bold;
}

.contactinfo dd {
	margin-bottom:		1em;
}

.buttons {
	text-align:			center;
}

.buttons input {
	border:				1px solid rgb(103,103,103);
	cursor:				hand;
}
