.form {
	padding: 1em;
}

.form .field {
	clear: left;
	padding-top: 10px;
	*padding-top: 5px;
}
.form .field .label {
	font-size: 12px;	
	font-weight: bold;
	width: 10em;
	height: 1px;
	display: block;
	float: left;
	margin: 0 0.3em;
}
.form .field .input {
	width: 70%;
	float: left;
}

.form .input-box,
.form .input-textarea {
	border: 1px solid #ccc;
	width: 650px;
	font-size: 14px;
	padding: 3px;
	background: #fdfdfd url("../images/form/input-box-bg.gif") repeat-x 0 0;
}


/* on input-box focus */
.form .input-box-focus {
	border-color: #0086dc;
	background: none;
	background-color: #f5fffe;	
}

.form .input-box-file {
/*	border: 1px solid #006696;*/
	background: white url("../images/form/input-box-bg.gif") repeat-x 0 0;
	font-size: 1.2em;
	padding: 2px;
}


/* form input */
.form select {
	border: 1px solid #ddd;
}

.form .search-box {
	padding: 5px 3px;
}
	
.form .add-attachment-btn {
	margin-bottom: 3px;
}

.form .remove-attachment {
	color:blue;
	text-decoration: underline;
	cursor: pointer;
	-moz-user-select: none;
}
.form .input-textarea {
	height: 10em;
	display: block;
}
/*
.resizable-textarea .grippie {
	height: 9px;
	overflow: hidden;
	background: #eee url(../images/right/grippie.png) no-repeat center 2px;
	border: 1px solid #ddd;
	border-top: 0;
	cursor: s-resize;
}

.display-data fieldset, 
.form fieldset {
	border: 1px solid #e1e7ea;
	border-bottom-width: 3px;
	margin: 2em 0;
	padding: 1em 2em 2em;
	*padding: 0 2em 2em;
}
.display-data legend, 
.form legend {
	color: #eaf3f7;
	background: transparent url("../images/right/legend_bg.gif") repeat-x 0 0;
	padding: 0 1em;
	*padding-top: 0.1em;
	*margin-bottom: 10px;
	*margin-left: -10px;
}
*/
.form .must {
	font-size: 1.2em;
	color: red;
	font-weight: bold;
	cursor: pointer;
	margin: 0 0.3em
}
.form .description {
	font-size: 0.9em;
	_margin: 3px 0;
}

.form .submit {
	margin: 1em;
}
