#web_certification_widget{
z-index:1000; 
position:fixed; 
top:0px; right:30px; width:190px; 
padding:12px; 
box-shadow: 0 0 4px 4px #333333; 
border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; 
background: #feffe8; /* Old browsers */
background: -moz-linear-gradient(top, #feffe8 0%, #d6dbbf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffe8), color-stop(100%,#d6dbbf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #feffe8 0%,#d6dbbf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #feffe8 0%,#d6dbbf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #feffe8 0%,#d6dbbf 100%); /* IE10+ */
background: linear-gradient(to bottom, #feffe8 0%,#d6dbbf 100%); /* W3C */
	
}

#web_certification_widget .title{
	font-size:14px; font-weight:bold; margin-bottom:8px; padding-bottom:4px;
	border-bottom:1px dotted #666666;
}

#web_certification_widget .widgetLine{
	margin-bottom:3px;	
}

#web_certification_widget .widgetLine label{
	display:inline-block; width:50px; float:left; margin-right:5px;
	vertical-align:middle;
}

#web_certification_widget .widgetLine input{
	font-size:11px;
}