/* CSS Document */
.iframe-form {
  color:#666;
  font:12px Arial, sans-serif;
  margin-top:0px;
  border:0px solid #ccc;
  padding:0px;
  overflow:visible;
}
.iframe-form .required {
  color: #CC0033
}
.iframe-form h3{
  color:#333;
  padding:0 0 2px 0;
  border-bottom:1px solid #ccc;
  font-size:12px;
  margin-bottom:10px;
}
.iframe-form form label{
  display:block;
  margin:7px 0 3px 0;
}
.iframe-form input.textfield, .iframe-form textarea{
  border:1px solid #ccc;
  padding:2px;
  width:98%;
}
.iframe-form .action{
  text-align:right;
  margin:10px 0;
}
.iframe-form .action .floating{
  float:left;
}
.iframe-form form .floating label{
  margin:0;
}
.action .floating label input{
  position:relative;
  top:2px;
}

.iframe-form form .floating label{
  margin:0;
}
.action .floating label input{
  position:relative;
  top:2px;
}
.iframe-form button{
  width:70px;
  height:22px;
  padding:0;
  line-height:22px;
  font-size:11px;
  font-weight:bold;
  font-family:Arial;
  color:#2f6681;
  text-align:center;
  background:url(../images/btn_back.gif) 0 0 no-repeat;
  border:none;
  cursor:pointer;
}

.iframe-form p.note{
  margin:20px 0 0 0;
}

.iframe-form .box{
 border:1px solid #ccc;
}
.iframe-form .promo{
  margin:10px 0;
}

#rss-feeds-box ul {
	margin: 0 0px;
	clear: both;
}
#rss-feeds-box li {
	margin: 0;
	padding: 4px 0 5px 0;
	position: relative;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 11px;
	float: left;
	width: 460px;
}
#rss-feeds-box-single li{
	margin: 0;
	padding: 4px 0 5px 0;
	position: relative;
	color: #666;
	font-size: 11px;
	float: left;
	width: 460px;
}
#rss-feeds-box li strong {
	font-weight: normal;
	float: left;
	width: 375px;
}
#rss-feeds-box li span { float: right; }
#rss-feeds-box li span a {
	padding: 2px 0 2px 20px;
	background: url(http://newsroom.cisco.com/Newsroom/nc3.0/images/subscribe.gif) no-repeat left center;
}
#topic td{border:1px solid #ccc; padding:10px}