body, input, textarea {
	font-family: "Trebuchet MS", "Andale Sans", sans-serif; 
}

/* Base Form Styles */

input[type="text"], input[type="password"], textarea {
	font-family: "Trebuchet MS", "Andale Sans", sans-serif; 
	font-size: 10pt;
	border: 1px solid #9E9E9E;
	background-color: #f2f2f2;
	color: #6f6f6f;
}

.fieldtitle {
	font-family: "Trebuchet MS", "Andale Sans", sans-serif; 
	font-size: 12pt;
	color: black;
}

.del_button{
	background-color: #FFA5A5;
	border:0px;
}

.emptydiv {
	font-size:1px;
	line-height:0;
}

.imgLink{
	border: 0;
}

.button {
    cursor: pointer;
}

a {
	font-family: "Trebuchet MS";
	font-weight: bolder;
	color: #6f6f6f;	
	font-size: 13px;
	text-decoration: none;
}

a:hover { 
	color: #000000;
}

.error_message {
	border: 1px solid #ff5555;
	background: #ffcbcb url(/media/images/icon_warning_sm.png) no-repeat 10px 7px;
	color: black;
	padding: 5px;
	padding-left: 40px;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: 20px;
}

.mask{
	display:none;
}

.simple_main_div {
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 30px;
}
