﻿@charset "utf-8";


form {
	margin: 0px;
	padding: 0px;
}


.opa { opacity: 0.5; }

.rad2 {
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


.rad3 {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.rad4 {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.rad5 {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.rad6 {
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.rad50 {
	-webkit-border-radius: 100% !important;
	border-radius: 100% !important;
	overflow: hidden !important;
}


.clearfix {
	display: inline-block;
	width: 100%;
	height: auto;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/* width: 100%; */
	max-width: 100%;
	height: auto !important;
}

/* .errors {
	font-size: 11px;
	color: #C00;
	margin-bottom: 10px;
} */


.justifyfull {
	text-align: justify;
}

.justifyleft {
	text-align: left;
}

.justifyright {
	text-align: right;
}

.justifycenter {
	text-align: center;
}


p { margin-top: 0px;}
