﻿table
{
margin:0 auto;
width:750px;
}
.table
{
margin:0 auto;
width:750px;
}

input[type=text], input[type=tel], input[type=email]
{
	width:100%;
	
}
.view
{
	font-weight:bold;
	color:darkblue;
}
.top
{
	border-bottom:medium black solid;
}
.rightBorder
{
	border-right:medium black solid;
}
.left
{
	float:left;
}
.procedures
{
	font-size: 10px;
	text-transform:uppercase;
	line-height:1;
}
.right
{
	float:right;
}
.col
{
	width:49.9%;
}
.label
{
	width:20%;
	text-align:right;
}
.input
{
	width:30%;
	line-height:2;
}
.banner
{
	margin:0 auto;
	width:750px;
}
.radio
{
	width:5%;
	text-align:center;
}
.radioLabel
{
	width:40%;
	text-align:left;
}
.registers
{
	width:20%;
}
.button
{
	position:relative;
	top:5px;
	height:25px;
	width:25px;
}
.header
{
	font-size:14px;
	font-weight:bold;
}