/* COMMON */
html {
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: auto !important;
	margin: 0px;
	text-align: center;
	width: 100%;
	background: #0d1642; /* Old browsers */
	background-repeat: repeat-x;
	background-position: top;
	/* Chrome 10+,Safari */
	background : -webkit-linear-gradient(top, #0d1642 00%, #3b93ff 100%);
	/* Firefox 4+ */ 
	background : -moz-linear-gradient(top, #0d1642 00%, #3b93ff 100%);
	/* Opera */
	background : -o-linear-gradient(top, #0d1642 00%, #3b93ff 100%);
	/* IE 10+ */
	background : -ms-linear-gradient(top, #0d1642 00%, #3b93ff 100%); 
	/* W3C */
	background : -linear-gradient(top, #0d1642 00%, #3b93ff 100%);
	/*For IE7-8-9*/ 
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0d1642', endColorstr='#3b93ff');
	height: 1%;/*For IE7*/ 
}

.spacer{
	margin-left:70px;
	margin-right:65px;
	margin-bottom:5px;
	margin-top:5px;
	background: #3b93ff; /* Old browsers */
	background-repeat: repeat-x;
	background-position: top;
	/* Chrome 10+,Safari */
	background : -webkit-linear-gradient(center center, circle closest-corner, #3b93ff 00%, #0d1642 85%);
	/* Firefox 4+ */ 
	background : -moz-linear-gradient(center center, circle closest-corner, #3b93ff 00%, #0d1642 85%);
	/* Opera */
	background : -o-linear-gradient(center center, circle closest-corner, #3b93ff 00%, #0d1642 85%);
	/* IE 10+ */
	background : -ms-linear-gradient(center center, circle closest-corner, #3b93ff 00%, #0d1642 85%); 
	/* W3C */
	background : -linear-gradient(center center, circle closest-corner, #3b93ff 00%, #0d1642 85%);	
	/*For IE7-8-9*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#3b93ff', endColorstr='#0d1642'); 
	height: 1px;/*For IE7*/ 
}
/* sizes */
.main-wrap > div { min-height: 450px; }

/* LOGIN */>
.login{
	padding-top:250px;
	width: 325px;
	display: block;
	margin: 0px auto 15px;
	text-align: center;
}
.loginBox{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border-color:black;
	border-width:2px;
	box-shadow:5px 5px #555555;
	font-size:11.5px;
	display: block;
	margin: 0px;
	width: 300px;
	text-align: left;
	background-color:#d7d7d7;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.loginBox h1{
	padding-left:5px;
	text-transform: uppercase;
	font-size:16px;
}
.loginBox input{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.loginBoxButton{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-top:10px;
	backgroud-color:#cfcfcf;
}
.browserRequirements{
	display: block;
	width: 240px;
	margin: 0px auto 15px;
	text-align: left;
	color: #cfcfcf; 
	font-size: 11px; 
	white-space:normal; 
	word-wrap:break-word; 
	padding-left: 23px;
}
.javascriptMessage {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.computerUser {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 25px;
	font-size: 11px;
	font-style: italic;
}
.footerLogin{
	font-size: 9px; 
	color: #cfcfcf; 
	text-align: center;
}
.headerLogin{
	width: 925px;
	margin-left: auto;
	margin-right: auto;
    min-height: 25px;
	color:white;
	overflow: hidden;
}
.mininav_wrapper{
	background-image: url(/images/mininav_bg.gif);
}
.mininav_wrapperLogin {
	height: 55px;
	width: 650px;
	text-align: right;
	background-position: right top;
	float: right;
	background-repeat: no-repeat;
	overflow: hidden;
}
.mininav_wrapperLogin a:link,.mininav_wrapperLogin a:visited,.mininav_wrapperLogin a:active{
	font-size: 11px;
	color: #cfcfcf;
	display: block;
	border-width: 1px;
	border-style: none none none solid;
	border-color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding: 15px;
	padding-top: 8px;
	padding-bottom: 10px;
	height: 11px;
	text-decoration: none;
}
.mininav_wrapperLogin h1 {
	font-size: 11px;
	color: #cfcfcf;
	display: block;
	border-width: 1px;
	border-color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding: 15px;
	padding-top: 2px;
	padding-bottom: 10px;
	height: 11px;
	text-decoration: none;
}

.mininav_wrapperLogin a:hover {
	background-color: #840c09;
}


/* HEADER */
.header{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
    min-height: 25px;
	color:white;
	overflow: hidden;
}
.main_logo {
	float: left;
	width: 208px;
	height: 55px;
	margin-top: 8px;
}
.mininav_wrapper {
	height: 55px;
	width: 700px;
	text-align: right;
	background-position: right top;
	float: right;
	background-repeat: no-repeat;
	overflow: hidden;
}

.mininav_wrapper a:link,.mininav_wrapper a:visited,.mininav_wrapper a:active{
	font-size: 11px;
	color: #cfcfcf;
	display: block;
	border-width: 1px;
	border-style: none none none solid;
	border-color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding: 15px;
	padding-top: 7px;
	padding-bottom: 10px;
	height: 11px;
	text-decoration: none;
}

.mininav_wrapper h1 {
	font-size: 11px;
	color: #cfcfcf;
	display: block;
	border-width: 1px;
	border-color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding: 15px;
	padding-top: 2px;
	padding-bottom: 10px;
	height: 11px;
	text-decoration: none;
}

.mininav_wrapper a:hover {
	background-color: #840c09;
}

.mininav_wrapper a.select_courntrydropdown:link,.mininav_wrapper a.select_courntrydropdown:visited,.mininav_wrapper a.select_courntrydropdown:active{
	font-size: 11px;
	color: #cfcfcf;
	display: block;
	border-width: 1px;
	border-style: none none none solid;
	border-color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 10px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 13px 7px;
	padding-left: 18px;
}
.countryText{
	display: block;
	border-width: 1px;
	border-style: none none none solid;
	border-color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfcfcf;
	float: right;
	padding: 10px;
	padding-right:5px;
	padding-top:7px;
	height: 11px;
	text-decoration: none;
	width:100px;
	background-image: url(/images/icon_selectcountry.gif);
	background-repeat: no-repeat;
	background-position: 15px;
}

.pageTitleLink {
	font-family: Verdana;
	font-size: 10px;
	padding-left: 15px;
	color: white;
}

.select_courntrydropdown {
	background:transparent;
	font-size: 11px;
	color: #cfcfcf;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding: 0px;
	text-decoration: none;
}
.selectLanguage {
	margin-top:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cfcfcf;
	border-width:0px;
	background:transparent;
	background-repeat:no-repeat;
	text-indent:0px;
	appearance:none;
	margin-right:-20px;
	width: 60px;
	*margin-right:5px;
	*width:45px;
	*border-color:transparent;
	_margin-right:5px;
	_width:45px;
	_border-color:transparent;
	background-image: url(/images/bullet_arrowdown.gif);
	background-position:50% 50%;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.selectLanguage option{
	background:#cfcfcf;
	color: black;
	*border-color:transparent;
	_border-color:transparent;
}
	

/* FOOTER */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;	
	color: #cfcfcf;	
	width: 1024px;
	margin-left: auto;
    margin-right:auto;
	margin-bottom: 0px;
	min-height: 25px;
	height: 25px;
	background-color: #181818;
	display: inline-block;
	position: relative;
	border:1px;
	border-style:solid;
	border-color: #181818;
	border-width: 1px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
}
.footer_text {
	text-align:left;
	padding-top: 5px;
	padding-left:15px;
}
.footer_copyright {
	float: right;
	padding-right:15px;
	padding-top: 5px;
}



.info { min-height: 80px; }

/* layout */
.main-wrap {
    /* overflow to handle inner floating block */
	width: 1024px;
	min-height:650px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F3F3F3;
    overflow: hidden;
	border:1px;
	border-style:solid;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	text-align: justify;
}
.sidebar {
    float: left;
    width:250px;
	padding:5px;
	margin-top:5px;
	margin-left: 5px;
}
.sidebar-header {
	margin-bottom:5px;
	margin-top:5px;
	position:static;
	height:30px;
	padding:5px;
	padding-right:10px;
	background: #0d1642; /* Old browsers */
	background-repeat: repeat-x;
	background-position: top;
	/* Chrome 10+,Safari */
	background : -webkit-linear-gradient(left, #0d1642 00%, #3b93ff 85%);
	/* Firefox 4+ */ 
	background : -moz-linear-gradient(left, #0d1642 00%, #3b93ff 85%);
	/* Opera */
	background : -o-linear-gradient(left, #0d1642 00%, #3b93ff 85%);
	/* IE 10+ */
	background : -ms-linear-gradient(left, #0d1642 00%, #3b93ff 85%); 
	/* W3C */
	background : -linear-gradient(left, #0d1642 00%, #3b93ff 85%);	
	/*For IE7-8-9*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#0d1642', endColorstr='#3b93ff'); 
	border-color: #111e57;
	border-style: solid;
	border-width: 1px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	color:white;
	height:30px;
}
.sidebar-header-text {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bolder;
	margin-left: 10px;
	height:25px;
	text-align: left;
	margin-top: 7px;
}

.sidebar-content {
	margin-bottom:5px;
	margin-top:5px;
	padding-top:5px;
	position:static;
	border: 2px solid #CCC8CB;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	background-color: white;
	background-position: right bottom;
	background-repeat: repeat-x;
	min-height:530px;
	vertical-align: top;
}
.sidebar-content-datatable {
	margin-top:10px;
}

.sidebar-content a:link,.sidebar-content a:visited,.sidebar-content a:active{
	padding: 2px;
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	text-align:left;
}

.sidebar-content a:hover {
	color: #E12E29;
}

.sidebar-content img {
	width:16px;
	height:16px;
	border:0;
	margin-bottom:10px;
}
.sidebar-content input {
	padding: 2px;
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	text-align:left;
	display:inline;
	margin-bottom:10px;
	padding:0;
	vertical-align:-1px;
}
.alignLink{
	background:none;
	border:none;
	cursor:pointer;
	margin-bottom:10px;
}
.alignLink:hover{
	text-decoration:underline;
	color: #999999;
}

.content-wrap {
	float: left;
	padding:5px;
	margin-top:5px;
	width:780px;
}

.info-wrap {
    /* overflow to handle inner floating block */
    overflow: ;
}

.info-wrap-header {
	margin-bottom:5px;
	margin-top:5px;
	margin-right:5px;
	position:static;
	height:30px;
	padding-bottom:5px;
	padding-right:5px;
	padding-top:5px;
	background: #0d1642; /* Old browsers */
	background-repeat: repeat-x;
	background-position: top;
	/* Chrome 10+,Safari */
	background : -webkit-linear-gradient(right, #0d1642 00%, #3b93ff 85%);
	/* Firefox 4+ */ 
	background : -moz-linear-gradient(right, #0d1642 00%, #3b93ff 85%);
	/* Opera */
	background : -o-linear-gradient(right, #0d1642 00%, #3b93ff 85%);
	/* IE 10+ */
	background : -ms-linear-gradient(right, #0d1642 00%, #3b93ff 85%); 
	/* W3C */
	background : -linear-gradient(right, #0d1642 00%, #3b93ff 85%);	
	/*For IE7-8-9*/ 
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#3b93ff', endColorstr='#0d1642'); 
	color:white;
	border-color: #111e57;
	border-style: solid;
	border-width: 1px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
}

.refresh {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bolder;
	margin-left: 10px;
	height:25px;
	text-align: left;
	margin-top: 7px;
}
.refresh a:link a:visited a:active a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.search {
	float:right;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 7px;
	height:25px;
	text-align: right;
}

.search input {
	width: 300px;
	height:13px;
	border:1px solid #181818;
	padding-left:1px;
}

.info-wrap-content {
	min-height:525px;
	vertical-align: top;
	margin-bottom:5px;
	margin-top:5px;
	margin-right:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-top:5px;
	border: 2px solid #CCC8CB;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	background-color: white;
	background-position: right bottom;
	background-repeat: repeat-x;
}

.catalogList {
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	background:none;
	border:none;
}
.catalogListImage {
	width: 60px;
	height: 60px;
	margin-left:10px;
	margin-right: 10px;
	border: 0px;
}

.catalogListHead {
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	border: none;
	background:none;
	border:none;
	cursor:pointer;
	text-decoration:none;
}
.catalogListHead:hover{
	text-decoration:underline;
	color: #999999;
}

.catalogListText {
	font-family: Verdana;
	font-size: 11px;
	margin-left:10px;
}

.info {
    float: right;
}
/* PRODUCT DETAIL */
.modal_panel {
	text-align: left;
	position:fixed !important;
}
.value_td{
	
}

.product{
	padding-right:10px;
	padding-left:10px;
	padding-bottom:2px;
	text-align:justify;
	margin-right:50px;
	margin-left:40px;
}
.product_detail{
	margin-left:85px;
	
}
.panelProductTitle {
	background-color: #CCC8CB;
	width:100%;
	padding:5px;
}
.productImage{
	width: 75px;
	height: 75px;
}
.productText{
	font-family:Verdana;
	font-size:11px;
	margin-right:20px;
}
.downloadAccordion{
	text-align:left;
	margin-top:15px;
	margin-left:90px;
	margin-right:55px;
	text-decoration: none;
	margin-bottom:20px;
	border:none !important;
}
.downloadAccordion .rf-ac-itm-hdr{
	background-repeat: repeat-x;
	background-position: top;
	background : #3b93ff;
	color:white;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:0px !important;
	padding-left:6px !important;
}
.downloadAccordion .rf-ac-itm-cnt{
	border:none !important;
}
.downloadAccordion .rf-dg{
	border:none !important;
}
.downloadAccordion .rf-dg-c{
	border:none !important;
}
.downloadAccordion .rf-dg-body{
	border:none !important;
}
.downloadAccordion .rf-cp-hdr{
	background-repeat: repeat-x;
	background-position: top;
	background : #3b93ff;
	color:white;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.downloadAccordion .rf-cp-cnt{
	border:none !important;
}
.downloadAccordionLicenseLink{
	background-image:none;
	background-color:#009933;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:90px;
	text-decoration:none;
	text-align:center;
	text-shadow:1p 1px 0px #287ace;
}
.downloadAccordionLicenseLink:hover {
	color:#ffffff !important;
	background-color:#009933;
}
.downloadAccordionLicenseLink:active {
	color:#ffffff;
	position:relative !important;
	top:1px;
}
.licenseTable {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.label_td {
 width: 375px;
 min-width: 375px;
}
.downloadAccordionLicensLink:visited {
	color:#ffffff !important;
	text-decoration: none;
}
.licenseDetail{
	display:inline-block;
	color:#0078D0;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
	text-align:center;
}
.licenseDetail:hover{
	display:inline-block;
	color:#0078D0;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
	text-align:center;
}
.licenseDetail:active{
	display:inline-block;
	color:#0078D0;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
	text-align:center;
}
.licenseDetail:visited{
	display:inline-block;
	color:#0078D0;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
	text-align:center;
}
.download{
	text-align:left;
	margin-left:110px;
	margin-right:105px;
	text-decoration: none;
	margin-bottom:20px;
	border:none !important;
}

.download .rf-dg{
	border:none !important;
}

.download .rf-dg-c{
	border:none !important;
}

.download table tbody th tr td{
	border:none !important;
}
.productTextDownload {
	font-family:Verdana;
	font-size:11px;
	width:200px;
	padding-bottom:5px;
	word-wrap: break-word; 
	text-wrap: normal;
	-ms-word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.downloadText {
	font-family:Verdana;
	font-size:11px;
	width:200px;
	padding-bottom:5px;
	margin-right:30px;
}
.downloadLink {
	padding-left:10px;
	padding-right:10px;
	margin-right:25px;
	background-color:#009933;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-indent:0px;
	display:inline-block;
	color:white;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:70px;
	text-decoration:none;
	text-align:center;
	text-shadow:1p 1px 0px #287ace;
}
.downloadLink:hover {
	background-color:#009933;
	color:white;
	text-decoration:none;
	text-align:center;
}
.downloadLink:active {
	position:relative;
	top:1px;
	color:white;
	text-decoration:none;
	text-align:center;
}
.downloadLink:visited {
	color:white;
	text-decoration:none;
	text-align:center;
	text-shadow:1p 1px 0px #287ace;
}

.downloadLicenseLink{
	padding-left:10px;
	padding-right:10px;
	margin-right:25px;
	background-image:none;
	-moz-box-shadow:inset 0px 1px 0px 0px #F3C3C3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #F3C3C3;
	box-shadow:inset 0px 1px 0px 0px #F3C3C3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C52525), color-stop(1, #DB4242) );
	background:-moz-linear-gradient( center top, #C52525 5%, #DB4242 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C52525', endColorstr='#DB4242');
	background-color:#C52525;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-indent:0px;
	border:1px solid #EEA9A9;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:90px;
	text-decoration:none;
	text-align:center;
	text-shadow:1p 1px 0px #287ace;
}
.downloadLicenseLink:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #DB4242), color-stop(1, #C52525) );
	background:-moz-linear-gradient( center top, #DB4242 5%, #C52525 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB4242', endColorstr='#C52525');
	background-color:#DB4242;
}
.downloadLicenseLink:active {
	position:relative;
	top:1px;
}
.downloadLicensLink:visited {
	color:#ffffff;
	text-decoration: none;
}

.downloadLicenseLinkRequest {
	padding-left:10px;
	padding-right:10px;
	margin-right:25px;
	-moz-box-shadow:inset 0px 1px 0px 0px #F3C3C3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #F3C3C3;
	box-shadow:inset 0px 1px 0px 0px #F3C3C3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C52525), color-stop(1, #DB4242) );
	background:-moz-linear-gradient( center top, #C52525 5%, #DB4242 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C52525', endColorstr='#DB4242');
	background-color:#C52525;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-indent:0px;
	border:1px solid #EEA9A9;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:9px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:20px;
	width:120px;
	text-decoration:none;
	text-align:center;
	text-shadow:1p 1px 0px #287ace;
}
.downloadLicenseLinkRequest:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #DB4242), color-stop(1, #C52525) );
	background:-moz-linear-gradient( center top, #DB4242 5%, #C52525 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB4242', endColorstr='#C52525');
	background-color:#DB4242;
}
.downloadLicenseLinkRequest:active {
	position:relative;
	top:1px;
}

.licenseText{
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
}
