/* CSS Document */

body{
	background-color:#272727;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	
	}

#wrap{
		width:779px;
		margin:auto;
		background:#FFFFFF url(images/back.jpg) repeat-y;
		}
#header{
		clear:both;
		width:779px;
		height:202px;
		padding:0px;
		margin:0px;
		}
#content{
		background:#FFFFFF url(images/back.jpg) repeat-y;
		width:779px;
		padding:0px;
		
			
			
		}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin:30px;
	text-indent:15px;
	font-weight:normal;
	}
input.txt{
			background:url(images/input.jpg) no-repeat;
			border:0px;
			width:208px;
			height:27px;
			padding:4px;
			}
input#submit{
			background:url(images/submit.jpg) no-repeat;
			border:0px;
			width:218px;
			height:34px;
			margin-right:10px;
			}

textarea{
			background:url(images/textarea.jpg) no-repeat;
			width:325px;
			height:116px;
			border:0px;
			padding:4px;
			}
			
#left{
		
		margin:25px;
		border:3px #CCCCCC dotted;
		font-weight:normal;
		padding:10px;
		font-size:16px;
		}
		
#right{
		width:200px;
		margin:10px;
		padding:20px;
		float:right;
		margin-right:70px;
		}
		
#middle{
	
		width:350px;
		margin-left:25px;
		padding:10px;
		float:left;
		}
		
#preview{
			width:70%;
			margin:auto;
			}
			
#back{
		background:url(images/back-b.jpg) repeat:no-repeat;
		width:76px;
		height:34px;
		border:0px;
		float:left;
		}
a{		
	color:  #4D87A0;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover{		
	color:  #21627e;
	font-weight: normal;
	text-decoration:none;
	}

ul{
	margin:0px;
	padding:0px;
	padding-bottom:15px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}
table{
		font-size:14px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
#selecth{
			width:170px;
			height:170px;
			border:1px #999999 dotted;
			background:#CCCCCC;
			float:right;
			}

#mCalInput{
			background:#B1B1B1;
			}

#mCalDate{
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#333333;
			font-weight:normal;
			}
.grey{

		color:#999999;
		}
			
