#upload-form{
	
}#upload-form a{
	font-size: .65em;
	text-decoration: none;

}

#sendThisBox{
	display: block;
	float: left;
	width: 400px;
	border: 1px dashed #f99c32;
	padding: 20px;		
	-moz-border-radius: 8px;
	border-radius: 8px;
}#sendThisBox form label{
	display: block;
	clear: both;
	line-height: 150%;
	color:#1c3e95;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	background-color: #8BABC2;
	padding: 5px;
	width: 120px;
	color: #FFF;
	z-index: 2;
	position: relative;
}#sendThisBox form input, #sendThisBox form textarea{
	display:block;
	width: 93%;
	padding: 5px;
	border: 1px #CCC solid;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 0;
	margin-top: -4px;
	position: relative;
	margin-left: 10px;
	-webkit-box-shadow: none; /* Safari and Chrome */
	box-shadow: none;	
}#sendThisBox form input:hover, #sendThisBox form textarea:hover{
	border: 1px solid #8BABC2;
	-webkit-box-shadow: 1px 1px 4px #CCC inset; /* Safari and Chrome */
	box-shadow: 1px 1px 4px #CCC inset;	
}#sendThisBox form textarea{
	font-family:Verdana, Geneva, sans-serif;
	font-size: .85em;	
	height: 80px;
}#sendThisBox form br{
	clear:both;
}#sendThisBox form label span{
	color:#000;	
}#sendThisBox #submit{
	width: 130px;
	padding: 10px;
	margin-left: 120px;
	background-color: #1c3e95;
	border: 1px solid #1c3e95;
	color: #FFF;
	font-weight: bold;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none; /* Safari and Chrome */
	box-shadow: none;	
}#sendThisBox #submit:hover{
	background-color: #f99c32;
	border: 1px solid #f99c32;
	color: #000;
}#sendThisBox form .errMsg{
	color: #F00;
	font-style: italic;
	text-align: left;
	font-size: 90%;
	line-height: 150%;
	padding-left: 20px;
}#sendThisBox form input.redBox, #sendThisBox form textarea.redBox{
	border: 1px solid #900;
}#sendThisBox form label.redBox{
	background-color:#900;
}




#sendThisInfo{
	display: block;
	float: left;
	margin-left: 80px;
	width: 320px;
}#sendThisInfo ul{
	margin-top: 40px;
	color:#346C8B;
	font-size: 98%;
}#sendThisInfo ul li{
	list-style: disc;
	margin-left: 20px;
	margin-bottom:10px;
	line-height: 150%;
}#sendThisInfo li.first{
	list-style: none;
	font-size: .98em;
	color:#000;
	margin-left:0px;
	padding-left:0px;
	margin-bottom: 20px;
	text-align: justify;
}#sendThisInfo li.first span{
	font-weight: bold;
	color:#f99c32;	
}#sendThisInfo li.first span span{
	color:#1c3e95;
}


#sendthisTips {
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #2B3Bb2;	
	margin-top: 50px;
	line-height: 150%;
	color:#333333;
	-webkit-box-shadow: 1px 1px 4px #CCC; /* Safari and Chrome */
	box-shadow: 1px 1px 4px #CCC;	
}#sendthisTips .label {
	background-color: #2B3Bb2;
	padding: 10px;
	font-weight: bold;
	color: #FFF;
}#sendthisTips .info {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 90%;
}#sendthisTips .info h3 {
	color: #f58120;
	margin-top: 10px;
	margin-bottom: 10px;
}
.success{background-color:#A4D5DD;}
.notice{background-color:#FFFFCC;}
.error{font-size:90%;line-height:130%;margin-bottom:20px;border:1px solid #FF6666;background-color:#FF6666;}
.error br{margin-bottom:10px;}
.success,.error,.notice{width:90%;margin-left:auto;margin-right:auto;padding:10px;color:#FFF;font-weight:bold;}

#progress-bar, #upload-frame {
	display: none;
}