/* styles for modals */

div#modal_header {
	background:#333 none repeat scroll 0 0;
	border-bottom:1px solid #999;
	height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
div#modal_header h2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 3px 5px 3px 15px;
}

div#nyroModalContent div.form_actions {
	background-attachment:scroll;
	background-color:#CCCCCC;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:1px;
	bottom:0;
	height:32px;
	margin: 0;
	padding: 0;
	left:0;
	position:absolute;
	width:100%;
}

div#nyroModalContent div.form_actions .fr {
	padding: 5px 15px 5px 5px;
}

div#nyroModalContent div.form_actions .fr input {
	background:#333 none repeat scroll 0 0;
	border:1px solid #666;
	color:#FFF;
	cursor:pointer;
	font-size:12px;
	padding:2px 15px;
	margin: 0 7px 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px #888;
	-webkit-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
}

div#nyroModalContent div.form_actions .fr a {
	color: #333;
	font-weight: bold;
}


