﻿@import url(common.css);
@import url(menu.css);
/*********************************
    *   --------------   *
     *   index  start   *
    *   --------------   *
*********************************/

body#index div#site_box{
	margin:10px 0 10px 0;
}
body#index div#site_box div.delete{
	position:absolute;
	right:0;
	background:#fff;
	border-radius:5px;
}
body#index div.site{
	box-shadow:0 0 10px #888;
	margin:10px 10px 10px 10px;
	width:150px;
	height:100px;
	position:relative;
	float:left;
	border:1px solid #ccc;
	border-radius:5px;
}
body#index div.site img{
	border-radius:5px;
}
body#index div.site:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* IE 浏览器透明效果 */
}
body#index div#action_add{
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	display:none;
	border:1px solid #ccc;
	border-radius:5px;
	width:300px;
	padding:30px;
}
body#index input.text{
	width:200px;
	padding:5px;
	box-shadow:2px 2px 5px #888;
	height:20px;
	line-height:20px;
	border:1px solid #ccc;
	border-radius:5px;
}
body#index div#action_add th{
	font-weight:normal;
}
body#index div.close{
	text-align:right;
	padding:0 0 10px 0;
}
body#index a.button{
	color:#fff;
	border:1px solid #000;
	display:block;
	margin:0 5px;
	background:#000;
	border-radius:5px;
	padding:5px 10px;
	box-shadow:2px 2px 5px #888;
}
body#index a.button:hover{
	color:#000;
	background:#777;
}
body#index td.submit{
	text-align:center;
}
body#index td{
	padding:20px 0 0 0;
	text-shadow:2px 2px 5px #888;
}
body#index th{
	vertical-align:top;
	text-align:right;
	padding:27px 0 0 0;
	color:#333;
	text-shadow:2px 2px 5px #888;
}
body#index td img{
	box-shadow:5px 5px 5px #888;
	border-radius:5px;
}
/*********************************
    *   ------------   *
     *   index  end   *
    *   ------------   *
*********************************/
