.licensingprogressbar {
    height: 30px;
    margin-bottom:15px;
    width: 591px;
}

.licensingprogressbar ul {
    color: #333333;
    padding: 0 !important;
}

.licensingprogressbar ul li.active {
	background: linear-gradient(to bottom,  #d9eaea  0%, #d9eaea  100%) !important;
	background: #d9eaea;	/* Old Browsers	*/
	border-radius: 4px;
}

.licensingprogressbar ul li.normal {
	background: linear-gradient(to bottom,  #f7f7f7  0%, #f7f7f7  100%);
	background: #f7f7f7;
	border-radius: 4px;
    float: left;
    height: 14px;
    list-style-type: none;
    margin-right: 6px;
    padding: 8px 0;
    width: 113px;
}

.licensingprogressbar ul li.last {
  margin: 0px;
}

.licensingprogressbar span.num {
    color: white;
    display: block;
    float: left;
    font-size: 1em;
    height: 14px;
    margin: -8px 0 0;
    padding: 8px;
    text-align: center;
    width: 14px;
}

.licensingprogressbar span.title {
    margin-left: 10px;
	font-size:11px;
}

.licensingprogressbar li.normal span.num {
	background: linear-gradient(to bottom,  #c1c2c4  0%, #c1c2c4  100%);
	background: #c1c2c4;	/* Old Browsers	*/
	border-radius: 4px;
}

.licensingprogressbar li.active span.num {
	background: linear-gradient(to bottom,  #017475  0%, #017475 100%) !important;
	background: #017475;	/* Old Browsers	*/
	border-radius: 4px;
}

.requestpanels {
    width: 591px;
}

.requestpanels .header {
	background: #808185;
	background: linear-gradient(to bottom,  #808185 0%, #757579 100%);
    color: #ffffff;
    font-size: 1.2em;
    height: 17px;
    margin-bottom: 2px;
    padding: 8px 8px 8px 10px;
	border-radius: 4px;
}

.requestpanels .header h2 {
    font-size: 1em;
}

p, h1, h2, h3, form, ul, ol, li {
    margin: 0;
}

.licenseform .required input[type="text"], .required select {
    width: 124px;
}

.licenseform .ml35	{
	margin-left:35px;	
}

.ltinp {
    background-color: white;
    border: 1px solid #333333;
    color: #333333;
}

.licenseform textarea	{
	height:	52px;
}

.licenseform label, .licenseform div.licenseradiobuttons, div.selectedworks	label, div.selectedworksheader label	 {
    background: url("/unique/images/form/linefade.gif") no-repeat scroll left bottom #F7F7F7;    
	display: block;
    margin: 0;
    min-height: 21px;
    padding: 2px 2px 3px 14px;
    width: 575px;
	position:relative;
}

div.selectedworksheader	label	{
	min-height:21px;	
}

div.selectedworks	label	{
	min-height:50px;	
}

.licenseform label > span	{
    display: block;
    float: left;
    font-size: 0.9em;
    line-height: 21px;
	margin-right:5px;
    width: 200px;
}

.licenseform div.licenseradiobuttons label {
    background: none repeat scroll 0 0 transparent;
    float: left;
    line-height: 21px;
    padding: 0;
    font-size: 0.9em;
    width: 205px;
}

div.licenseradiobuttons label span {
	font-size:1em;
}

div.selectedworksheader label span, div.selectedworks label span	{
    display: block;
    float: left;
    font-size: 0.9em;
    line-height: 21px;
    margin-right: 5px;
    width: 92px;
}

.licenseform input[type="text"] {
    height: 1.3em;
    width: 324px;
}

.licenseform input[type="file"] {
    height: 2.1em;
    width: 324px;
}

.licenseform input[type="checkbox"] {
    height: 1.3em;
    width: 10px;
	vertical-align:middle;
}

.buttons {
    width: 80px !important;
    border: 1px solid #ccc;
    font-size: 0.9em;
    padding: 2px;
	cursor:pointer;
}

.licenseform .radio {
	width: 3em;		
}

.licenseform input, .licenseform select, .licenseform textarea {
    border: 1px solid #ccc;
    font-size: 0.9em;
    padding: 2px;
    width: 324px;
}

.licenseform select	{
	width:330px;	
}

#AddWork {
    margin: 0 0 0 141px;
}

.requestpanels .content {
    padding: 0;
}

.requestpanels .footer {
	background: linear-gradient(to bottom,  #808185 0%, #757579 100%);
	background: #808185;	/* Old Browsers	*/
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    height: 13px;
    margin-top: 8px;
    padding: 8px;
	border-radius: 4px;
}

.requestpanels .footer #buttonnext {
    background: url("/unique/images/checkout/btnCheckout_Next.png") no-repeat;
    color: #333;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    margin: -8px;
    padding: 0 24px 0 0;
    text-align: right;
    width: 136px;
}

.requestpanels .footer #buttonnext:hover {
	background-position: 0 -29px;
	color: #000;
}

div.footer #buttonback {
    background: url("/unique/images/buttons/back-yellow-12px.gif") no-repeat;
    padding: 0 0 0 18px;
}

#buttonupdate, #buttonnext {
    float: right;
    margin-left: 20px;
}

.requestpanels .footer a, .header {
    color: #fff;
    height: 12px;
    margin-top: 0;
    padding: 0 18px 0 0;
    text-decoration: none;
}

.requestpanels .footer a {
    color: #ffffff;
    text-decoration: none;
}

.licenseform button	{
	position:absolute;
	border:none;
	cursor:pointer;
	background-color:#F7F7F7;
	top:6px;
	right:12px;
	width:24px;
}