/*
 * ADOBE SYSTEMS INCORPORATED
 * Copyright 2007 Adobe Systems Incorporated
 * All Rights Reserved
 * 
 * NOTICE:  Adobe permits you to use, modify, and distribute this file in accordance with the 
 * terms of the Adobe license agreement accompanying it. If you have received this file from a 
 * source other than Adobe, then your use, modification, or distribution of it requires the prior 
 * written permission of Adobe.
 */

@import url("common.css");
@import url("kollection/nav.css");
@import url("kollection/wdg.css");
@import url("kollection/tng.css");
@import url("kollection/nxt.css");
@import url("kollection/cal.css");
.formboxes {
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	width: 150px;
}
.formbutton1 {
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana;
	background-image: url(../../images/button.gif);
	text-align: center;
	height: 29px;
	width: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	vertical-align: middle;
	padding: 5px;
	
}
formbutton1:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #00FFFF;
}
