body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {

	}
fieldset,img { 
	border: 0;
	}
	
	a{
		outline:none;
	}
address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul,li {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}
	/* common tags */
input::-webkit-input-placeholder,#contact #form textarea::-webkit-input-placeholder { color:black; }
input::-moz-placeholder,#contact #form textarea::-moz-placeholder { color:black; } /* firefox 19+ */
input:-ms-input-placeholder,#contact #form textarea:-ms-input-placeholder { color:black; } /* ie */
input:-moz-placeholder,#contact #form textarea:-moz-placeholder { color:black; }

/**** General  ***/
body{
    font-size: 12px;
    margin: 0;
	padding:0;
    color: Black;
    font-family: Arial;
}

.floatcontainer:after{ clear: both; display: block; font-size: 0px; visibility: hidden; height: 0px; content: ".";}
.floatcontainer{ display: inline-block;}
* HTML .floatcontainer{ height: 1%;}
.floatcontainer{ display: block;}

.error{    color: #d44e0c;}
/**** Page Container ***/
#pageContainer{
   direction: rtl;
	margin:0 auto;
	width:320px;
	height: 480px;
	position: relative;
	background: url(../images/bg.jpg) no-repeat center top;
}
#pageContainer.thanks{
	background: url(../images/bg1.jpg) no-repeat center top;
}
#pageContainer img{	border:none;}
#form{	
	padding:319px 51px 0 0;
}
.msg{
	color: black;
	font-size: 20px;
	font-weight: bold;
}
.frmField{
	padding-bottom:10px;
}
.frmField input[type=text]{
width:203px;
color: black;
border:none;
background-color: transparent;
font-family: Arial;
font-size: 16px;
height: 32px;
padding:0 5px;
font-weight: bold;
}
.formBtn{
	padding:4px 39px 0 0;
}
.formBtn input{
    border: none;
    background:none;
	  text-align: center;
		width:auto;
		height: auto;
}

#btn-phone{
	display: block;
	position: absolute;
	top:20px;
	left:107px;
	width:109px;
	height: 30px;
}