body {
	margin: 0;
	padding: 0;
}

#actualFrame .clr {
	clear: both;
}

#actualFrame {
	background-color: #fff;
	margin: 0 auto;
	padding: 8px;
	width: 634px;
	font: .875em/1.125em Arial, Helvetica, sans-serif;
	color: #686868;
}

#actualFrame p {
	margin: 0;
	padding: 3px 0;
}
	
#actualFrame h2 {
	margin: 0;
	padding: 58px 0 0 0;
	color: #0a93e5;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	width: 310px;
	float: left;
}

#actualFrame h3 {
	margin: 10px 0 0 0;
	padding: 0;
	color: #0a93e5;
	font-size: 1.714em;
	font-weight: normal;
	line-height: 1.16em;
}

#actualFrame h3.bigTop {
	margin-top: 24px;
}

#actualFrame a {
	color: #4e90b8;
	font-weight: bold;
	text-decoration: none;
}

#actualFrame a:hover {
	text-decoration: underline;
}

#actualFrame .butHolder {
	text-align: center;
	padding: 32px 0 16px 0;
}

#actualFrame .iconBox {
	width: 324px;
	height: 119px;
	float: left;
}

#actualFrame .iconBox img {
	border: 0;
	margin-left: 6px;
	float: left;
}
		
#actualFrame .iconBox img.iconFirst {
	margin-left: 0px;
}

#actualFrame .uploadBox {
	clear: both;
	width: 634px;
	padding-top: 22px;
	background: #f8fcff url('../images/box_top.png') no-repeat 0 0;
}

#actualFrame .uploadBox .uploadBody {
	width: 634px;
	padding-bottom: 22px;
	background: transparent url('../images/box_bot.png') no-repeat 0 100%;
}

#actualFrame .uploadBox .uploadBody .uploadText {
	width: 590px;
	padding: 0 20px;
	border-left: 2px solid #1a9ae7;
	border-right: 2px solid #1a9ae7;
	background-color: #f8fcff;
	min-height: 250px;
}

#actualFrame .uploadForm {
	padding-top: 18px;
}

#actualFrame .videoAccept {
	padding: 4px 0 0 157px;
	font-size: .714em;
}

#actualFrame .regText {
	font-size: .583em;
	color: #686868;
	padding-left: 50px;
}

#actualFrame table.upInfo {
	margin: 25px 0;
}

#actualFrame table td.lbl {
	width: 150px;
	padding-left: 75px;
}

#actualFrame table td.lbl2 {
	padding: 10px 0 0 75px;
}

#actualFrame table.upInfo input.txt {
	border: 1px solid #0a93e5;
	font-size: 1em;
	padding: 3px 5px;
	width: 250px;
	color: #686868;
}

#actualFrame table.upInfo .txtBox {
	border: 1px solid #0a93e5;
	font: .875em/1.125em Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	margin-left: 24px;
	width: 380px;
	height: 175px;
	color: #686868;
}

#actualFrame .capInput {
	border: 1px solid #0a93e5;
	font-size: 1em;
	padding: 3px 5px;
	margin-left: 6px;
	*vertical-align:middle;
	width: 80px;
	color: #686868;
}

#actualFrame .capImage {
	text-align: center;
	padding: 10px 0;
}

#actualFrame .reqSt {
	color: #b9181f;
	font-weight: bold;
}

#actualFrame .uploadErr {
	margin: 8px 12px 0 12px;
	padding-left: 100px;
	color: #000;
	background: transparent url('../images/err_mark.png') no-repeat 0 0;
}

#actualFrame .uploadErr h3 {
	color: #b9181f;
	font-size: 2.14em;
}

#actualFrame .uploadErr ul {
	margin-top: 3px;
	padding-bottom: 18px;
}

#actualFrame .uploadErr li {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#actualFrame #progressDiv {
	display: none;
	margin-top: 20px;
	border-top: 2px solid #dcf0fd;
	padding-top: 8px;
}

#actualFrame #progressDiv .progLeft {
	width: 150px;
	float: left;
}

#actualFrame #progressDiv .progRight {
	width: 356px;
	float: left;
	text-align: right;
	font-size: .857em;
}

#actualFrame #progressDiv .progBar {
	margin-top: 6px;
	background-image: url('../images/progBar_bg.png');
	width: 500px;
	height: 21px;
	padding: 4px;
	float: left;
}

#actualFrame #progressDiv .progBar #innerBar {
	height: 21px;
	background-image: url('../images/progBar.png');
	width: 1px;
}

#actualFrame #progressDiv #progressinner {
	padding: 6px 0 0 6px;
	font-size: 2em;
	color: #75a325;
	text-align: right;
	width: 76px;
	line-height: 1em;
	float: left;
}

.jcarousel-skin-tango {
	border-top: 2px solid #dcf0fd;
	padding-top: 25px;
}