@charset "utf-8";
/* CSS Document */
*html #image-style {background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="filename.png", sizingMethod="scale");}

body{ font-size:12px; padding:0px; margin:0px; color:#444}

form,ul,dl,dt,dd{ padding:0px; margin:0px; list-style:none;}

p{ margin:2px 0px;}

a{ color:#444; text-decoration:none;}
a:hover{ color:#F60; text-decoration:underline;}

.clear{ clear:both;}

.blue{ color:#1b6296;}

.red{ color:#F00;}

.orange{ color:#F60; text-decoration:underline;}

.yellow{ color: #FF0;}

.green{ color:#1e9b32;}

.white{ color:#FFF;}
a:hover.white{ color:#FF0; text-decoration:none;}
.line{ text-decoration:underline;}

.input_m{ width:170px; border: #7f9db9 solid 1px; background:url(images/inputbg.gif) repeat-x left top;}

.button_b{ width:82px; height:32px; border:none; background:url(images/button_b.gif) no-repeat; font-size:14px; font-weight:bold; color:#FFF;}
.button_s{ background:url(images/button_s.gif) no-repeat; color:#FFF; border:none; height:20px; width:50px; line-height:20px; cursor:pointer;}
.button_m{ background:url(images/button_m.gif) no-repeat; color:#FFF; border:none; height:20px; width:80px; line-height:20px; cursor:pointer;}
.button_desk{ width:100px; margin:0px auto; border-top:#FEFEFE solid 1px; border-left:#FEFEFE solid 1px; border-right:#CCC solid 1px; border-bottom:#CCC solid 1px; background:#EFEFEF; display:block}
.button_orange{ width:42px; height:24px; line-height:24px; background:url(images/button_orange.gif) no-repeat; border:none; color:#FFF; cursor:pointer;}

.selection_s{ width:60px;}
.selection_l{ width:170px;}

#top{ width:970px; margin:0px auto;}
#bottom{ background:#EFEFEF; width:970px; margin:0px auto; height:70px;}
