/* CSS Document */

.character{
	width:35px;
	border:none;
	font-weight:bold;
	text-align:right;
}

.textinput{
	width:400px;
	height:80px;
}

.label{

	width:150px;
	float:left;
}

.clr{
	clear:both;
}


#uploadform{
	padding:120px 30px 30px 30px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#uploadform a{
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

.uploadfile{
	border:none;
	color:#00adef;
	padding-left:10px;
	width:400px;
}

.error{
	color:red;
}

.divHide{
	display:none;
}

.divShow{
	display:inline;
}
