@charset "utf-8";
/* CSS Document */

#register_id {
	width: 595px;
	padding: 0 5px;
	margin: -25px 0 0 28px;
}

#register_id h2 {
	color: rgb(50, 143, 210);
	font-size: 13px;
}

#register_id p {
	font-size: 85%;
	line-height: 1.6em;
}

#register_id p em {
	font-style: normal;
	color: rgb(50, 143, 210);
}

#register_id form {
	padding-top: 10px;
}

#register_id .form_colum {
	float: left;
	width: 280px;
	margin-bottom: 10px;
}

#register_id .form_input {	
	clear: both;
}

#register_id .form_input label {
	display: inline-block;
	width: 80px;
	color: rgb(50, 143, 210);
	font-size: 85%;
	margin-bottom: 14px;
	float: left;
}

#register_id .form_input input, .form_input select {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    color: rgb(61, 38, 31);
	    background: rgb(212, 231, 246);
	    width: 160px;
	    float: left;
	    position: relative;
    top: 1px;
    left: 0px;
}

#register_id .form_submit {
	text-align: center;
}

#register_id .form_submit p {
	text-align: left;
}

#register_id .form_submit input {
	background: rgb(50, 143, 210);
	border: none;
	color: #FFF;
	font-size: 80%;
}


/*---------- CONTACT US ------------------*/

.sec_contact #register_id {
	width: 744px;
}


.sec_contact #register_id .form_input label {
	width: 150px;
}

.sec_contact .form_colum {
	width: 320px !important;
	margin-right: 40px;
}

.sec_contact #register_id .form_input {
	width: 100%;
	height: 28px;
	float: left;
	margin-bottom: 10px;
}

.sec_contact #register_id .form_text label {
	display: block;
	color: rgb(50, 143, 210);
	font-size: 85%;
}

.sec_contact #register_id .form_text textarea {
	color: rgb(61, 38, 31);
	background: rgb(212, 231, 246);
	border: none;
	width: 292px;
	height: 82px;
	margin-bottom: 16px;
}

.sec_contact #register_id .form_check {
	color: rgb(61, 38, 31);
	font-size: 90%;
}

.sec_contact #register_id .form_submit {
	margin-top: 30px;
	text-align: left;
}

.sec_contact #register_id .form_submit input {
	width: 60px;
}

/*---------------------------------------*/

#user_edit_form .to_submit {
	clear: both;
}

#user_edit_form #register_id .form_submit {
	float: left;
	margin-top: 10px;
}

#user_edit_form #register_id .wide {
	width: 100%;
}

.clear_submit {
	clear: both;
	width: 520px;
}


/*---------------------------------------*/

#contact_details {
	float: left;
	padding-top: 50px;
}

#contact_details .contact {
	float: left;
	width: 170px;
	height: 225px;
	padding: 5px;
	margin: 0 5px 10px 0;
	font-size: 12px;
	border-right: 1px dashed #999;
	margin-right: 0px;
}

#contact_details .contact h4 {
	margin: 0 0 1em 0;
	font-size: 14px;
	color: #328FD2;
}

#contact_details .contact address {
	margin-bottom: 1em;
}

#contact_details .contact .phone, #contact_details .contact .fax {
	margin: 0 0 0.5em 0;
}

#contact_details .contact .phone strong, #contact_details .contact .fax strong {
	display: block;
	float: left;
	margin-right: 5px;
	font-size: 1px;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
}

#contact_details .contact .phone strong {
	background: url(../images/about_us/phone.gif) top left no-repeat;
}

#contact_details .contact .fax strong {
	background: url(../images/about_us/fax.gif) top left no-repeat;
}