
#twit-box {
	width: 446px;
	height: 105px;
	margin-bottom: 10px;
}

#tweet-box-webcam {
	width: 446px;
	height:73px;
	font-size: large;
}

.box-grayed {
	color: #CCCCCC;
	font-style: italic;
	letter-spacing: 0;
	font-weight: normal;
}
.box-non-grayed {
	color: #808080;
	font-style: normal;
}

#webcam-frame {
	border:2px solid gray;
	display:block;
	float:left;
	margin-bottom:10px;
	margin-left:90px;
	margin-right:90px;
	text-align:center;
	width:286px;
}

#upload-form {
	display: block;
}

#pg-block {
	display: none;
	background-color: #e5e5e5;
	position: relative;
	z-index: 5;
}


#pg-percent-parent {
	width: 100%;
	background-color: white;
	border: 4px solid #cecaca;
}

#pg-percent {
	width: 0;
	height: 40px;
	background-color: #fa2efa;
}

#pg-text-1 {
	margin-left: 10px;
	letter-spacing: -20px;
	font-size: 120pt;
}

.upload-menu-item {
	display: block;
	background: none no-repeat 16px center  #E5E5E5;
	height: 58px;
	width: 335px;
	margin-bottom: 19px;
	padding: 15px 15px 15px 80px;
	text-decoration: none;
}
.upload-menu-item:hover {
	background-color: #FD95FD;
}
.upload-menu-item .sec-text {
	color: gray;
}

#upload-menu {
	float: left;
	width: 400px;
}

#upload-content {
	float: right;
	width: 470px;
	height: 377px;
	background-color: #E5E5E5;
	padding: 1em;
	padding-top: 0.5em;
}

.upload-method-selected {
	background-color: #FA2EFA;
	cursor: default;
	width: 352px;
}
.upload-method-selected:hover {
	background-color: #FA2EFA;
}

.upload-method-disabled {
	background-color: #E5E5E5;
	cursor: default;
}
.upload-method-disabled:hover {
	background-color: #E5E5E5;
}


.upload-method-selected .sec-text {
	color: white;
	text-shadow: 1px 1px 0 gray;
}

.upload-method-browser {
	background-image: url("../img/browser_upload.png");
}

.upload-method-webcam {
	background-image: url("../img/webcam_upload.png");
}

.upload-method-email {
	background-image: url("../img/email_upload.png");
}

.upload-method-iphone {
	background-image: url("../img/iphone_upload.png");
}
.upload-iphone-app-pic-frame {
	background-color: white;
	left: 50%;
	margin-left: -105px;
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
}

.not-ready-warning {
	color:red;
	float:left;
	font-size:12px;
	letter-spacing:0;
	text-align:center;
	width:100%;
}

.gray-text {
	color: gray;
}

