﻿/* body */
body { margin: 0; padding: 0; font-size: 12px; font-family: Arial, Helvetica, sans-serif;
       background: url(../images/header_bg.jpg) no-repeat top center; color: #777; }

/* anchor */
a { text-decoration: none; font-family: Arial, Helvetica, sans-seri; color: #747474; }
a:hover { text-decoration:underline; font-family: Arial, Helvetica, sans-seri; color: #705F41; }

/* vline: 右边画竖线 */
.vline { background: url(../images/icon_point.gif) repeat-y top right; }

/* line: 下边画横线 */
.line { background: url(../images/icon_point.gif) repeat-x left bottom; }

/* MVC injected class */
.field-validation-error { color: Red; }