body{
    /*background-color:#55688a;*/
}
div#div_content{
	width: 900px;
	height: 800px;
	/*background-color:#E0E0E0;*/
	border:1px solid #C0C0C0;
}
table,td,th{
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #c0c0c0;
    border-collapse: collapse;
    padding:0.25em 0.5em;
    text-align: left;
}
caption{
    font-family: arial,helvetica,sans-serif;
    font-size:13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    background-color: #04a19b;
    color:#fff;
}

hr{
    color:#e0e0e0;
    background:#e0e0e0;
    border:0;
    height:1px;
}

div#div_content{
    margin:48px;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:12px;
    line-height:1.5em;
    padding:12px;
    display: inline-block;
}

div#div_fb{
    padding:12px;
    border-style:dashed;
    border-width:1px;
    border-color:#f00;
    margin:12px;
    cursor:pointer;
}
.displaynone{
    display:none;
}
.displayblock{
    display:block;
}
input#btn_submit{
    font-family: arial,helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    background-color:#041a9b;
    cursor: pointer;
}
input#btn_submit:hover{
    background-color: #04a19b;
}
/*input:focus,select:focus{*/
/*        border:2px solid #041a9b;*/
/*        background-color: #cff;*/
/*}*/
div#div_Output img{
	width: 90px;
}
div#div_Input input{
	background-color: #FFF;
	/*border-color: #E0E0E0 #C0C0C0 #C0C0C0 #E0E0E0;*/
	width:360px;
}
div#div_content div#divInput{
    /*background-color:#F0F0F0;*/
	padding: 1em 8em 1em 1em;
}

