/*==============================================================================
My profile form stylesheet.

Copyright (c) 2009 aatranslations
==============================================================================*/


/* -------------------------------------------------------------------------- */

.formbox {
	width: 700px;
	margin-bottom: 30px;
}

/* -------------------------------------------------------------------------- */

#personaldata #phones .box,
#paymentinformation #paymentinfo .box {
	font-size: 9px;
	font-style: italic;
}

#professionaldetails #services {
	margin-bottom: 20px;
}

#professionaldetails #services label {
	width: 170px;
	display: inline-block;
}

#professionaldetails #sourcelangs label {
	width: 170px;
	display: inline-block;
}

#professionaldetails #mothertongue label {
	font-size: 9px;
}

#professionaldetails #specialisms .box2 {
	overflow: auto;
}

#professionaldetails #specialisms .additional {
	font-size: 9px;
	padding-top: 5px;
}

#professionaldetails #specialisms .check {
	text-align: center;
}

#professionaldetails #specialisms input[type="text"] {
	font-size: 11px;
	width: 100%;
}

#professionaldetails #specialisms #addotherspecialism {
	font-size: 9px;
	border-bottom: none;
}

#professionaldetails #specialisms #info {
	background: url("https://common.aatranslations.net/img/info_16.png") left center no-repeat;
	margin-top: 20px;
	float: right;
	padding-left: 26px;
	font-size: 9px;
	line-height: 16px;
}

#professionaldetails #qualifications .title {
	white-space: nowrap;
}

#professionaldetails #qualifications .check {
	text-align: center;
}

#professionaldetails #qualifications input[type="text"] {
	font-size: 11px;
	width: 100%;
}

#professionaldetails #references input[type="text"] {
	width: 210px;
}

#professionaldetails #references #addreference {
	font-size: 9px;
}

#professionaldetails #software label {
	width: 170px;
	display: inline-block;
}

#professionaldetails #software .other {
	width: inherit;
}

#professionaldetails #software input[type="text"] {
	font-size: 11px;
	width: 400px;
	margin-left: 5px;
}

#professionaldetails #keywords input[type="text"] {
	width: 100%;
}

#termsandconditions #content,
#nda #content {
	width: 100%;
	height: 250px;
	overflow: auto;
}

#termsandconditions #content h1,
#nda #content h1 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
	letter-spacing: inherit;
	color: inherit;
	margin: inherit;
}

#termsandconditions #content h2,
#nda #content h2 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0 10px 0;
	text-transform: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin: inherit;
}

#termsandconditions #content h3,
#nda #content h3 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0 10px 0;
	text-transform: inherit;
	margin: inherit;
	text-align: inherit; text-align: left;
}

#termsandconditions #content h4,
#nda #content h4 {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

#termsandconditions #warning,
#nda #warning {
	background: #fee url("https://common.aatranslations.net/img/warning_16.png") 10px center no-repeat;
	width: 450px;
	padding: 10px 10px 10px 36px;
	border: 3px solid #fff;
	margin: 25px auto;
	line-height: 16px;
	font-size: 9px;
	color: #900;
	border-radius: 8px;
}

h5 {
	
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	
	margin: 15px 0;
	font-weight: bold;
	
	margin-bottom: 0px;
}

.formbox input[type="text"]{
	border: 1px solid #000;
}
