﻿ /* CRM Logon screen box with rounded corners */
.RoundedBoxLogon 
{
   width: 400px;
   margin: 0 0 0 0;
   background: url(/CRM/App_Themes/Default/Images/BlueWBorder_tl.png) no-repeat top left;
}
.RoundedBoxLogonTop {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_tr.png) no-repeat top right;
}
.RoundedBoxLogonBottom {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_bl.png) no-repeat bottom left;
}
.RoundedBoxLogonBottom div {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_br.png) no-repeat bottom right;
}
.RoundedBoxLogonContent {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_r.png) top right repeat-y;
}

.RoundedBoxLogonTop div, .RoundedBoxLogonTop,
.RoundedBoxLogonBottom div, .RoundedBoxLogonBottom {
   width: 100%;
   height: 15px;
}

 /* CRM Edit Contact screen box with rounded corners */
.RoundedBoxEditContact
{
   width: 400px;
   margin: 0 0 0 0;
   background: url(/CRM/App_Themes/Default/Images/BlueWBorder_tl.png) no-repeat top left;
}
.RoundedBoxEditContactTop {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_tr.png) no-repeat top right;
}
.RoundedBoxEditContactBottom {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_bl.png) no-repeat bottom left;
}
.RoundedBoxEditContactBottom div {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_br.png) no-repeat bottom right;
}
.RoundedBoxEditContactContent {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_r.png) top right repeat-y;
}

.RoundedBoxEditContactTop div, .RoundedBoxEditContactTop,
.RoundedBoxEditContactBottom div, .RoundedBoxEditContactBottom {
   width: 100%;
   height: 15px;
}

/* CRM Edit screen boxes with rounded corners */
.RoundedBoxEdit
{
   width: 400px;
   margin: 0 0 0 0;
   background: url(/CRM/App_Themes/Default/Images/BlueWBorder_tl.png) no-repeat top left;
}
.RoundedBoxEditTop {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_tr.png) no-repeat top right;
}
.RoundedBoxEditBottom {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_bl.png) no-repeat bottom left;
}
.RoundedBoxEditBottom div {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_br.png) no-repeat bottom right;
}
.RoundedBoxEditContent {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_r.png) top right repeat-y;
}

.RoundedBoxEditTop div, .RoundedBoxEditTop,
.RoundedBoxEditBottom div, .RoundedBoxEditBottom {
   width: 100%;
   height: 15px;
}

.RoundedBoxEditComments
{
   width: 300px;
   margin: 0 0 0 0;
   background: url(/CRM/App_Themes/Default/Images/BlueWBorder_tl.png) no-repeat top left;
}
.RoundedBoxEditCommentsTop {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_tr.png) no-repeat top right;
}
.RoundedBoxEditCommentsBottom {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_bl.png) no-repeat bottom left;
}
.RoundedBoxEditCommentsBottom div {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_br.png) no-repeat bottom right;
}
.RoundedBoxEditCommentsContent {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_r.png) top right repeat-y;
}

.RoundedBoxEditCommentsTop div, .RoundedBoxEditCommentsTop,
.RoundedBoxEditCommentsBottom div, .RoundedBoxEditCommentsBottom {
   width: 100%;
   height: 15px;
}

/* CRM Inquire screen boxes with rounded corners */
.RoundedBoxInquire
{
   width: 500px;
   margin: 0 0 0 0;
   background: url(/CRM/App_Themes/Default/Images/BlueWBorder_tl.png) no-repeat top left;
}
.RoundedBoxInquireTop {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_tr.png) no-repeat top right;
}
.RoundedBoxInquireBottom {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_bl.png) no-repeat bottom left;
}
.RoundedBoxInquireBottom div {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_br.png) no-repeat bottom right;
}
.RoundedBoxInquireContent {
	background: url(/CRM/App_Themes/Default/Images/BlueWBorder_r.png) top right repeat-y;
}

.RoundedBoxInquireTop div, .RoundedBoxInquireTop,
.RoundedBoxInquireBottom div, .RoundedBoxInquireBottom {
   width: 100%;
   height: 15px;
}