body {
	background: #000 url(./images/gradBG.jpg);
	color:#FFF;
	font: 13px 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
	margin:0;
	padding:0;
}

H1 {
    font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
	font-size: 30px;
	font-style: italic;
    color: #FFF;
	margin: 0 0 0 0;
}

.appDescription {
	font-weight: bold;
	color: #3C4C6C;
	font-size: 15px;
	width: 360px;
}

.tcButton {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: bold 16px/100% Arial, Helvetica, sans-serif !important;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.tcButton:hover {
    text-decoration: none;
}

.tcButton:active {
    position: relative;
}

.tcSmallBtn {
	font-size: 13px !important;
	padding: .2em 1em .25em;
}

.tcGreenBtn, .tcGreenBtn:link, .tcGreenBtn:visited  {
    color: #e8f0de;
    border: 1px solid #64991e;
    background: #64991e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

.tcGreenBtn:hover {
	color: #e2ed74;
    background: #538018;
    background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
    background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}

.tcGreenBtn:active {
    color: #c9e08c;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
    background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

div.feedback {
	color: #888;
	text-align:center;
	width: 100%;
	font-size: 80%;
}

div#copyright {
	margin-top: 5px;
}

/* NOTE: Future CSS standard may not support Flexible Box Layout and instead migrate to Grid Layout proposal
		 So for now, we stick with the regular CSS box model with float */

div.uiMainContainer {
	margin: 30px 0px;
	height: 600px;

	/* CSS trick to float the UI at the center */
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}

div.uiBoxContainer {
	width: 740px;
	height: 100%;
	overflow: hidden;

	/* CSS trick to float the UI at the center */
	position:relative;
	left:50%;
}

/* Darker: 4a7db5 */
/* Bluer: */
div.uiBox {
	cursor: pointer;
	border: 1px solid #666;
	border-radius: 12px;
    -webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
	float: left;
	position: relative;
	top: 200px;
	width: 74px;
	height: 74px;
	margin: 0px 5px;
	vertical-align: middle;
    background: #84a6ce;
    background: -webkit-gradient(linear, left top, left bottom, from(#99aacc), to(#e7ebf7));
    background: -moz-linear-gradient(top,  #99aacc,  #e7ebf7);
	-webkit-box-reflect: below 5px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white));
	-moz-box-shadow: 2px 2px 1px #777;
	-webkit-box-shadow: 2px 2px 1px #777;
	box-shadow: 2px 2px 1px #777;
}

div.uiBoxHi {
    background: #84a633;
    background: -webkit-gradient(linear, left top, left bottom, from(#e7eb33), to(#eeffcc));
    background: -moz-linear-gradient(top,  #e7eb33,  #eeffcc);
	border-color: #e7eb33;
}

div.boxContent {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 10px 15px;
	color: #014;
	display: none;
}

div.uiMainBox {
	position: relative;
	top: 0px;
	cursor: default;
	width: 530px;
	height: 450px;
	margin: 0px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#99aacc), to(#efeff7));
    background: -moz-linear-gradient(top,  #99aacc,  #efeff7);
}

.screenBox {
	width: 128px; 
	height: 96px; 
	overflow: hidden;
	border: 1px solid #99A;
	-moz-box-shadow: 3px 3px 2px #555;
	-webkit-box-shadow: 3px 3px 2px #555;
	box-shadow: 3px 4px 2px #555;
}

.screenRoll {
	position: relative;
	width: 1280px;
	height: 96px;
	left: 0px;
	border: 0px;
}

.screenshot {
	width: 128px;
	border-right: 1px solid #99A;
}

.features {
	width: 360px;
}

.icon {
	height: 74px;
	width: 74px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}

.icon img {
	width: 64px;
	margin: 5px;
}

div.ieGradient {
	background: #84a6ce url(./images/gradBoxIE.jpg) 0px -400px repeat-x;
}

div.ieGradientHi {
	background: #84a633 url(./images/gradYellowIE.jpg) 0px -80px repeat-x;
}

<!--[if lte IE 8]>
div.boxContent {
	/* Absolute positioning causes width issue in big boxes */
	padding-right: 25px;
}
<![endif]-->
