﻿body 
{
    margin:0;
    padding:0;
}

.mform 
{
   width:520px;
    height:500px;
    border:0px solid black;
    text-align:center;
    
}

.img 
{
   width:520px;
    height:30px;
    font-size:17px;
   
    /*background: url(../../images/img09.gif) repeat-x;*/
}

.text 
{
   width:520px;
    height:20px;
    text-align:center;
    font-size:20px;
    vertical-align:middle;
    color:#000;
}

.gap 
{
   width:520px;
    height:30px;
}

.word 
{
    float:left;
    width:180px;
    height:25px;
    text-align:left;
    color:Black;
    font-family:Trebuchet MS;
    font-size:14px;
    margin-left:20px;
}

.tbox 
{
    float:right;
    width:300px;
    height:25px;
    text-align:left;
}


.word_big 
{
    float:left;
    width:180px;
    height:80px;
    text-align:left;
    color:Black;
    font-family:Trebuchet MS;
    font-size:14px;
    margin-left:20px;
    margin-top:20px;
    text-align:left;
}

.tbox_big 
{
    float:right;
    width:300px;
    height:80px;
    margin-top:20px;
    text-align:left;
    color:#D5D5D5;
}

.btreg {
	border:1px solid #000000;
	width:100px;
	height:25px;
	background-color:#fbc387;
}

