﻿.button{
color:#333333;
height:20px;
font-family:verdana;
font-size:8pt;
font-weight:bold;
border:1px solid;
border-top-color:#999;
border-left-color:#999;
border-right-color:#666;
border-bottom-color:#666;
background-color:#ddd;
margin:0px;
padding:0px;
background:#e9e9e9 url("images/buttons/submit.gif") repeat-x;
}
.input{
font-family:verdana;
font-size:8pt;
text-align:center;
color:#333333;
border-width:1px;
margin:5px 0px 1px 0px;
background-color:#FFFFFF; 
}
#news{
border:1px solid #444;
width:446px;
padding:16px;
text-align:left;
float:left;
display:inline; /* IE bug fix */
margin:16px;
} 
* html #news{
width:480px; /* for IE5 width prperty includes padding and border as well as content*/
w\idth:446px; /* for IE6+ */
}
#shows{
border:1px solid #444;
width:150px;
padding:16px;
margin:16px 16px 16px 0px;
text-align:left;
float:right;
display:inline; /* IE bug fix */
clear:right;
} 
* html #shows{
width:184px; /* for IE5 */
w\idth:150px; /* for IE6+ */
}
#mail{
width:180px;
padding:0px;
margin:0px 16px 16px 0px;
text-align:center;
float:right;
display:inline; /* IE bug fix */
clear:right;
}