.calc {
	background: rgba(113, 121, 240, 0.74) radial-gradient(rgba(0,0,0,.1),rgba(0,0,0,.2));
	width:600px;
	height:330px;
	border-radius:5px;
	margin: 0px auto !important;
	padding: 10px;
	position: relative;
	color: #fff;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

.calcElement {
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
}

.calc label {
	top: 40px;
	left: 17px;
	width: 115px;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#term {
	top: 40px;
	left: 43px;
	width: 39px;
	height: 20px;
}

#month {
	top: -1px;
	left: 378px;
	width: 32px;
	height: 20px;
}

#year {
	top: 48px;
	left: -52px;
	width: 44px;
	height: 20px;
}

#Vlabel {
top: 48px;
left: -83px;
width: 53px;
height: 20px;
}

#methodPay {
	top: 105px;
	left: -93px;
	width: 130px;
	height: 20px;
}

#equalPay {
	top: 97px;
	left: -51px;
	width: 148px;
	height: 20px;
}

#decrease {
	top: 82px;
	left: 202px;
	min-width: 230px;
	width: 230px;
	height: 30px;
}

.calc input {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	line-height: normal;
	padding:4px;
	box-shadow: 0px 2px rgba(0,0,0,0.2);
}

#sumCredit {
	top: 40px;
	left: 0px;
	width: 150px;
	height: 23px;
	border:0!important;
}

#termCredit {
	top: -1px;
	left: 387px;
	width: 80px;
	height: 23px;
	border:0!important;
}

#percentCredit {
	top: 12px;
	left: 387px;
	width: 80px;
	height: 23px;
	border:0!important;
}

.calc select {
	top: 48px;
	left: -86px;
	width: 160px;
	height: 30px;
}

#radio1 {
	top: 99px;
	left: -53px;
	position: relative;
	display: inline;
	box-shadow:none;
}

#radio2 {
	top: 120px;
	left: -232px;
	position: relative;
	display: inline;
	box-shadow:none;
}
.calc span {
	color: #fb9005;
	font-size: 95%;
	font-weight: bold;
	position: absolute;
	left: 120px;
}
#isEmptysumCredit {
	top: 12px;
	line-height: 10px;
}
#isEmptytermCredit {
	top: 25px;
	line-height: 17px;
}
#isEmptypercentCredit {
	top: 39px;
	line-height: 20px;
}

#calculate {
	position: relative;
	top: 135px;
	left: -40px;
	width: 180px;
	height: 35px;
}

#result {
	top: 0px;
	width: 620px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.output {
	background: #6ac371;
	border-radius: 5px;
	font-size: 110%;
	font-weight: bold;
}

.output span {
	top: -7px;
	left:254px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	position: relative;
}

.output span:nth-child(2) {
	top:-2px;
}
.output span:last-child {
	top: -14px;
}

.output p {
	position: relative;
	width: 180px;
	left: 65px;
	color: #fff;
}
.resultCredit {
	top: 20px;
}
.montPayment {
	top: 14px;
}
.overPayment {
	top: 7px;
}

#buildTable {
	position: relative;
	top: 1px;
	width: 620px;
	font-size: 95%;
	color: #888;
	margin: 0 auto;
}
#buildTable th { font-weight: bold; vertical-align: middle; }
#buildTable td:first-child { text-align: center; }
