/*
*		Form Style Sheet
*
*
*/

#payForm {
		margin: 0px 0px 0px 20px;
		padding: 0px 0px 0px 10px;
		border: 0px #000 solid;
		width: 500px;
		font-family: verdana,geneva,sans-serif;
		font-size: 11px;
		}
	
	#payForm div.content {
			margin: 0px 0px 25px 0px;
			padding: 0px;
			
			}
			
			
	#payForm input {
				font-family: verdana,geneva,sans-serif;
	font-size: 10px;
	width: 250px; 
  line-height: 10px;
	background-color: #ccc;
	color: #000;
	border: 1px solid #333;
	}
	
div.section {
		background: #fff;
		width: 472px;
		margin: 15px 0px 10px 0px;
		color: #000080;
		font-weight: bold;
		border-bottom: 0px;
		}
		
#payForm div.row{
		padding: 6px;
		}
		
		#payForm div.date {
					border-bottom:1px #CCC solid;
					width: 470px;
					height: 55px;
					}
					
					#payForm div.date span.label {
								height: 85px;
								}
				
				#payForm div.date select {
							width: 100px;
						  
							display: block;
							}

div.row span.data {
				width: 250px;
				border: 0px #000 solid;
				float: left;
				}
				
#payForm  div.buttons input {
			width: 140px;
			float: right;
			margin: 10px 15px 10px 5px !important;
			}
			
			
#expMonth, #expYear {
		float: left;
		width: 140px;
		margin: 0px 5px 5px 0px;
		border: 1px #000 solid;
		}
		
		
div.row div.subSet {
		margin-left: 210px;
		}
		
		div.subSet span {
				float: left;
				width: 100px;
				}
				
div.row span.label em {
				font-style: normal;
				font-size: 9px;
				}
				

div.content p {
			font-family: verdana, arial, sans-serif;
			color: #696969;
			font-size: 11px;
			line-height: 22px;
			}
			
			
div.content h2  {
			margin-left: -8px;
			}