@charset "utf-8";
/*
 * Licensed Materials - Property of IBM
 * "Restricted Materials of IBM"
 * 5724-U18
 * (C) COPYRIGHT IBM CORP. 2013 All Rights Reserved.
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with
 * IBM Corp.
 *
 */
/**********************************************************
 * Notes:
 * The style leverages CSS3 Border-radius which not all
 * browsers support. Browser specific statments are 
 * included, otherwise the design will degrade to square
 * corners. As of Oct 10, 2009, IE currently does not 
 * support border-radius or provide a browser shortcut.
 **********************************************************/

 .prod_name.ext_prod_name {
	font-size: 32px;	
	line-height: 42px;
}

.prod_name.ext_prod_name, .selfregform, .guestform, .langform, .mobileform {
	position: relative;
	left: 195px;
	font-family: "MaximoBase-Light" !important;
}

.langform {
	padding-bottom: 10px;
}

.prod_name.ext_prod_name span:first-of-type {
	font-family: "MaximoBase-Light" !important;
}

.prod_name.ext_prod_name div, .sub_product{
	font-size: 14px;
	color: #ffffff;
    left: 195px;
    position: relative;
    display: table-cell;
}

body[rtl] .prod_name.ext_prod_name, body[rtl] .selfregform, body[rtl] .guestform, body[rtl] .langform, body[rtl] .prod_name.ext_prod_name div, body[rtl] .sub_product{
	left: auto;
	right: 195px;
}
 .sub_product {
	border-top: 1px solid #5aaafa;
	padding: 5px 0px 10px 0px;
}