﻿	body
	{
		background-color:#fff;
		font-family:Tahoma;
		font-size:11px;
	}
	*
	{
		font-family:Tahoma;
		font-size:11px;
	}
	.formRows INPUT, .formRows SELECT 
	{
		color:#aaa;
		width:49%;
	}
	.formRows INPUT.txtblack, .formRows SELECT.txtblack
	{
		color:#000;
	}
	.formFields
	{
	    text-align:left;
		padding:15px;
		padding-top:5px;
	}
	.formFields div
	{
		margin-top:10px;
	}
	.submitButton
	{
		margin-top:10px;
		text-align:center;
	}
	.popupBox
    {
	    display:none;
	    position:absolute;
	    z-index:10000;
	    padding:10px;
	    background-color:#ffffff;
	    border:solid 2px Black;
	    top: 10%;
	    left: 20%;
	    text-align:left;
	    overflow:auto;
	    width:800px;
	    height:400px;
	    
    }
    .popupBoxErrorMsg
    {
	    display:none;
	    position:absolute;
	    z-index:10000;
	    padding:10px;
	    background-color:#ffffff;
	    border:solid 2px Black;
	    top: 50%;
	    left: 50%;
	    text-align:left;
	    overflow:auto;
	    
    }
    .txtPopup
    {
        font-family: Tahoma;
        font-size: 11px; 
        float:left;    
        overflow:auto;
        padding:10px;
    }
    
    .popupBoxClose
    {
        font-family: Tahoma; 
        font-size: 12px; 
        float: right; 
        margin: 0px 20px;
    }
    
    div.errorAlert
	{
		display:none;
		position:absolute;
		top:130px;
		margin:205px 0 0 640px;
		z-index:1200;
		width:200px;
		height:200px;
		padding:10px;
		background-color:#ffffff;
		border:solid 2px Black;	
	}		
	
	a.button {
	padding-left:15px;
	padding-right:15px;
	/*margin-left:auto;
	margin-right:auto; */
	color:#FFFFFF;
	font-size: 14px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(/PAP/ClassicalComposers/images/themes/inner/buttonBG.gif);
	background-repeat: repeat-x;
	background-color: #D13236;
	}