@import url("components/widget.css");
@import url("components/brightcove.css");

#create a { background-image: url(http://cache.gydget.com/images/my_widget/create_on.png) }

#breadcrumb { 
	float: left;
	padding: 8px 6px;
}
#breadcrumb h1 { float: left }

#subnav .style {
  background: url(http://cache.gydget.com/images/my_widget/tab_on_left.png) no-repeat left top;
  border-color: #fff;
}

#subnav .style a {
  background: url(http://cache.gydget.com/images/my_widget/tab_on_right.png) no-repeat right top;
  padding-bottom: 5px;
}

#main {
  float: left;
  background-color: #fff;
  border: 1px solid #3e5587;
  width: 465px;
}

html>body #main {
	min-height: 385px;
	height: auto;
}

#tab_summary { padding: 5px 10px 0 10px }

#main #myspace_error {
	padding: 10px;
	background-color: #ffcccc;
	border-color: #dd0000;
	border-style: solid;
	border-width: 1px 0 1px 0;
	margin-bottom: 10px;
}

fieldset .field label { width: 175px }

#actions { 
	background-color: #fff;
	position: absolute;
	z-index: 1;
	width: 400px;
	left: 25px;
}
#progress { 
	position: relative;
	width: 465px;
	height: 50px;
	display: block;
}
#progress img { 
	position: absolute;
	top: 5px;
	left: 120px;
	z-index: 0;
}


#preview {
	float: left;
	margin-left: 10px;
}