
/* Example 2 */
#example2 {
    width:175px;
    height:25px;
    text-align: center;
    margin-bottom: 15px;
  
}
#example2 input{
    cursor: pointer;
}

#example2 .pf_wrap_class {
  margin: 0 auto;
}

#example2 .pf_ph_cont strong {
    display: block;
    width:175px;
	height:25px;
    padding-top: 5px;
	margin-bottom:15px;
	background:#666666;
	outline:none;
	border:none;
    font-family: 'UbuntuRegular';
	font-size:15px;
	color:#FFFFFF;
	cursor:pointer;
    font-weight: normal;
  
}



#example2 .selected .pf_ph_cont strong {
  
   display: block;
    width:175px;
	height:30px;
	margin-bottom:15px;
	background:#F6851B;
	outline:none;
	border:none;
    font-family: 'UbuntuRegular';
	font-size:15px;
	color:#FFFFFF;
	cursor:pointer;
    font-weight: normal;
}


