/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 Feb, 2016, 3:31:11 PM
    Author     : SONY
*/

.captionWrapper{
	padding:0px 0px 0px 20px;
	margin:0 0 20px 0px;
	width:690px;
	height:35px;
	position:relative;
	border-bottom:1px #aec3d3 solid;
}
.captionWrapper ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.captionWrapper li{
	padding:0px 0px 0px 0px;
	margin:0px;
	float:left;
	/*width:145px;*/
}
.captionWrapper li.last{padding:0px;}
.captionWrapper li h2{
	padding:10px 15px;
	margin:0px;
	color:#8f9da6;
	font-size:12px;
	font-weight:bold;
	
}
.captionWrapper li h2.cur{ 
	color:#576d7e;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	border-top:1px #aec3d3 solid;
	border-left:1px #aec3d3 solid;
	border-right:1px #aec3d3 solid;
	background:#FFF;/* url(../images/form-pattern.png);*/
}
.captionWrapper li span{
	color:#999;
	font-size:12px;
	display:block;
	padding-left:10px;
}