/* COMMON v.2.0
/* DEFINITIONS: Reset
/* FORMA Design
/* Developer Angel Vachev 
/* angel@formadesign.bg
/* ---------------------------------------------- */
/* ---  GLOABAL RESET  -------------------------- */
/* ---------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 100%;
	height: 100%;
}
div.fixed {
	clear: both;
}
/* ---------------------------------------------- */
/* ---  BASIG TYPOGRAPHY  ----------------------- */
/* ---------------------------------------------- */

body, form, span, div, table, td, th, cite, select, input, textarea, button, a {
	font-family:  arial, Geneva, arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585857;
	font-weight: normal;
	line-height: 15px;
}
/* ---------------------------------------------- */
/* ---  LINKS STYLES  --------------------------- */
/* ---------------------------------------------- */
a, a:link, a:active, a:visited{
	color: #940d0d;
	text-decoration: underline;
}
a:hover{
	color: #454341;
	text-decoration: underline;
}
/* ---------------------------------------------- */
/* ---  TABLE STYLES  --------------------------- */
/* ---------------------------------------------- */
table{
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
div, table {
	margin-left: auto;
	margin-right: auto;
}
/* ---------------------------------------------- */
/* ---  IMAGE STYLES  --------------------------- */
/* ---------------------------------------------- */
img, fieldset{
	border: none;
}
/* ---------------------------------------------- */
/* ---  FORM STYLES  ---------------------------- */
/* ---------------------------------------------- */
form {
	display: inline;
}
/* ---------------------------------------------- */
/* ---  TEXT AREA STYLES  ----------------------- */
/* ---------------------------------------------- */
textarea{
	resize: none;
}

.aramex-forms label,  .aramex-forms input {
	display: block;
}

.aramex-forms label {
	margin-top: 3px;
}

.aramex-forms input {
	padding: 3px 2px;
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 3px 0 5px;
}

.aramex-forms input[type=text] {
	width: 90%;
}

.aramex-forms input[type=checkbox], .aramex-forms input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.aramex-forms input[type=submit] {
	padding: 8px 15px;
	color: #fff;
	background-color: #ff0000;
	transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
	-webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
	cursor: pointer;
}

.aramex-forms input[type=submit]:active, .aramex-forms input[type=submit]:hover {
	background-color: #b70102;
	color: #fff;
}

.aramex-forms #r_l_name {
	display: none;
}


