﻿.fieldName 
{
	display:inline-block;
	width: 280px !important;	
}

.fieldMargin {	display: inline-block; }

.reqField, .txtRequire{color:Red;}

input[type="text"] {width:200px;}

.gray-box{ 
	margin: 2px 0 0 0;
	padding:2px;
	padding-top:0px;
	background: #eee;
	line-height:160%;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius:10px;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	-moz-box-shadow: 4px 4px 4px #ccc;
	-webkit-box-shadow: 4px 4px 4px #ccc;
	box-shadow: 4px 4px 4px #ccc;
}

.copyorg {
	font-size: 0.8em;
	font-weight: bold;
	color: #5d5d5d;
}

.attenteeinnertbl td {vertical-align:top;}

input[class^="BtnPlus"] {
	cursor:pointer; 
	float: right;
	margin-top:5px;
}