.my-glossary {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    width: 1000px;
}
.create {
    background-attachment: scroll;
    background-color: #ffffff;
    background-image: none;
    border-radius: 7px;
    box-shadow: 0 0 10px #333333;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    width: 530px;
}
.create-title h1 {
    color: #418dcb;
    font-size: 28px;
    font-weight: bold;
}
.create-title p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}
.create-area {
    padding-bottom: 20px;
    padding-top: 20px;
}

.create_name {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.next {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 100px;
}
.create-title {
    border-radius: 5px 5px 0 0;
    padding: 15px 20px;
    text-align: center;
}
a.btn, input.btn {
    text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding-top: 8px;
	padding-bottom: 8px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
}
a.btn_add {
    background-color: #439fe0;
    border: 0 none;
    color: #ffffff;
}
.next .btn {
    padding-left: 15px;
    padding-right: 15px;
    width: 80px;
}
.next .btn:hover {
    background: #3d97d6;
	box-shadow: 0 -2px 0px #3277a8 inset;
	-moz-box-shadow:0 -2px 0px #3277a8 inset;              
    -webkit-box-shadow:0 -2px 0px #3277a8 inset;
	color: #ffffff;
	text-decoration: none;           
}
.next .btn:active {
    background: #439fe0;
	box-shadow: 0 2px 0px #3277a8 inset;
	-moz-box-shadow:0 2px 0px #3277a8 inset;              
    -webkit-box-shadow:0 2px 0px #3277a8 inset; 
	color: #ffffff;
	text-decoration: none; 
}
.nameinput-1 {
   background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 2px 4px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 350px;
	
}
.name {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 130px;
}

.wenbenyu {
    border-color: #abadb3;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    height: 75px;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 5px;
    width: 500px;
}
.create_image{float:left;}
.create_image .btn{width:60px;font-size:12px;float:none;background-color:#dd5600}
.create_image table{width:510px;}
.create_image table td{border-bottom:1px solid #cccccc;}