 
#fixedtop
{
	position: absolute;
	top: 95px;
	left: 0;
	right: 0;
	border: 0;
	z-index: 50;
	background-color: #eee;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#center250
{
	margin: auto;
}

#thumbBox
{
	/*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 2px;
	padding-bottom: 0;
	background: #a9a9a9;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar
{
	/*Footer DIV of thumbbox that contains "close" link */
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}


#thumbBox #thumbImage
{
	/*DIV within thumbbox that holds the enlarged image */
	background-color: white;
}

#thumbLoading
{
	/*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background: url(images/spinner.gif) #f5f5f5 no-repeat;
	padding: 5px;
	z-index: 5;
	text-align: center;
}



#fixedtop
{
	position: fixed;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 9px;
	border: 0;
	z-index: 50;
}
#center250
{
	margin: auto;
}
.modalBackground
{
	background-color: #e0dfe3;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

label
{
	font-weight: normal;
}

fieldset
{
	padding: 1.4em;
	margin: 1em 0 1.5em 0;
	border: 1px solid #E6E6E6;
}

legend
{
	font-size: 1.5em;
	background: #fff;
	color: #777;
	border: 1px solid #E6E6E6;
	padding: 0.2em 1em;
}

/* Text fields */
.inputbox
{
	margin: 0 0.25em 0 0;
	border: 1px solid #E6E6E6;
	color: #555;
	background: #fefefe;
	line-height: 18px;
	padding: 3px 5px;
}
input:hover, .inputbox:hover, .inputbox:focus
{
	background: #f8f8ff;
	 
}




textarea:hover, textarea:focus
{
	background: #f8f8ff;
	 
}


select
{
	border: 1px solid #E6E6E6;
	color: #555;
	background: #fefefe;
	padding: 2px 2px 2px 4px !important;
	outline: none;
	border-color: #eee;
}
select:focus
{
	background: #fff;
}

/* Other */
form p img
{
	float: none;
	margin: 0;
	vertical-align: middle;
}


/* Success, Notice and Error Form Messages */
.success, .notice, .error
{
	padding: 10px 15px;
	margin-bottom: 1em;
}
.success
{
	color: #529214;
}
.success a
{
	color: #529214;
}
.notice
{
	color: #777;
}
.notice a
{
	color: #817134;
}
.error
{
	color: #D12F19;
}
.error a
{
	color: #D12F19;
}


/* Buttons 
-------------------------------------------------------------- */
p.buttonarea
{
	border: 1px solid #e9e9e9;
	margin: 0 0 2em 0;
	zoom: 1;
	padding: 15px;
}

.round
{
	cursor: pointer;
	color: #777;
	cursor: hand;
	line-height: 30px;
	background: url(../images/button.png) no-repeat right top;
	padding-right: 15px;
	vertical-align: middle;
	display: block; /*opera*/
	display: inline-block; /*ie*/
	display: -moz-inline-box; /*ff*/
}

.round span
{
	background: url(../images/button.png) no-repeat left top;
	height: 30px;
	display: block;
	display: inline-block;
	padding-left: 15px;
	line-height: 30px;
}


.table
{
	border: #c0c0c0 2px solid;
	padding:3px;
	
}
.button2
{
	text-align: center;
	height: 34px;
	border: 0px;
	background: url(../images/link_bg.gif) no-repeat center;
	color: #000000;
}
.button
{
	text-align: center;
	width: 62px;
	height: 24px;
	border: 0px;
	
	background: url(../images/link_bg.gif) no-repeat center;
	color: #000000;
	vertical-align: middle;
	font-weight:bold;
}
.button1
{
	text-align: center;
	width: 122px;
	height: 24px;
	border: 0px;
	background: url(../images/link_bg1.gif) no-repeat center;
	color: #000000;
}
.buttonred
{
	text-align: center;
	width: 122px;
	height: 24px;
	border: 0px;
	background: url(../images/link_bg1.gif) no-repeat center;
	color: #dc143c;
}
.error
{
	color: #dc143c;
}
/*button tag*/




