body
{
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	background:#FFF;
}
img
{
	border:0;
}
h2
{
	font-size:18px;
	color:#c60e30;
}
#form_wrapper 
{
	text-align: left;
	margin: 10px auto;
	border: 1px #c60e30 solid;
	background:#ffffff;
	width: 650px;
}
#form_header
{
	width: 100%;
	height:130px;
	border-bottom: 1px #c60e30 solid;
}
#form_header img
{
	margin-left:10px;
	margin-top:10px;
}

#container
{
	width:100%;
}
#con_left
{
	margin-left:10px;
	float:left;
}
#con_right
{
	margin-top:15px;
	margin-left:15px;
	float:left;
	
}
#con_right h1
{
	font-size:16px;
	color:#c60e30;
}
#con_full
{
	width:95%;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
	
	
}

div .red 
{
	color:#c60e30;
	font-size:16px;
}



.redInput
{
	border: 1px solid #bbb;
	color:#c60e30;
	font-size:14px;
	background: #fcfafa;
	
	
}
.redInput:hover {
    border: 1px solid #c60e30;
	color:#c60e30;
	font-size:14px;
    background: #fcfafa;
}
.input {
    border: 1px solid #bbb;
	background: #fcfafa;
}
.input:hover {
    border: 1px solid #c60e30;
    background: #fcfafa;
}

#clear
{
	clear: both;
}

#floatLeft form
{
	float:left;
	height:80px;
}
#footer
{
	clear: both;
	border-top: 1px #c60e30 solid;
	text-align: center;
	line-height:15px;
	color:#333333;
}

div .indbetal {
    border: none;
    background: url('../gfx/startpage_btn.gif') no-repeat top left;
    width:230px;
	height:68px;
	cursor: pointer;
    cursor: hand;
}
div  .indbetal:hover {
 	background: url('../gfx/startpage_over_btn.gif') no-repeat top left;
}

div .payment {
    border: none;
    background: url('../gfx/payment_btn.gif') no-repeat top left;
    width:230px;
	height:68px;
	cursor: pointer;
    cursor: hand;
}
div  .payment:hover {
 	background: url('../gfx/payment_over_btn.gif') no-repeat top left;
}
div .editui {
    border: none;
    background: url('../gfx/editui_btn.gif') no-repeat top left;
    width:230px;
	height:68px;
	cursor: pointer;
    cursor: hand;
}
div  .editui:hover {
 	background: url('../gfx/editui_over_btn.gif') no-repeat top left;
}
