.webcast-rss-item
{
	clear:both;
}
.webcast-rss-item img
{
	border:1px solid #000000;
	float:left;
	margin-right:7px;
	margin-bottom:15px;
}
.webcast-rss-item a
{
	text-decoration:none;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/illutel/images/info.png.ashx');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/illutel/images/success.png.ashx');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/illutel/images/warning.png.ashx');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/illutel/images/error.png.ashx');
}
.hint
{
	font-size:x-small;
	color:#c0c0c0;
}
.button{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#fff;
	font-weight:bold;
	padding:3px 2px 2px 2px;
	background:url('/illutel/images/formbg.gif.ashx') repeat-x left top;
}
.button:hover
{
	color:#666;
	border:1px solid #ccc;
	background:url('/illutel/images/formbg2.gif.ashx') repeat-x left top;
}