/*SD*/
body{padding:0px; margin:0px;}
#maincalc {
	width:638px;
	margin:0px auto;
	/*background-color:#bd5820;*/
	padding:5px 0px;
	-moz-border-radius:15px;
	border-radius:15px 15px 0 0;
	border-top:5px solid #1a1a1a;
	border-left:5px solid #1a1a1a;
	border-right:5px solid #1a1a1a;
	font-size:12px;
}

#maincalc1{width:638px;
	margin:0 auto 20px auto;
	background:url(media/images-2013/pink-rpt-bg1.jpg) 0 0 repeat;
	border-bottom:5px solid #1a1a1a;
	border-left:5px solid #1a1a1a;
	border-right:5px solid #1a1a1a;
	-moz-border-radius:15px;
	border-radius:0 0 15px 15px;}
h1
	{
	font-size:21px;
	color:#020001;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:5px 0px;	
}
h2
	{
	font-size:18px;
	color:#020001;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-weight:bold;
	padding:5px 0px 12px;
}

h3
 {font-size:18px;
	color:#020001;
	font-family:Arial, Helvetica, sans-serif;
	background:url(media/images-2013/stroke_13-05.jpg) 0 0 repeat-x;
	padding:12px 0px 0px 40px;
	margin:0px;
	text-align:left;
	text-transform:uppercase;}

ul.list{
	margin:0 40px;
	padding:0px;
	list-style-type:none;
}
ul.list li{
	margin:0;
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.first{ background:url(media/images-2013/inbox1.png) 0 0 no-repeat; width:565px; height:38px;}
.first select{ height: 24px;
    margin-left: 7px;
    margin-top: 3px;
    width: 547px;
	font-size:16px;
	background:none;
	border:none;}
	
.second{ background:url(media/images-2013/inbox2.png) 0 0 no-repeat; width:335px; height:38px;}
.second select{ height: 24px;
    margin-left: 7px;
    margin-top: 3px;
    width: 319px;
	font-size:16px;
	background:none;
	border:none;
}
.imm{ float:right; width:120px; height:120px; background:#02adad; border:2px solid #000; border-radius:10px; padding:10px;}
.imm img{ width:120px; height:120px;}
.imput input{ background:#02adad; width:334px; height:38px; border:none; font-size:16px; padding:0 5px;}
.imput1 input{ background:url(media/images-2013/inbox4.png) 0 0 no-repeat; width:565px; height:38px; border:none; font-size:16px; padding:0 5px;}
#result{ text-align:center; display:block;}
.cal{ background:url(../../images/calculate.png) 0 0 no-repeat; width:334px; height:48px; line-height:0px; text-indent:-3000px; border:none; cursor:pointer; margin:0 40px;}
.cal_2{ background:url(media/images-2013/button.png) 0 0 no-repeat; width:566px; height:48px; line-height:0px; text-indent:-3000px; border:none; cursor:pointer; margin:0 40px;}


@media screen and (max-width:670px){
#maincalc{ width:97%;}
#maincalc1{ width:97%;}
#maincalc h3,#maincalc1 h3{padding-left:10px; font-size:16px;}
ul.list{ margin:0 10px;}
ul.list li{ max-width:100%; width:auto;}
ul.list li select{ width:98%; font-size:14px;}
#imageplace{ display:block; width:53%; height:auto; margin-bottom:10px; text-align:center; float:left;}
.imm img{ width:100%; height:auto;}
.imput input, .imput1 input{ width:100%;}
.cal{background:url(media/images-2013/button-iphone.png) 0 0 no-repeat; width:90%; margin:0 5%;} 
.imput input, .imput1 input{background:url(media/images-2013/inbox4-ipad.png) 0 0 no-repeat; }
.first, .second{background:url(media/images-2013/inbox2-ipad.png) 0 0 no-repeat; }

}