﻿.speak_area{
	width:1100px;
	min-height:400px;
	margin-bottom:20px;
	background-color:#ffffff;
	}
.key{
	 width:960px;
	 height:72px;
	 border-bottom:2px solid #394d88;
	 text-align:left;
	 line-height:100px;
	 font-size:24px;
	 color:#c50b0c;
	}
.speak_sheet
{
    width:900px;
    height:auto;
    padding-top:50px;
    padding-bottom:50px;
    }	
.story_column
{
    width:900px;
    margin-bottom:18px;
    clear:both;
    min-height:42px;
    }
.verify
{
    width:900px;
    margin-bottom:18px;
    clear:both;
    height:42px;
    text-align:left;
    line-height:42px;
    color:#db1f2e;
    font-size:14px;
    display:none;
    }
.column_name
{
    width:80px;
    height:40px;
    line-height:42px;
    font-size:14px;
    color:#73777a;
    text-align:left;
    display:inline-block;
    float:left;
    }
.column_txt
{
    float:left;
    width:800px;
    min-height:42px;
    display:inline-block;
    text-align:left;
    }
.sp_title,.sp_cd
{
    height:32px;
    line-height:32px;
    padding-left:10px;
    text-align:left;
    color:#db1f2e;
    font-size:14px;
    }
#txt_title,#txt_company,#txt_classes
{   
    width:400px;
    height:32px;
    border:1px solid #d8d8d8;
    margin-top:5px;
    outline:none;
    }
#editor
{
    width:800px;
    height:500px;
    border:1px solid #d8d8d8;
    margin-top:5px;
    margin-bottom:18px;
    }
#txt_character,#txt_speaker
{
    width:200px;
    height:32px;
    border:1px solid #d8d8d8;
    margin-top:5px;
    outline:none;
    }
#ddl_storyyear
{
    width:120px;
    height:32px;
    border:1px solid #d8d8d8;
    margin-top:5px;
    outline:none;
    }
.txt_style
{
    font-size:14px;
    color:#3b3b3b;
    text-align:left;
    line-height:32px;
    }
.submit
{
    clear:both;
    width:900px;
    height:60px;
    text-align:center;
    }
#btn_submit
{
    width:100px;
    height:32px;
    color:#3b3b3b;
    margin-top:20px;
    border:1px solid #d8d8d8;
    outline:none;
    }
#btn_submit:hover
 {
     border:1px solid #db1f2e;
     background-color:#db1f2e;
     color:#fff;
     }
     
 