﻿@charset "utf-8";
/* 蓝色风格 */
/*
版权所有：自行车会展
作者：联展
MSN：liyann2008@163.com
创建：@date
修改：@date
*/
/*------------------------------基本样式------------------------------*/
* {
	margin:0;
	padding:0;
}
body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
}
/*---链接样式---*/
.black:hover {
	color:#376495;
	text-decoration:underline;
}
/*---主体样式---*/
.black {
	color:#333333;
	text-decoration:underline;
	line-height:20px;
}
.line {
	color:#cccccc;
}
.bold {
	color:#333333;
	font-weight:bold;
	line-height:28px;
}
.black_one {
	color:#333333;
	text-decoration:none;
	line-height:24px;
}
.font {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	line-height:18px;
}
.inputusername {
	width:150px;
	height:18px;
	background-color:#ffffff;
	border:1px solid #94C1E8;
}
