﻿/**
	首页模板样式
*/
body,html,div,span,ul,li{margin:0;padding:0;}
body,html{margin:0;background-color:#EEE;}
.all{margin:0;}

/** top 样式 ================================ */
.top{width:100%;background-color:#FFF;box-shadow: 0 0 5px #778AAD;}
.top-menu{padding-left:20px;height:48px;line-height:48px;text-align:left;}

/** 标题 =============================== */
.top-h1{height:100px;line-height:100px;margin:0 auto;text-align:center;}



/** main 样式 ================================ */
.main{width:960px; margin:auto;min-height:450px;border:1px solid #FFF;background-color:#FFF;border-radius:5px;}
.main-top{margin-top:20px;text-align:center;}

/** main-left 样式 -------------*/
.main-left{width:640px;margin:auto;background:#b3e3d8;border-radius:5px;}
.shorturl_form{width:100%;}
.shorturl_form h3{padding:10px 0 0 20px;}
.shorturl_form textarea{margin-left:20px;}
.input_url{width:500px;height:60px;}
.submit_buttom{height:30px;width:100px;margin-top:10px;margin-left:20px;font-size:16px;}
.short_url_loading{display:none;padding:5px 0 20px 60px;margin-top:10px; }
.short_url_list{ margin: 10px 0 20px 0;padding:5px 0 40px 20px;color:#339933;}
.error_msg{font-size:16px;color:red;margin-top:15px;padding-left:20px;}



/** main-right css --------------- */
.main-right{width:640px;margin:10px auto;}



/** footer 样式 ================================ */
.footer{height:30px; border-top:1px solid #ecf4f9;margin:auto;width:800px;}

