﻿.fieldseteventinput
{
	background-image:url(/graphics/icons/wrench.gif);
	background-position:650px top;
	background-repeat:no-repeat;
	width:700px;
	padding-top:13px;
	overflow:visible;
}

.fieldseteventinput input.textbox
{
	width:316px;
	clear:both
}

.fieldseteventinput .textboxmultiline
{
	width:314px;
	height:35px;
}

.fieldseteventinput .LabelEventName
{
	width:auto;
	margin-right:5px;
}
.fieldseteventinput .RegisterName
{
	clear:both;
	width:95%;	
}
.fieldseteventinput .LastRegDate,
.fieldseteventinput .StartDate,
.fieldseteventinput .EndDate
{
	display:block;
	float:left;
	width:220px;
	clear:none;
}
.fieldseteventinput .calendardiv
{
	display:block;
	float:left;
	clear:both;
	margin-top:5px;
	width:200px;
}

.fieldseteventinput .LabelLastRegDate,
.fieldseteventinput .LabelStartDate,
.fieldseteventinput .LabelEndDate
{
	display:block;
	float:left;
	clear:both;
}
.fieldseteventinput .EndDate
{
	clear:right;
}

.fieldseteventinput .Description,
.fieldseteventinput .Program
{
	display:block;
	float:left;
	width:340px;
	clear:none;
}
.fieldseteventinput .Program
{
	visibility:hidden;
}
.fieldseteventinput .buttonrow
{
	width:95%;
	padding-left:0px;
}
.fieldseteventinput .buttonrow .button
{
	float:left;
	clear:none;
	display:block;
	margin:0px;
	padding:0px;
	width:122px;
	margin-right:5px;
}

.fieldseteventinput .PDFUpload
{
	float:left;
	clear:both;
	display:block;
	width:95%;
}

.fieldseteventinput .PDFUpload .LabelPDFUpload
{
	float:left;
	clear:right;
	display:block;
	width:95%;
}
.fieldseteventinput .PDFUpload .PDFUploadFilebox
{
	width:320px;
	float:left;
	display:block;
	margin-right:20px;
}
.fieldseteventinput .PDFUpload .PDFDelete,
.fieldseteventinput .PDFUpload .PDFUploadFilebox
{
	font-size:95%;
	height:20px;
	float:left;
	display:block;
}
.editeventpage .AspNet-FormView
{
	background-color:White;
	width:700px;
}
.editeventpage .ViewDescription
{
	display:block;
	width:400px;
}
.editeventpage .AspNet-FormView-Data
{
	width:700px;
	background-image:url(/graphics/dates.jpg);
	background-repeat:no-repeat;
	background-position:440px 23px;	
}