﻿/*塔罗表单*/
.taluo_form
{
    background-color: #060005;
    background-image: url(taluopai/online_bg.jpg);
}
.taluo_form div
{
    width: 800px;
    height: 600px;
    margin: auto;
    padding: 40px;
}

.taluo_wrapper
{
    width: 1018px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 50px 22px;
    border: 1px solid #eaeaea;
    border-top: none;
}
.taluo_wrapper h1
{
    height: auto;
    line-height: 50px;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 18px;
}
.taluo_wrapper p
{
    color: #333333;
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
    margin-bottom: 18px;
    word-wrap: break-word;
    text-indent: 2em;
}