
td.form{
font-weight:normal;
text-align:left;
width:120px;
border-bottom:solid 1px #f5f5f5;
}
td.formDuty{
font-weight:bold;
text-align:left;
width:120px;
border-bottom:solid 1px #f5f5f5;
}
td.invalid{
font-size:11px;
color: #DF0101;
}
input.text
{
font-size:12px;
padding:2px 3px;
background:#fff url(../images/text-bg.gif) repeat-x 0 0;
border:1px solid #B5B8C8;
width:330px;
}
input.fname
{
font-size:12px;
padding:2px 3px;
background:#fff url(../images/text-bg.gif) repeat-x 0 0;
border:1px solid #B5B8C8;
width:220px;
}

table.login
{
background-color:#f2f2f2;
}
td.loginform{
font-weight:normal;
text-align:left;
width:120px;
border-bottom:solid 1px #d5d5d5;
}
td.loginFailure{
font-size:11px;
color: red;
}
input.logintext
{
font-size:14px;
padding:2px 3px;
background:#fff url(../images/text-bg.gif) repeat-x 0 0;
border:1px solid #B5B8C8;
width:152px;
}

td.uploadform{
font-weight:normal;
text-align:left;
width:200px;
border-bottom:solid 1px #d5d5d5;
}

input.uploadtext
{
font-size:14px;
padding:2px 3px;
background:#fff url(../images/text-bg.gif) repeat-x 0 0;
border:1px solid #B5B8C8;
width:245px;
}

select.uploadtext
{
font-size:14px;
background:#fff url(../images/text-bg.gif) repeat-x 0 0;
border:1px solid #B5B8C8;
width:253px;
}

#eventID
{
font-size:12px;
padding:2px 3px;
border:1px solid #B5B8C8;
width:338px;
}

#academicTitle
{
font-size:12px;
padding:2px 3px;
border:1px solid #B5B8C8;
width:106px;
}
td.hint1
{
	font-size:11px;
	color: #696969;
}
td.hint2
{
	font-size:11px;
	color: #999999;
}

textarea.contact
{
	font-size:12px;
	padding:2px 3px;
	background:#fff url(../images/text-bg.gif) repeat-x 0 0;
	border:1px solid #B5B8C8;
	width:330px;
	height: 100px;
}

textarea.showDataTextarea{
	font-family: arial, sans-serif;
	font-size:12px;
	padding:2px 3px;
	width:330px;
	height:50px;
	border: none;
	/*
	border:1px solid #B5B8C8;
	background:#fff url(../images/text-bg.gif) repeat-x 0 0;
	*/
}

