@charset "utf-8";
/* Other CSS Document */

.logodiv {
float:left;
width:200px;
}

.wtxt {
float:left;
width:500px;
margin: 20px 0;
}

.wtxt1 {
float:left;
width:150px;
text-align:right;
margin-top: 10px;
color: #FFFFFF;
}

.wtxt2{
float:right;
width:200px;
text-align:center;
}

.head_links {
	float: right;
	margin: 20px 20px 0 0;
	text-align: right;
	/*width: 400px*/
}

.head_links a:link {
color:#ffffff;
}

.head_links a:hover  a:visited a:active{
color:#ffffff;
text-decoration:underline;
}

/* ---contactus form starts--- */
.prof_edit {
		width:500px;
		margin:0 auto;
		font-size:12px;
	}
/* ---contactus form ends--- */

#user_photo {
	float:left;
	width:100px;
	height:100px;
	margin: 0 10px 0 20px;
	}
	
	#user_id_url {
	float:left;
	width:600px;
	height:100px;
	font-size: 14px;
	}
	
	#div_chk {
	float:left;
	width:150px;
	}
	
	#user_add {
	height:100px;
	font-size: 14px;
	float:left;
	 margin: 20px;
	}
	#bt_bg {
	background: url("../images/bt_bg.jpg") no-repeat scroll 0 0 transparent;
    color: #2779C6;
    float: left;
    font-weight: bold;
    height: 31px;
    margin-right: 10px;
    margin-top: 10px;
    padding-top: 6px;
    width: 85px;
	}
	input.form_button {
    background-color: #233842;
    border-color: #494949;
    border-right: 1px solid #494949;
    border-style: solid;
    border-width: 1px;
    color: #EFEFEF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
}