/* CSS Document */

fieldset {
	border: 1px solid #ccc;
	margin: 0px;
	padding: 1em;
}

legend {
	color: #333;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	
}

.element{
	margin: 10px 0px;
}

label{
	color: #666;
	float: left;  
	width: 12em;  
	margin-right: 1em;

}

.upload_container{
	margin: 20px;
}

.upload_message {
	width: 400px;
	margin: 40px;
	padding: 20px;
	border: 1px solid #ccc;
	color: #333;
}

.error_message{
	color: #ff0000;
}

.button {
	cursor: pointer;
	background-image: url('images/butbg.gif');
	padding: 2px 10px;
	border: 1px solid #66CC33;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

.button1 {
	cursor: pointer;
	background-image: url('images/butbg1.gif');
	padding: 2px 10px;
	border: 1px solid #CCC;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

.button2 {
	cursor: pointer;
	padding: 2px 10px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
}

